Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ots-python/
Date: Mon, 30 May 2022 13:17:23
Message-Id: 1653916633.80875d2c2cf230cb737b5e4c9010d87678879f5d.Alessandro-Barbieri@gentoo
1 commit: 80875d2c2cf230cb737b5e4c9010d87678879f5d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 13:10:20 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 13:17:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80875d2c
7
8 dev-python/ots-python: drop 8.1.4-r1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/ots-python/Manifest | 1 -
13 dev-python/ots-python/ots-python-8.1.4-r1.ebuild | 30 ------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/ots-python/Manifest b/dev-python/ots-python/Manifest
17 index 547ec2bc9..8634ad2ac 100644
18 --- a/dev-python/ots-python/Manifest
19 +++ b/dev-python/ots-python/Manifest
20 @@ -1,2 +1 @@
21 -DIST ots-python-8.1.4.tar.gz 10830 BLAKE2B f75e4e71c942a2214d9995184dd70505800a9a58d6238fc2321afde0efe17ee4e24906edb01f0690e12e245c5316f80fb313ae416d8a64e30c23c239c9929409 SHA512 466efae7d40dc24e0af22cb29d03d7c8bb5beb592c65c36a8e2d1678c141dd9b591184cbc01bc4879705a99cbf13e61c35bb51e878fdf866e82f82cbed75099d
22 DIST ots-python-8.2.1.tar.gz 10577 BLAKE2B d642bc539b422375388cdfc94fe7541d1bee102e8292bc6186ad25764461e19974786034788ed86268e4565b3b17db22ba50fc257c1dc18d2f1289658b66f7da SHA512 be48bb860c9a1147a79fc2819f361a500d28d6655c302110cdc9596d4be1e127f4137a13e2cebf6a600209ba5356229eb4f019bf9e993231c9ed25f96ea1a74b
23
24 diff --git a/dev-python/ots-python/ots-python-8.1.4-r1.ebuild b/dev-python/ots-python/ots-python-8.1.4-r1.ebuild
25 deleted file mode 100644
26 index 2a66b0130..000000000
27 --- a/dev-python/ots-python/ots-python-8.1.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..9} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A Python wrapper for OpenType Sanitizer"
40 -HOMEPAGE="
41 - https://github.com/googlefonts/ots-python
42 - https://pypi.org/project/opentype-sanitizer/
43 -"
44 -SRC_URI="https://github.com/googlefonts/ots-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
45 -KEYWORDS="~amd64"
46 -LICENSE="BSD"
47 -SLOT="0"
48 -
49 -RDEPEND=">=dev-util/ots-${PV}"
50 -
51 -PATCHES=( "${FILESDIR}/${P}-ots-sanitize.patch" )
52 -
53 -distutils_enable_tests pytest
54 -
55 -src_prepare() {
56 - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV/_p/.post}"
57 - mkdir -p src/c/ots || die
58 - default
59 -}