diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 20:23:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 20:28:28 +0100 |
commit | b782c2801e465a5d2a1452dfd969c1a0e872b45b (patch) | |
tree | 52567c947b88d945584bd5a8b84370ecc34e088b /dev-python/turbokid/turbokid-1.0.5-r1.ebuild | |
parent | dev-python/turbojson: Remove last-rited package (diff) | |
download | gentoo-b782c2801e465a5d2a1452dfd969c1a0e872b45b.tar.gz gentoo-b782c2801e465a5d2a1452dfd969c1a0e872b45b.tar.bz2 gentoo-b782c2801e465a5d2a1452dfd969c1a0e872b45b.zip |
dev-python/turbokid: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/turbokid/turbokid-1.0.5-r1.ebuild')
-rw-r--r-- | dev-python/turbokid/turbokid-1.0.5-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/turbokid/turbokid-1.0.5-r1.ebuild b/dev-python/turbokid/turbokid-1.0.5-r1.ebuild deleted file mode 100644 index 32970473dfd7..000000000000 --- a/dev-python/turbokid/turbokid-1.0.5-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="TurboKid" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python template plugin that supports Kid templates" -HOMEPAGE="https://pypi.org/project/TurboKid/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -S="${WORKDIR}/${MY_P}" - -RDEPEND=">=dev-python/kid-0.9.6[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test -} |