summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-15 11:14:38 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-15 11:42:12 +0200
commitcc7da255846bbb2196dcd718b2af71a2c1d90a71 (patch)
tree1c83192dea1911ac6be0a183aad37d91715cbdbd /dev-python
parent91e03c845dc697e347ce8a928ce87bfca727188c (diff)
downloadgentoo-cc7da255846bbb2196dcd718b2af71a2c1d90a71.tar.gz
gentoo-cc7da255846bbb2196dcd718b2af71a2c1d90a71.tar.bz2
gentoo-cc7da255846bbb2196dcd718b2af71a2c1d90a71.zip
dev-python/edpwd: Remove last-rited pkg, #611592
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/edpwd/Manifest1
-rw-r--r--dev-python/edpwd/edpwd-0.0.7-r1.ebuild25
-rw-r--r--dev-python/edpwd/edpwd-0.0.7.ebuild25
-rw-r--r--dev-python/edpwd/metadata.xml8
4 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/edpwd/Manifest b/dev-python/edpwd/Manifest
deleted file mode 100644
index d71ba30a4a3b..000000000000
--- a/dev-python/edpwd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST edpwd-0.0.7.tar.gz 3801 SHA256 736d225c26ec5c06a2231b063f0da213de3d4652583c2eb022d7755f93216a2a SHA512 35f78057af96a197c3ad5887638a6b24dc1353cbc8d676d71ee2ca31e24582cdc3b68b8cd4d321d935019711d9cc249b13760422760b16b0e5359ccecef5e39d WHIRLPOOL 9b838ed6eb00b25b6ce8a0dc7c8071d7fecaf7a961394232aef3d326b056040e4744bb338822a1e08b32a9c8ff253049a7501a123fe5d337c7e0462d574d3bbb
diff --git a/dev-python/edpwd/edpwd-0.0.7-r1.ebuild b/dev-python/edpwd/edpwd-0.0.7-r1.ebuild
deleted file mode 100644
index 43b243cb1092..000000000000
--- a/dev-python/edpwd/edpwd-0.0.7-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Encrypt/Decrypt Password Library that wraps up Blowfish"
-HOMEPAGE="https://pypi.python.org/pypi/edpwd/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6.30[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
-
-python_test() {
- set -- "${PYTHON}" setup.py test
- echo "${@}"
- "${@}" || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/edpwd/edpwd-0.0.7.ebuild b/dev-python/edpwd/edpwd-0.0.7.ebuild
deleted file mode 100644
index 6598e7d9a6e1..000000000000
--- a/dev-python/edpwd/edpwd-0.0.7.ebuild
+++ /dev/null
@@ -1,25 +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="Encrypt/Decrypt Password Library that wraps up Blowfish"
-HOMEPAGE="https://pypi.python.org/pypi/edpwd/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6.30[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
-
-python_test() {
- set -- "${PYTHON}" setup.py test
- echo "${@}"
- "${@}" || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/edpwd/metadata.xml b/dev-python/edpwd/metadata.xml
deleted file mode 100644
index b1b93f170d88..000000000000
--- a/dev-python/edpwd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">edpwd</remote-id>
- </upstream>
-</pkgmetadata>