diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:41:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:51:58 +0200 |
commit | d458151ff47142dc441af122a588859037255e25 (patch) | |
tree | f7c08898a4d78cab91402b2514cb7cd10ed3b21d /dev-python/defcon | |
parent | dev-python/cython: Remove redundant versions (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/defcon')
-rw-r--r-- | dev-python/defcon/defcon-0.6.0.ebuild | 24 |
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 -} |