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: Sat, 29 Jan 2022 07:53:40
Message-Id: 1643442811.ac0a722b302cc213f8a89a46074d3c56a6b41761.mgorny@gentoo
1 commit: ac0a722b302cc213f8a89a46074d3c56a6b41761
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 07:36:54 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 07:53:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0a722b
7
8 dev-python/defcon: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/defcon/Manifest | 1 -
13 dev-python/defcon/defcon-0.9.0.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest
17 index d7ebac1a235c..745af2b1da17 100644
18 --- a/dev-python/defcon/Manifest
19 +++ b/dev-python/defcon/Manifest
20 @@ -1,2 +1 @@
21 DIST defcon-0.10.0.tar.gz 426111 BLAKE2B 6750ac064677bd1b2a2b49d37792b4e35c923ddd239c521490dd3aa0c40f55a96dcdac156a2511c3bb40605505beb920c66053488bb2bc2508899d4a81f77ddb SHA512 69d48701bdf419080b7acafe2b92c1897358d969d6ea5b78330969b79b9e393a1c53cfb1a17b4d58719329c403ac3a52a4e12828d99b8793d8dd19ddda151c76
22 -DIST defcon-0.9.0.tar.gz 426109 BLAKE2B ac9e7292a444843f675168120ddb1aee636e3f7569ba9d90660906665b109054c245398ba2de93faf255a412dd9e65569fb0cf68d845636ca1780190b6cdcd21 SHA512 29f0fde5bf9809ef9601497844fed3d537aa02de4404e191f8504808271ad263e3a11ea82f04c78a0fa3e673e511ea6600c707f956f06b3186e87a3ce4d84c13
23
24 diff --git a/dev-python/defcon/defcon-0.9.0.ebuild b/dev-python/defcon/defcon-0.9.0.ebuild
25 deleted file mode 100644
26 index 814cc1e5c696..000000000000
27 --- a/dev-python/defcon/defcon-0.9.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A set of UFO based objects for use in font editing applications"
39 -HOMEPAGE="https://github.com/robotools/defcon"
40 -SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
45 -IUSE=""
46 -
47 -RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
48 -BDEPEND="
49 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
50 - test? (
51 - dev-python/fs[${PYTHON_USEDEP}]
52 - )
53 -"
54 -
55 -distutils_enable_tests pytest
56 -
57 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}