diff options
author | 2013-12-15 11:24:54 +0000 | |
---|---|---|
committer | 2013-12-15 11:24:54 +0000 | |
commit | b5a8d79df87d0e95aef009cbd710e7a63821a181 (patch) | |
tree | 7e8eea80e28a3b75560c8fa114c36d806db28fd8 /dev-python/Bcryptor | |
parent | x86 stable, bug #494196 (diff) | |
download | historical-b5a8d79df87d0e95aef009cbd710e7a63821a181.tar.gz historical-b5a8d79df87d0e95aef009cbd710e7a63821a181.tar.bz2 historical-b5a8d79df87d0e95aef009cbd710e7a63821a181.zip |
adding this optional dep of testsuite of passlib, ebuild prepared by me
Package-Manager: portage-2.2.0/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/Bcryptor')
-rw-r--r-- | dev-python/Bcryptor/Bcryptor-1.2.2.ebuild | 29 | ||||
-rw-r--r-- | dev-python/Bcryptor/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/Bcryptor/Manifest | 3 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/Bcryptor/Bcryptor-1.2.2.ebuild b/dev-python/Bcryptor/Bcryptor-1.2.2.ebuild new file mode 100644 index 000000000000..eeea61fba13a --- /dev/null +++ b/dev-python/Bcryptor/Bcryptor-1.2.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/Bcryptor/Bcryptor-1.2.2.ebuild,v 1.1 2013/12/15 11:24:54 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Python wrapper for bcrypt" +HOMEPAGE="http://www.bitbucket.org/ares/bcryptor/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +LICENSE="ISC" +SLOT="0" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + )" +RDEPEND="dev-python/Yamlog[${PYTHON_USEDEP}]" + +python_test() { + nosetests || die "testsuite failed under ${EPYTHON}" +} diff --git a/dev-python/Bcryptor/ChangeLog b/dev-python/Bcryptor/ChangeLog new file mode 100644 index 000000000000..f3919c6ece28 --- /dev/null +++ b/dev-python/Bcryptor/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/Bcryptor +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/Bcryptor/ChangeLog,v 1.1 2013/12/15 11:24:54 idella4 Exp $ + +*Bcryptor-1.2.2 (15 Dec 2013) + + 15 Dec 2013; Ian Delaney <idella4@gentoo.org> +Bcryptor-1.2.2.ebuild, + +metadata.xml: + adding this optional dep of testsuite of passlib, ebuild prepared by me diff --git a/dev-python/Bcryptor/Manifest b/dev-python/Bcryptor/Manifest new file mode 100644 index 000000000000..299264de0d4f --- /dev/null +++ b/dev-python/Bcryptor/Manifest @@ -0,0 +1,3 @@ +DIST Bcryptor-1.2.2.tar.gz 111291 SHA256 5eebe432ab30bd706e9456184a908ce8754de6921d416d9e61b258573d14b6b3 SHA512 896a2f887717e1d80c5ab3d42e7c77d4b1d8965f2bce03086a2deacd5942598d0855df3db83b7e4980213af28df9ce5e6325e2d6f3479eaf94cef47aa5ed641a WHIRLPOOL 55987839935473f85b2184712200c08c385caf653c4638dc6d07931491c10c5c85d43ddc02f5909692cd2df31f548b51e5649cc96483ff1437006521da147f5e +EBUILD Bcryptor-1.2.2.ebuild 693 SHA256 3e91506bc3b1e062c86bf18065e84bced75ce5870f7228f9085b9601d282e45d SHA512 e40aaa666e25fe04fff3bf7dc40b506f70635eab254b6c09ac04b66f3796065de98be2daae48c0836c2fbe00457469b61b4e2a507709652ed8a82bc47ccd70e4 WHIRLPOOL 7174d666a691fe61cecd7fe4791b3d7069ec5113456a956e8e6020f7d6550b06ea4a6f950e528ced8a86c97dd1ce903312372e31a594748e73f6b50dbc0204ac +MISC metadata.xml 170 SHA256 613f5f63dffc78a75b8e12bd0df1ba7f27afccc7532b809c6ed14de1007bdc25 SHA512 2de67dccf7cc4fe6837c3efb996e16621dc7ddbf58ac725c5f57d0bc8c64036a2adab320f124da571d31bdbedd9aca46aa867a9186b7cee8500855360b6dfb5e WHIRLPOOL 7aa8b64e7a8fa384484d69f4fa024536e537ce70ba49c738f52977912418e2ada990a4626072b0f2c56dedc743a0c81800db6ea271ebd18c87542ec2ba6dd4ed |