summaryrefslogtreecommitdiff
path: root/dev-python/cursive/cursive-0.2.1.ebuild
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-29 09:51:30 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-29 09:51:30 +0100
commit5e2475a552d4de3ea6d9a79853a97879d135249a (patch)
treed66bd4dcd64a47d2151c8abd786feb43ad647ea3 /dev-python/cursive/cursive-0.2.1.ebuild
parent95cce50b9bf0630856e7dafaf1d55483625ef82b (diff)
downloadgentoo-5e2475a552d4de3ea6d9a79853a97879d135249a.tar.gz
gentoo-5e2475a552d4de3ea6d9a79853a97879d135249a.tar.bz2
gentoo-5e2475a552d4de3ea6d9a79853a97879d135249a.zip
dev-python/cursive: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/cursive/cursive-0.2.1.ebuild')
-rw-r--r--dev-python/cursive/cursive-0.2.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/cursive/cursive-0.2.1.ebuild b/dev-python/cursive/cursive-0.2.1.ebuild
deleted file mode 100644
index cccf76176aaa..000000000000
--- a/dev-python/cursive/cursive-0.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Cursive implements OpenStack-specific validation of digital signatures."
-HOMEPAGE="https://github.com/openstack/cursive"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
- >=dev-python/cryptography-1.1.0[${PYTHON_USEDEP}]
- >=dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
- >=dev-python/castellan-0.4.0[${PYTHON_USEDEP}]"