commit: 6eb0bea814ed6bd2ee8216cfd425137b3d925d36
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 16:01:04 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 19:12:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb0bea8
dev-python/defcon: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/defcon/Manifest | 1 -
dev-python/defcon/defcon-0.10.0-r1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest
index a9cf9fe659a8..f72dfb8f9ecf 100644
--- a/dev-python/defcon/Manifest
+++ b/dev-python/defcon/Manifest
@@ -1,2 +1 @@
-DIST defcon-0.10.0.tar.gz 426111 BLAKE2B
6750ac064677bd1b2a2b49d37792b4e35c923ddd239c521490dd3aa0c40f55a96dcdac156a2511c3bb40605505beb920c66053488bb2bc2508899d4a81f77ddb
SHA512
69d48701bdf419080b7acafe2b92c1897358d969d6ea5b78330969b79b9e393a1c53cfb1a17b4d58719329c403ac3a52a4e12828d99b8793d8dd19ddda151c76
DIST defcon-0.10.1.tar.gz 426234 BLAKE2B
0d4f0749c061860603d343bd8d0291699a64794ec8f3f1e6f1cff0af0f22cd0cfc4ae60d578c5f55131d1de694b3234017afd124a4266c972217b39d70071473
SHA512
12cb1512321b91676f8be380999dfb00942eb8355389db409ef896f7e7100fc97186a920c1c0a741b660e57134e880d068446e5ad00e2768221f80a26608819c
diff --git a/dev-python/defcon/defcon-0.10.0-r1.ebuild
b/dev-python/defcon/defcon-0.10.0-r1.ebuild
deleted file mode 100644
index 2c7688d19ab6..000000000000
--- a/dev-python/defcon/defcon-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A set of UFO based objects for use in font editing applications"
-HOMEPAGE="https://github.com/robotools/defcon"
-SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/fonttools-4.28.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/fs[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}