Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defcon/
Date: Thu, 31 Mar 2022 12:42:28
Message-Id: 1648730537.7e0b50d4e6a20aa2e7a2866a29c9af30c9e4c19f.mgorny@gentoo
1 commit: 7e0b50d4e6a20aa2e7a2866a29c9af30c9e4c19f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 12:41:20 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 12:42:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0b50d4
7
8 dev-python/defcon: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/defcon/defcon-0.10.0.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-python/defcon/defcon-0.10.0.ebuild b/dev-python/defcon/defcon-0.10.0.ebuild
16 deleted file mode 100644
17 index cd13e6c31296..000000000000
18 --- a/dev-python/defcon/defcon-0.10.0.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A set of UFO based objects for use in font editing applications"
30 -HOMEPAGE="https://github.com/robotools/defcon"
31 -SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
36 -IUSE=""
37 -
38 -RDEPEND=">=dev-python/fonttools-4.28.5[${PYTHON_USEDEP}]"
39 -BDEPEND="
40 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
41 - test? (
42 - dev-python/fs[${PYTHON_USEDEP}]
43 - )
44 -"
45 -
46 -distutils_enable_tests pytest
47 -
48 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}