summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-25 14:36:17 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-25 14:59:09 +0100
commit87978950fa3ba9b1dde18ee55f0345e8ae3ce7c4 (patch)
treec903c7f9115f0269f2a9328007d412d6326e4a3c /dev-python/tempita
parentdev-python/tempita: Stabilize 0.5.3-r2 ALLARCHES (diff)
downloadgentoo-87978950fa3ba9b1dde18ee55f0345e8ae3ce7c4.tar.gz
gentoo-87978950fa3ba9b1dde18ee55f0345e8ae3ce7c4.tar.bz2
gentoo-87978950fa3ba9b1dde18ee55f0345e8ae3ce7c4.zip
dev-python/tempita: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tempita')
-rw-r--r--dev-python/tempita/Manifest1
-rw-r--r--dev-python/tempita/tempita-0.5.3-r1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/tempita/Manifest b/dev-python/tempita/Manifest
index 008227d03f5b..719389014bed 100644
--- a/dev-python/tempita/Manifest
+++ b/dev-python/tempita/Manifest
@@ -1,2 +1 @@
DIST tempita-0.5.3-bitbucket.tar.gz 22756 BLAKE2B 59d273b1dc206eea452f7e5265d59b3ef1248b2d920eae559d74f4c569852b2a127e2a906f866cb748a12663dca944d9080413410edd5c69bd93b0d9574e3026 SHA512 cebe443bf0fc7705304fe127c796801acb6cdc54e79315c2afddb79ece1d04427852c1d0924ab9dd54520b584ae09a0644a20ff2dd6ed0408ee103f5b3fb9410
-DIST tempita-0.5.3.tar.gz 12707 BLAKE2B 921087bf09454506db8cab7b37c780bba5298b206113e246b710367b92364f03055afda6b826ca3008e34e4ea8821c6aabf045a735ac0887db1ba8a82e048ddb SHA512 43bafd42ab0c07bec636d637bfcd42053559d188e13bccc66527dc5f735fd9c3ec30fcf29f3e650d88315fe8f2eb2c5af280f51d2c64db099e08d8a70969a1c4
diff --git a/dev-python/tempita/tempita-0.5.3-r1.ebuild b/dev-python/tempita/tempita-0.5.3-r1.ebuild
deleted file mode 100644
index cebb98835ae0..000000000000
--- a/dev-python/tempita/tempita-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-MY_PN="Tempita"
-MY_P="${MY_PN}-${PV}dev"
-
-DESCRIPTION="A very small text templating language"
-HOMEPAGE="https://pypi.org/project/Tempita/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_PN}-${PV}dev"
-# Source for tests incomplete