diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:42:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 17:14:47 +0200 |
commit | 43b30b6dc3d8c069964221ff6cae0bdc0054c096 (patch) | |
tree | 0ada749d8f2e69c8ba072f3e2c56aa6beb59544c /dev-python/keyczar | |
parent | dev-python/feedgenerator: Clean old versions up (diff) | |
download | gentoo-43b30b6dc3d8c069964221ff6cae0bdc0054c096.tar.gz gentoo-43b30b6dc3d8c069964221ff6cae0bdc0054c096.tar.bz2 gentoo-43b30b6dc3d8c069964221ff6cae0bdc0054c096.zip |
dev-python/keyczar: Clean old versions up
Diffstat (limited to 'dev-python/keyczar')
-rw-r--r-- | dev-python/keyczar/Manifest | 1 | ||||
-rw-r--r-- | dev-python/keyczar/keyczar-0.71c.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/keyczar/Manifest b/dev-python/keyczar/Manifest index b338c60e1b2b..80d6ea65d907 100644 --- a/dev-python/keyczar/Manifest +++ b/dev-python/keyczar/Manifest @@ -1,2 +1 @@ DIST python-keyczar-0.715.tar.gz 242151 SHA256 f43f9f15b0b719de94cab2754dcf78ef63b40ee2a12cea296e7af788b28501bb SHA512 e0733ad488db2a2803227db6f140c5f316425782a780070e6fd4227d3b88d523e2c41743cd3a6e14e535c7dbdf7b50b428d15d26ca5cfb35e2841a5f71b709f3 WHIRLPOOL b93ec173970f4857e1991e0fe08e3e0ac9c8243dad2f5d63b362711f100da2861c878ea0b5ee44aae54594404d9e77d4d8420c9b54004d3019d6b00995535354 -DIST python-keyczar-0.71c.tar.gz 237244 SHA256 37707db2af3dde1c7e087b8a8f72ce3bef376889a3a358a72fe66e83318fb0a2 SHA512 7123d84701d245bbd51c9760fccb49f6664d93337433054f2deb95ca0428ed994b77494465b93a142e6778f9bcd968e99d93a2805dd5368fd34d2bb2abaf1d58 WHIRLPOOL 5d78934d080294b22d3785739edf76e8dde6579a207de2cfacf7b0d6e33ba490a647a2857a0b927563f0e97f006bf806347082cf586859a155dc46af355b7ab7 diff --git a/dev-python/keyczar/keyczar-0.71c.ebuild b/dev-python/keyczar/keyczar-0.71c.ebuild deleted file mode 100644 index b02be67b6b24..000000000000 --- a/dev-python/keyczar/keyczar-0.71c.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN=python-${PN} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Toolkit for safe and simple cryptography" -HOMEPAGE="http://www.keyczar.org https://pypi.python.org/pypi/python-keyczar/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=dev-python/pycrypto-2.0[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P} - -python_test() { - cd "${S}"/tests/keyczar_tests - ${PYTHON} alltests.py || die "tests fail with ${EPYTHON}" -} |