Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bcrypt/
Date: Sun, 20 Sep 2015 10:24:11
Message-Id: 1442744644.605eb7240e00e4e9269a7ac4630f9927c0f39342.jlec@gentoo
1 commit: 605eb7240e00e4e9269a7ac4630f9927c0f39342
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:22:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:24:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605eb724
7
8 dev-python/bcrypt: Drop old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/bcrypt/Manifest | 1 -
14 dev-python/bcrypt/bcrypt-1.0.2-r1.ebuild | 28 ----------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-python/bcrypt/Manifest b/dev-python/bcrypt/Manifest
18 index fe90899..3ced589 100644
19 --- a/dev-python/bcrypt/Manifest
20 +++ b/dev-python/bcrypt/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST bcrypt-1.0.2.tar.gz 39090 SHA256 03c9e8cab644dec13c94a61eccdd930c87d62363f871bfe2ee12421703f27e8b SHA512 cd27897378cf711c6dabc351e30aa063f216133af06a6f9ce63e7cc0f95e0b14cd58806cbf82ad410ca5d5a02adc43be5b76400ae353bf60520f57b76b1bf1a4 WHIRLPOOL 5c15dc34e56f6cfa64aaa30dc182837f1f7bba84906429d1ebee335d3c8d0ed146809bdf766c964e3f5d226082b79148e537b71e6a75fb5f0005178eadb31ef7
23 DIST bcrypt-1.1.1.tar.gz 39714 SHA256 f68700f4560d90e30b7bb30105b9553000690222887625209aa8a14826ce0461 SHA512 b6388e69dfe4a7a40a304745607fe23fa2cd6c0f874b09c39849958f4d4c77cd5387c2baa79de69e8809c0df8841b085885c83f00bc13ee5a08b3af6c04d721f WHIRLPOOL cc5759ab03c2da11a5b2f3da741957f250eb4b016aa6e5cf3fcc3a28f527219343c321dd432235ec99fc67749edbdb6806d410d6f0ca0afad0c03374ef019b20
24 DIST bcrypt-2.0.0.tar.gz 38748 SHA256 8b2d197ef220d10eb74625dde7af3b10daa973ae9a1eadd6366f763fad4387fa SHA512 61ee83c291e65307d1094d4ca80d58f823c04d8389384e33265a3d4d7537ef0846ba07e23ab1c68501851e9b9fc3cc927e0137d52450aee6af938c91c821c435 WHIRLPOOL 46484d780f50a449e5c7d40f37b20b0a9baae4b51a0facb9cb774abddba29d4353c40e274f57c101db572ba778d134d2069180ad8ee73dbef55406aee5560721
25
26 diff --git a/dev-python/bcrypt/bcrypt-1.0.2-r1.ebuild b/dev-python/bcrypt/bcrypt-1.0.2-r1.ebuild
27 deleted file mode 100644
28 index 235ca13..0000000
29 --- a/dev-python/bcrypt/bcrypt-1.0.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Modern password hashing for software and servers"
42 -HOMEPAGE="https://github.com/dstufft/bcrypt/"
43 -SRC_URI="https://github.com/pyca/bcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -KEYWORDS="amd64 x86"
46 -IUSE="test"
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - test? ( dev-python/pytest[${PYTHON_USEDEP}]
52 - dev-python/mock[${PYTHON_USEDEP}] )"
53 -RDEPEND="$(python_gen_cond_dep '>=dev-python/cffi-0.8:=[${PYTHON_USEDEP}]' python*)
54 - !dev-python/py-bcrypt"
55 -DISTUTILS_IN_SOURCE_BUILD=1
56 -
57 -python_test() {
58 - esetup.py test
59 -}