diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 12:39:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 19:06:32 -0500 |
commit | 083f371f720dcfbddc292f5f172e31d62c66552a (patch) | |
tree | af48d5aca86d5a55018647227e127e13d5c6a790 /dev-python/castellan | |
parent | mate-base/mate-applets revert backport kernel 4.7 support (diff) | |
download | gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.tar.gz gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.tar.bz2 gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.zip |
doing the test
Diffstat (limited to 'dev-python/castellan')
-rw-r--r-- | dev-python/castellan/Manifest | 1 | ||||
-rw-r--r-- | dev-python/castellan/castellan-0.2.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest index 3645801c8f9e..33c98606a0ac 100644 --- a/dev-python/castellan/Manifest +++ b/dev-python/castellan/Manifest @@ -1,2 +1 @@ -DIST castellan-0.2.1.tar.gz 34989 SHA256 d2f94c36b84e0ade1a64a8eb4d0081065838d6110931294fb0d013fc3159a9c6 SHA512 14bbf428988299ae3b80aaa53d79e09e8e1a0533203d056db3cdebe2cdd7e7a4af74517e0ac0c57f9ad845d12282cf12607936252591a894c1916d4fcca71ba5 WHIRLPOOL b61cb1986445635749db3d74aec7b2352ad086434b7eb7fcf617b00317d12d0ee2b8c7d0887f0eb23d73ef37e2ca8544d2862ee1836974b2847d0bddd49738d4 DIST castellan-0.4.0.tar.gz 49026 SHA256 2ccefefc2036ed0d6c76d735fb70b813e2a02f7adb7fd57e0640d064dce1c883 SHA512 2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5 WHIRLPOOL 972ef43c96356b4dfd69a5716aa996c6b0ac4ab54a989f8e38e3036e63043a33148e0e475224cfc9c4d7e2e5f122af476553015fc840b6326f599bd472f2f936 diff --git a/dev-python/castellan/castellan-0.2.1.ebuild b/dev-python/castellan/castellan-0.2.1.ebuild deleted file mode 100644 index 674baae55dbe..000000000000 --- a/dev-python/castellan/castellan-0.2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="Generic Key Manager interface for OpenStack" -HOMEPAGE="https://pypi.python.org/pypi/castellan" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=" - >=dev-python/pbr-1.6[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-1.3 - >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-2.3.0[${PYTHON_USEDEP}] - >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-1.8.0[${PYTHON_USEDEP}] - >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]" |