Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/bcrypt: bcrypt-2.0.0.ebuild bcrypt-1.1.1.ebuild ChangeLog bcrypt-1.1.0.ebuild
Date: Sat, 01 Aug 2015 04:17:22
Message-Id: 20150801041716.94041110@oystercatcher.gentoo.org
1 idella4 15/08/01 04:17:16
2
3 Modified: bcrypt-1.1.1.ebuild ChangeLog
4 Added: bcrypt-2.0.0.ebuild
5 Removed: bcrypt-1.1.0.ebuild
6 Log:
7 bump; general tidy and update to deps, test phase removed due to absence of testsuite in tarball, rm old
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.2 dev-python/bcrypt/bcrypt-1.1.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild?r1=1.1&r2=1.2
17
18 Index: bcrypt-1.1.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- bcrypt-1.1.1.ebuild 26 May 2015 16:37:17 -0000 1.1
25 +++ bcrypt-1.1.1.ebuild 1 Aug 2015 04:17:16 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild,v 1.1 2015/05/26 16:37:17 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild,v 1.2 2015/08/01 04:17:16 idella4 Exp $
31
32 EAPI=5
33
34 @@ -22,7 +22,7 @@
35
36 DEPEND="
37 dev-python/setuptools[${PYTHON_USEDEP}]
38 - $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
39 + $(python_gen_cond_dep 'dev-python/cffi:=[${PYTHON_USEDEP}]' 'python*')
40 test? (
41 dev-python/pytest[${PYTHON_USEDEP}]
42 dev-python/mock[${PYTHON_USEDEP}]
43
44
45
46 1.17 dev-python/bcrypt/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/ChangeLog?rev=1.17&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/ChangeLog?rev=1.17&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/ChangeLog?r1=1.16&r2=1.17
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v
55 retrieving revision 1.16
56 retrieving revision 1.17
57 diff -u -r1.16 -r1.17
58 --- ChangeLog 6 Jun 2015 20:00:19 -0000 1.16
59 +++ ChangeLog 1 Aug 2015 04:17:16 -0000 1.17
60 @@ -1,6 +1,13 @@
61 # ChangeLog for dev-python/bcrypt
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v 1.16 2015/06/06 20:00:19 jlec Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v 1.17 2015/08/01 04:17:16 idella4 Exp $
65 +
66 +*bcrypt-2.0.0 (01 Aug 2015)
67 +
68 + 01 Aug 2015; Ian Delaney <idella4@g.o> +bcrypt-2.0.0.ebuild,
69 + -bcrypt-1.1.0.ebuild, bcrypt-1.1.1.ebuild:
70 + bump; general tidy and update to deps, test phase removed due to absence of
71 + testsuite in tarball, rm old
72
73 06 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
74 Add github to remote-id in metadata.xml
75
76
77
78 1.1 dev-python/bcrypt/bcrypt-2.0.0.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/bcrypt-2.0.0.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bcrypt/bcrypt-2.0.0.ebuild?rev=1.1&content-type=text/plain
82
83 Index: bcrypt-2.0.0.ebuild
84 ===================================================================
85 # Copyright 1999-2015 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-2.0.0.ebuild,v 1.1 2015/08/01 04:17:16 idella4 Exp $
88
89 EAPI=5
90
91 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
92
93 inherit distutils-r1
94
95 DESCRIPTION="Modern password hashing for software and servers"
96 HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/"
97 SRC_URI="
98 https://github.com/pyca/bcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz
99 mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
100 "
101
102 SLOT="0"
103 LICENSE="Apache-2.0"
104 KEYWORDS="~amd64 ~ppc64 ~x86"
105 IUSE=""
106
107 DEPEND="
108 dev-python/setuptools[${PYTHON_USEDEP}]
109 $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*')
110 "
111 RDEPEND="
112 $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*')
113 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
114 !dev-python/py-bcrypt"
115
116 # The testsuite is not included in the tarball