summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 09:46:54 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 10:18:45 +0200
commita3f0e52c6a20edbda914beff3b4737d0a940c9b1 (patch)
tree3f136746adab1394d46e6cee07f68c73d757efff /dev-python/scripttest/scripttest-1.2-r1.ebuild
parentdev-python/scandir: Remove redundant versions (diff)
downloadgentoo-a3f0e52c6a20edbda914beff3b4737d0a940c9b1.tar.gz
gentoo-a3f0e52c6a20edbda914beff3b4737d0a940c9b1.tar.bz2
gentoo-a3f0e52c6a20edbda914beff3b4737d0a940c9b1.zip
dev-python/scripttest: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scripttest/scripttest-1.2-r1.ebuild')
-rw-r--r--dev-python/scripttest/scripttest-1.2-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/scripttest/scripttest-1.2-r1.ebuild b/dev-python/scripttest/scripttest-1.2-r1.ebuild
deleted file mode 100644
index 6d1cdd5d8eac..000000000000
--- a/dev-python/scripttest/scripttest-1.2-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="ScriptTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A very small text templating language"
-HOMEPAGE="https://pypi.org/project/ScriptTest/
- https://github.com/pypa/scripttest"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"