summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:41:46 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:51:58 +0200
commitd458151ff47142dc441af122a588859037255e25 (patch)
treef7c08898a4d78cab91402b2514cb7cd10ed3b21d
parentdev-python/cython: Remove redundant versions (diff)
downloadgentoo-d458151ff47142dc441af122a588859037255e25.tar.gz
gentoo-d458151ff47142dc441af122a588859037255e25.tar.bz2
gentoo-d458151ff47142dc441af122a588859037255e25.zip
dev-python/defcon: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/defcon/defcon-0.6.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/defcon/defcon-0.6.0.ebuild b/dev-python/defcon/defcon-0.6.0.ebuild
deleted file mode 100644
index a6e241554a79..000000000000
--- a/dev-python/defcon/defcon-0.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="A set of UFO based objects for use in font editing applications"
-HOMEPAGE="https://github.com/typesupply/defcon"
-SRC_URI="https://github.com/typesupply/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-python_test() {
- esetup.py test
-}