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/cffsubr/
Date: Mon, 30 May 2022 23:04:32
Message-Id: 1653951862.b7c63f6dd1718893a0c3c759603f8d1ca6dd9496.Alessandro-Barbieri@gentoo
1 commit: b7c63f6dd1718893a0c3c759603f8d1ca6dd9496
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 22:52:07 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 23:04:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7c63f6d
7
8 dev-python/cffsubr: drop 0.2.8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/cffsubr/Manifest | 1 -
13 dev-python/cffsubr/cffsubr-0.2.8.ebuild | 39 ---------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-python/cffsubr/Manifest b/dev-python/cffsubr/Manifest
17 index c0a09a371..f9962e649 100644
18 --- a/dev-python/cffsubr/Manifest
19 +++ b/dev-python/cffsubr/Manifest
20 @@ -1,2 +1 @@
21 -DIST cffsubr-0.2.8.tar.gz 124245 BLAKE2B fa78acf9158faf3917f194a2c30a13c2a598a7476a89dc79f95440eb04fe91663e7620729e6be1635ce1df24fff34068c42ea155abb17f016f50e961d13f52af SHA512 5f5a655168c6157799d17e20762893f23a7f7d90e739fb5bbe0a4fd895dc2b1c5359b5bdb92f4cb8333f841cd5b471359825d709f2477afd2bd7322760359d24
22 DIST cffsubr-0.2.9_p1.tar.gz 124635 BLAKE2B c040339d113247b34195d7b7a220b449810ced52ffeea209bde2bb871c964a1da7d734c7167ece88ade03b26e722dca7f235a70326ff8c9b268b707ba5730a79 SHA512 8f1ea1fb732b772c1ac479883df6993ff2d56457c725d621bb1ebebf7a27393bb96771b9db8364513ae7f815bc74da15dd8c22695eeaf6f65d8dc62c8ae947dc
23
24 diff --git a/dev-python/cffsubr/cffsubr-0.2.8.ebuild b/dev-python/cffsubr/cffsubr-0.2.8.ebuild
25 deleted file mode 100644
26 index 8f691deed..000000000
27 --- a/dev-python/cffsubr/cffsubr-0.2.8.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -
37 -inherit distutils-r1
38 -
39 -SRC_URI="https://github.com/adobe-type-tools/cffsubr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
40 -KEYWORDS="~amd64"
41 -DESCRIPTION="Standalone CFF subroutinizer based on AFDKO tx tool"
42 -HOMEPAGE="https://github.com/adobe-type-tools/cffsubr"
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -
46 -RDEPEND="
47 - >=dev-util/afdko-3.6.1[${PYTHON_USEDEP}]
48 -"
49 -BDEPEND="
50 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
51 -"
52 -
53 -PATCHES=(
54 - "${FILESDIR}/${PN}-system_tx.diff"
55 - "${FILESDIR}/${P}-fix-setup-py.patch"
56 -)
57 -
58 -distutils_enable_tests pytest
59 -
60 -pkg_setup() {
61 - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
62 -}
63 -
64 -src_prepare() {
65 - #no bundled afdko
66 - rm -rf external || die
67 - default
68 -}