summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 15:31:46 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 16:01:30 +0200
commite4b9f92e7b697e6de0f37db121b490fec916efb6 (patch)
treea60b70cd974c275b9bcb46b3225a86f1d7efd399 /dev-python/keepassx
parentdev-python/rply: Clean old versions up (diff)
downloadgentoo-e4b9f92e7b697e6de0f37db121b490fec916efb6.tar.gz
gentoo-e4b9f92e7b697e6de0f37db121b490fec916efb6.tar.bz2
gentoo-e4b9f92e7b697e6de0f37db121b490fec916efb6.zip
dev-python/keepassx: Clean old versions up
Diffstat (limited to 'dev-python/keepassx')
-rw-r--r--dev-python/keepassx/Manifest1
-rw-r--r--dev-python/keepassx/keepassx-0.0.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/keepassx/Manifest b/dev-python/keepassx/Manifest
index 7571f43ccbae..d7dc6542f727 100644
--- a/dev-python/keepassx/Manifest
+++ b/dev-python/keepassx/Manifest
@@ -1,2 +1 @@
-DIST keepassx-0.0.3.tar.gz 15041 SHA256 d8cada98caf2aa77472de67efbec9818e5eb9c4e7a2d39a58ac02e5c2553c5ba SHA512 97ca5b00f8f565595ea78f43a152c752e7ae868ba15d8d3c48f3b75e56d266e28e99d1e61badec646f585bdeca42c49c0d2e19efd46bd79e9838d54293f5e784 WHIRLPOOL 89091f89248f0f4bb525e5dc47ccf228d401524968a76cf6605a790b86983ab9cbe0195dd4b067441975ebd9c58067ed4200f689bc3564427fc07d4620567797
DIST keepassx-0.1.0.tar.gz 37022 SHA256 deba28c48e2400860095447143f4db840e312b3fd8961043023b7303edf91e9f SHA512 635f98d2a95a1e5cc4a5c08f8d261cdf5be9e5656df28c070250aed2dbc058c85b9d7ad81e69de1d9b095b0aac5e3c6bf3a6a54b0b4de9b5664348ca42bdc755 WHIRLPOOL 0be496ef696fc198755ec6c0e3f76743896ba44e72c443bd04eff25efdca481590ec51acbb655d7897b6d581f7cb344c00922c1530d73d81387fc2bb0d34f9e8
diff --git a/dev-python/keepassx/keepassx-0.0.3.ebuild b/dev-python/keepassx/keepassx-0.0.3.ebuild
deleted file mode 100644
index 59cfc35b74a8..000000000000
--- a/dev-python/keepassx/keepassx-0.0.3.ebuild
+++ /dev/null
@@ -1,32 +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
-
-DESCRIPTION="Python API and CLI for KeePassX"
-HOMEPAGE="https://github.com/jamesls/python-keepassx https://pypi.python.org/pypi/keepassx"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/pycrypto[${PYTHON_USEDEP}]
- dev-python/prettytable[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
- py.test keepassx || die
-}