[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-10-29 Thread Justin Lecher
commit: 980adfeb1592931cbe4696240ca8f369233cada0
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 29 09:26:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 29 10:43:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980adfeb

dev-python/cryptography-vectors: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography-vectors/Manifest   |  1 +
 .../cryptography-vectors-1.1.ebuild| 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
index 3031210..c220ee2 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -13,3 +13,4 @@ DIST cryptography_vectors-0.9.tar.gz 24983458 SHA256 
d4accc8f5fb763cb65021c0e792
 DIST cryptography_vectors-1.0.1.tar.gz 25005401 SHA256 
e4ea240cb991a493bf2172056398b50f7c9e3cfbd809149b4887740a3d854cc4 SHA512 
d77e5132f12111bed6cfa9c52cc3dd55f592980c76b9b370f1013d9d91a72c17b5bed49b9e2982b1e2aef7efccc02c0fc11f9706f7628affc94920cbc37c44a4
 WHIRLPOOL 
c7b3a9f601997c6e0966402e08828c56ac5ee03017f1663394e69ae2cd6d4dc907b2c49d9c9a7b7893ef4f2d6fb283fd308987264c027baf21d5756be3f14508
 DIST cryptography_vectors-1.0.2.tar.gz 25005614 SHA256 
b849aa26a596b4ad8193d5b06a9414dab798c1f05c661321e759d5ebd944a937 SHA512 
c87a915d83b8b57c8028edc3cfbd8efbf1f51b36508db4ef489481479cfc14a296fd1d76c5e013c60cdcf5458824fb16496aeabe2bb80004cf721286800d4751
 WHIRLPOOL 
90542095b97bf257ef871cf8b1224f5a2060cf80c4c34e44fbfaacf163020d4108c8a36aed90062ab6bb4cd65bfbc2149992eee1efd987955f1a86df551b4418
 DIST cryptography_vectors-1.0.tar.gz 25003925 SHA256 
e7277818b7bd99b502ee79d37cf5b9405577c39171919014756181b947ea0234 SHA512 
e426e06d03b2e720cf7177a2d746dc45a2bc04455379d3231952543f3621e4829b43cedc09f7a96b7eba695b5424f8189916d4a7acafc08ca4cacb1965e672af
 WHIRLPOOL 
397840e9c76cf8d50f85cf664d1dcab9cc9eb495c0d29830eb34d62d11c5b9f36f4e466d176d290c22febfecba85ca19358616cd3c8c967a060743175be7f852
+DIST cryptography_vectors-1.1.tar.gz 25026549 SHA256 
a929fbb0eac391c93c5745451a4d4157a8bc18eb2e69faf3af1d825ceacbf32c SHA512 
e4d595f61bcf406a9b5422b1d6321ed18ef6c433b5557340b60d168b378a40cc7e068072a041b1190c6be00b83876b99e2bf441e154fc5a1b5ccfa51f485f731
 WHIRLPOOL 
5d0e82c2c07410c7e8848f6aaafbce274b4ac3ec65c7e6f73ea1e220d8433d8eae2151e0a9c28eb7d0245337f06fb7ca204a77a8febf0e60e019127a060af2ee

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.1.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.1.ebuild
new file mode 100644
index 000..91cc437
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Test vectors for the cryptography package"
+HOMEPAGE="https://pypi.python.org/pypi/cryptography-vectors/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-10-29 Thread Justin Lecher
commit: 70d3c5c7a005416067183b723d728fdadda7e742
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 29 10:18:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 29 10:43:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d3c5c7

dev-python/cryptography: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography/Manifest|  1 +
 dev-python/cryptography/cryptography-1.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index bf00855..17aebd2 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -10,3 +10,4 @@ DIST cryptography-0.9.3.tar.gz 303075 SHA256 
aed022f738dd9adb840d92960b0464ea1fb
 DIST cryptography-1.0.1.tar.gz 332242 SHA256 
cfe3092a6a929bc3a97c3b752044b79d09c9b210860c7b4eb5061aea29dcbfd3 SHA512 
a813084f09113baf17ea344dc2bc71fc09a164908661e8a469997c5212a30c09f65b87f84df0f2c70a38b3529faeb78e08430054d065bd46fc625a1bd62d1ddb
 WHIRLPOOL 
f7039799f11da6f95826936e5279d8e9be8971af33601058a910a34d62e1f53879ce93fb69dbd3909d3a2890680c1dabc3a5ce812b34c6882764aafd9ab0ce94
 DIST cryptography-1.0.2.tar.gz 332870 SHA256 
d64cd491e91ddf642c643bea16532c2a2da2da054cca6df756edadd55a8bacca SHA512 
f266fbee6ab06ed6a552599dffe6d3e959dd858e6be7b81c0d4489c384fbb2b5de5ecf4f1e43e1dacbaa6ddefd1562f10961caec73cb3ed256faa03a5d4eff85
 WHIRLPOOL 
ba8c13df5c58ab551f43ddf51cde8e85835a06eda83e5a5039e32308431b6f365692b01ea343adba6fcafe80d045a04b8ef37324e5bf1ada0adef10752f1e321
 DIST cryptography-1.0.tar.gz 331438 SHA256 
211c02fe77d791d7fc437227ba1c046268d5da665e05d8a53fc19f4f74c21001 SHA512 
a4e4f8b054a357e0856a67b246ba770f38222f45f0d8c3185bdfe20593f4d5a20d2082a0c7b9986d5b557dc2b43a0903bcb37eba10e4ca1d83f903fea6c39753
 WHIRLPOOL 
c36bead358e8d30785f3d565366a0a8ec7b356cd31274aac7d0fe0286d36af52916fb384d22c53e487d26adb6d42b6dd69d1d7d5aed2fe20dc8cbef86e77
+DIST cryptography-1.1.tar.gz 348676 SHA256 
059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d SHA512 
8d5b5ac7cc2dcf7271dcd85c65c42cd815b95ec8502864da1b7c32c4a5905ecc6ae45f54d11e7b539d9ddf10d8bd3de9f40233c0b3cbdd1132b2ffbd4ebb318f
 WHIRLPOOL 
0f154e624a51ebbc342ea082fc00a66b21024c81f3265e7d0e22e089afc5e83dcfe2857113d911db3a8e253d6fe93413ff94b91a83e97fd9405c3f08becc8a03

diff --git a/dev-python/cryptography/cryptography-1.1.ebuild 
b/dev-python/cryptography/cryptography-1.1.ebuild
new file mode 100644
index 000..805a5ab
--- /dev/null
+++ b/dev-python/cryptography/cryptography-1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Library providing cryptographic recipes and primitives"
+HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="libressl test"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
+   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+   "
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
+
+python_test() {
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-10-18 Thread Mikle Kolyada
commit: 935f8a72b06953f610bb893c571b593cf00ddf12
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 18 16:41:42 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 18 16:45:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935f8a72

dev-python/cryptography: Add ~sparc keyword wrt bug #560894

Package-Manager: portage-2.2.20.1

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index ee94db7..261acaf 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="libressl test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-10-17 Thread Markus Meier
commit: 0b8152041066bb00803d42801ade8deedd81a8fa
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 17 11:03:11 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 17 11:03:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b815204

dev-python/cryptography-vectors: arm stable, bug #561696

Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"

 dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
index 1910f0b..f1c6f54 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-10-17 Thread Markus Meier
commit: 602cba4dd787d3554f986d6f67921f4796cbda51
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 17 11:04:05 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 17 11:04:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602cba4d

dev-python/cryptography: arm stable, bug #561696

Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index 91e2164..ee94db7 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
x86 ~amd64-linux ~x86-linux"
 IUSE="libressl test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-10-11 Thread Justin Lecher
commit: 972e0deac325e5cf345086589dafd86836a0e20e
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Oct 10 19:35:10 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Oct 11 07:05:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972e0dea

dev-python/cryptography: Add pypy3 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index e797982..d4483e1 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 # only works with >=pypy-2.6
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-30 Thread Justin Lecher
commit: fb75adeebde24c4ff6e75fdada349d78c0c16335
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 30 06:35:35 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 30 10:32:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb75adee

dev-python/cryptography: Add back libressl support

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography/cryptography-1.0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index 6bc770e..e797982 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -16,10 +16,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
+IUSE="libressl test"
 
 RDEPEND="
-dev-libs/openssl:0
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
>=dev-python/idna-2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-29 Thread Agostino Sarubbo
commit: 4a55da90dfe78507850da123a56166cee52d266e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 29 12:32:43 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 29 12:32:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a55da90

dev-python/cryptography: x86 stable wrt bug #561696

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index 8b28eae..fdf549d 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-29 Thread Agostino Sarubbo
commit: 3923efe6ac6106c0b93a7616e634308d7473fa16
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 29 12:31:48 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 29 12:31:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3923efe6

dev-python/cryptography: amd64 stable wrt bug #561696

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index c068f26..8b28eae 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-09-29 Thread Agostino Sarubbo
commit: f20a084e676fdd8afd739d22f906a83d5400a0d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 29 12:31:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 29 12:31:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20a084e

dev-python/cryptography-vectors: amd64 stable wrt bug #561696

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
index 5443dc4..1103759 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-09-29 Thread Agostino Sarubbo
commit: 50a470cbcae33b07bb394f1324283ca19e88b67c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 29 12:32:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 29 12:32:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a470cb

dev-python/cryptography-vectors: x86 stable wrt bug #561696

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
index 1103759..c039a26 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-29 Thread Justin Lecher
commit: 8b2ea449d21136b293e89110e3d5f9492ce7c57c
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep 29 09:54:24 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep 29 09:57:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2ea449

dev-python/cryptography: Drop libressl support as it breaks stabilization

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography/cryptography-1.0.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index 6677f41..c068f26 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -16,11 +16,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
 KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="libressl test"
+IUSE="test"
 
 RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+dev-libs/openssl:0
$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
>=dev-python/idna-2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-09-29 Thread Jeroen Roovers
commit: 26c532eeb319677befc59c787e83263ad39c35c6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 30 03:25:25 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 30 03:25:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c532ee

dev-python/cryptography-vectors: Stable for HPPA PPC64 (bug #561696).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
index c039a26..741f3a0 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-29 Thread Jeroen Roovers
commit: d6162dac01107123673b152878be8dc41742c595
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 30 03:36:27 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 30 03:36:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6162dac

dev-python/cryptography: Stable for HPPA PPC64 (bug #561696).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index fdf549d..6bc770e 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-28 Thread Tobias Klausmann
commit: 21cafd8fd569bb2ad06da02472ac29d363903c3f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep 28 15:25:47 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep 28 15:26:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cafd8f

dev-python/cryptography: add alpha keyword

Gentoo-Bug: 561696

Package-Manager: portage-2.2.22

 dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index a005f87..6677f41 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="libressl test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-09-28 Thread Tobias Klausmann
commit: 8ae21222c188cd8ccdcd3ae482f6109ecc1a90c2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep 28 15:26:09 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep 28 15:26:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae21222

dev-python/cryptography-vectors: add alpha keyword

Gentoo-Bug: 561696

Package-Manager: portage-2.2.22

 dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
index ecbe8ef..5443dc4 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-09-28 Thread Justin Lecher
commit: 50dc6037afbe13dd6b2b7d1e378da05ef259d86a
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Sep 28 06:58:13 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Sep 28 07:58:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dc6037

dev-python/cryptography-vectors: Version Bump

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography-vectors/Manifest   |  1 +
 .../cryptography-vectors-1.0.2.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
index c14e7ba..3031210 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -11,4 +11,5 @@ DIST cryptography_vectors-0.9.2.tar.gz 24986082 SHA256 
b443ca0c75383e7c6acba89ac
 DIST cryptography_vectors-0.9.3.tar.gz 24986101 SHA256 
aa3949852323aebb5d33e6a461caa25190f05a042ceb63b20c2810f83f855e43 SHA512 
53bc8e1284c7fa9e1723866149edb3b7f2ef6ddc7f04e79ee6f11cfa00b4e32e81c8202ac4a99ffbc251687ca1d9305c2ebb3dc5ce295241646a5fb3e7ee877b
 WHIRLPOOL 
0e1edcc8e796d2a490781dbf3608cc609f6a66f08f7add962b5f5659df2654666efabd7d81cb135e951e8834c243c8572de4483a1018c9c7239083edda95ea9d
 DIST cryptography_vectors-0.9.tar.gz 24983458 SHA256 
d4accc8f5fb763cb65021c0e792a2884b8956ccfb467bc6b59124159e9746bca SHA512 
6c3eff20139a9c714305dc09919633deff346ac6186df196a6ab130219b3a6467be33ffd64c9582d960505113e062975e0d9f2e5ffbe051ad47c6513a1580227
 WHIRLPOOL 
b001f8c420139ab14e761dcc9c94322e82f8f6c6b7009cf1bdb025e6d5212aa7d4cb3a35e503d685c7216ee75edbcf370981e169ccff707daacb42d273f21266
 DIST cryptography_vectors-1.0.1.tar.gz 25005401 SHA256 
e4ea240cb991a493bf2172056398b50f7c9e3cfbd809149b4887740a3d854cc4 SHA512 
d77e5132f12111bed6cfa9c52cc3dd55f592980c76b9b370f1013d9d91a72c17b5bed49b9e2982b1e2aef7efccc02c0fc11f9706f7628affc94920cbc37c44a4
 WHIRLPOOL 
c7b3a9f601997c6e0966402e08828c56ac5ee03017f1663394e69ae2cd6d4dc907b2c49d9c9a7b7893ef4f2d6fb283fd308987264c027baf21d5756be3f14508
+DIST cryptography_vectors-1.0.2.tar.gz 25005614 SHA256 
b849aa26a596b4ad8193d5b06a9414dab798c1f05c661321e759d5ebd944a937 SHA512 
c87a915d83b8b57c8028edc3cfbd8efbf1f51b36508db4ef489481479cfc14a296fd1d76c5e013c60cdcf5458824fb16496aeabe2bb80004cf721286800d4751
 WHIRLPOOL 
90542095b97bf257ef871cf8b1224f5a2060cf80c4c34e44fbfaacf163020d4108c8a36aed90062ab6bb4cd65bfbc2149992eee1efd987955f1a86df551b4418
 DIST cryptography_vectors-1.0.tar.gz 25003925 SHA256 
e7277818b7bd99b502ee79d37cf5b9405577c39171919014756181b947ea0234 SHA512 
e426e06d03b2e720cf7177a2d746dc45a2bc04455379d3231952543f3621e4829b43cedc09f7a96b7eba695b5424f8189916d4a7acafc08ca4cacb1965e672af
 WHIRLPOOL 
397840e9c76cf8d50f85cf664d1dcab9cc9eb495c0d29830eb34d62d11c5b9f36f4e466d176d290c22febfecba85ca19358616cd3c8c967a060743175be7f852

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
new file mode 100644
index 000..ecbe8ef
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Test vectors for the cryptography package"
+HOMEPAGE="https://pypi.python.org/pypi/cryptography-vectors/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-28 Thread Justin Lecher
commit: 83146dcd2d91128c1fd550337ebda1afe62bf3a9
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Sep 28 07:55:17 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Sep 28 07:58:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83146dcd

dev-python/cryptography: Version Bump

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography/Manifest  |  1 +
 dev-python/cryptography/cryptography-1.0.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index e23e190..bf00855 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -8,4 +8,5 @@ DIST cryptography-0.8.tar.gz 268083 SHA256 
e54601e4dec2b8acb90f5ed3b93d23d280964
 DIST cryptography-0.9.2.tar.gz 302972 SHA256 
bc9ddd1442ce67a5bbd5598eced127de000da55f0ce25498b1174746c0290b3c SHA512 
3d13f0284d484911b1f7067966f3727de9019d24af379b1adb1e0377888680b9385792e481888d2b357bce20f250a948c22b34743b4aeb955d736e8ae9ca88da
 WHIRLPOOL 
0832bfdaff40e89750d92ffd5298be5c39fc1b4606ee7f769a68fb469e9e2175837f1b3f660f774a793538e050f2081fd69201f882a5bd77713e1bacd3115370
 DIST cryptography-0.9.3.tar.gz 303075 SHA256 
aed022f738dd9adb840d92960b0464ea1fbb222ba118938858eb93fe25151c2d SHA512 
828dd6d3af940c91f77b9bcefb34ca9cc3ac05606d707889ff35bf708c3536414db46f8db7d7dcbffe2ad1f82834bc9edab1b28b05fee3f2a5f9f5a56abd697c
 WHIRLPOOL 
33eb42741cf2426ffe16d50d0f555fee65637d812f9510016ceb708f9c591f38de2d65e4b4118f744ff9b73596727160501ec5d077bfe0935d088586909b979d
 DIST cryptography-1.0.1.tar.gz 332242 SHA256 
cfe3092a6a929bc3a97c3b752044b79d09c9b210860c7b4eb5061aea29dcbfd3 SHA512 
a813084f09113baf17ea344dc2bc71fc09a164908661e8a469997c5212a30c09f65b87f84df0f2c70a38b3529faeb78e08430054d065bd46fc625a1bd62d1ddb
 WHIRLPOOL 
f7039799f11da6f95826936e5279d8e9be8971af33601058a910a34d62e1f53879ce93fb69dbd3909d3a2890680c1dabc3a5ce812b34c6882764aafd9ab0ce94
+DIST cryptography-1.0.2.tar.gz 332870 SHA256 
d64cd491e91ddf642c643bea16532c2a2da2da054cca6df756edadd55a8bacca SHA512 
f266fbee6ab06ed6a552599dffe6d3e959dd858e6be7b81c0d4489c384fbb2b5de5ecf4f1e43e1dacbaa6ddefd1562f10961caec73cb3ed256faa03a5d4eff85
 WHIRLPOOL 
ba8c13df5c58ab551f43ddf51cde8e85835a06eda83e5a5039e32308431b6f365692b01ea343adba6fcafe80d045a04b8ef37324e5bf1ada0adef10752f1e321
 DIST cryptography-1.0.tar.gz 331438 SHA256 
211c02fe77d791d7fc437227ba1c046268d5da665e05d8a53fc19f4f74c21001 SHA512 
a4e4f8b054a357e0856a67b246ba770f38222f45f0d8c3185bdfe20593f4d5a20d2082a0c7b9986d5b557dc2b43a0903bcb37eba10e4ca1d83f903fea6c39753
 WHIRLPOOL 
c36bead358e8d30785f3d565366a0a8ec7b356cd31274aac7d0fe0286d36af52916fb384d22c53e487d26adb6d42b6dd69d1d7d5aed2fe20dc8cbef86e77

diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild 
b/dev-python/cryptography/cryptography-1.0.2.ebuild
new file mode 100644
index 000..a005f87
--- /dev/null
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# only works with >=pypy-2.6
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Library providing cryptographic recipes and primitives"
+HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="libressl test"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
+   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+   "
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-20 Thread Julian Ospald
commit: c6ef36b4b6618727a3d62eb8d11d043f0c4b7543
Author: Julian Ospald  gentoo  org>
AuthorDate: Sun Sep 20 17:15:29 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Sun Sep 20 17:35:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ef36b4

dev-python/cryptography: add libressl support

 .../cryptography/cryptography-1.0.1-r1.ebuild  | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-python/cryptography/cryptography-1.0.1-r1.ebuild 
b/dev-python/cryptography/cryptography-1.0.1-r1.ebuild
new file mode 100644
index 000..65f533d
--- /dev/null
+++ b/dev-python/cryptography/cryptography-1.0.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# only works with >=pypy-2.6
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Library providing cryptographic recipes and primitives"
+HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="libressl test"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
+   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+   "
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-16 Thread Tobias Klausmann
commit: dec429764eecb2e5630b161ab40d9cb1ea787c21
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 15:01:24 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 15:01:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec42976

dev-python/cryptography: add ~alpha keyword

Gentoo-Bug: 549518

Package-Manager: portage-2.2.20.1

 dev-python/cryptography/cryptography-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-0.9.3.ebuild 
b/dev-python/cryptography/cryptography-0.9.3.ebuild
index 3f5cf4a..61cc713 100644
--- a/dev-python/cryptography/cryptography-0.9.3.ebuild
+++ b/dev-python/cryptography/cryptography-0.9.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-09-06 Thread Justin Lecher
commit: 67bfd4fc637b3d726e23c9900b0adffd56525082
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep  6 17:50:19 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep  6 17:50:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bfd4fc

dev-python/cryptography-vectors: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography-vectors/Manifest   |  1 +
 .../cryptography-vectors-1.0.1.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
index 12cace2..c14e7ba 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -10,4 +10,5 @@ DIST cryptography_vectors-0.9.1.tar.gz 24986147 SHA256 
46cf6c05103b5f83056b5eb5d
 DIST cryptography_vectors-0.9.2.tar.gz 24986082 SHA256 
b443ca0c75383e7c6acba89acbb7de3f591e3a63f7cc7601e589f323bdc52b4c SHA512 
152b8d44d4b9c979a060435016d16d8052e15ad6e3b20086fd1a3a38818843817ddfef72ba6d3c02e034747a4bd9c2a7eb171426d69f27bcc57988a6576d73b7
 WHIRLPOOL 
1dc6018215bbc5d518c232636757ef5962f06435b5bc1d2fad259158a422fe53a089aa149ba9188c274772a3d3a8438ba3a847dd2147752c91d3310705d2091c
 DIST cryptography_vectors-0.9.3.tar.gz 24986101 SHA256 
aa3949852323aebb5d33e6a461caa25190f05a042ceb63b20c2810f83f855e43 SHA512 
53bc8e1284c7fa9e1723866149edb3b7f2ef6ddc7f04e79ee6f11cfa00b4e32e81c8202ac4a99ffbc251687ca1d9305c2ebb3dc5ce295241646a5fb3e7ee877b
 WHIRLPOOL 
0e1edcc8e796d2a490781dbf3608cc609f6a66f08f7add962b5f5659df2654666efabd7d81cb135e951e8834c243c8572de4483a1018c9c7239083edda95ea9d
 DIST cryptography_vectors-0.9.tar.gz 24983458 SHA256 
d4accc8f5fb763cb65021c0e792a2884b8956ccfb467bc6b59124159e9746bca SHA512 
6c3eff20139a9c714305dc09919633deff346ac6186df196a6ab130219b3a6467be33ffd64c9582d960505113e062975e0d9f2e5ffbe051ad47c6513a1580227
 WHIRLPOOL 
b001f8c420139ab14e761dcc9c94322e82f8f6c6b7009cf1bdb025e6d5212aa7d4cb3a35e503d685c7216ee75edbcf370981e169ccff707daacb42d273f21266
+DIST cryptography_vectors-1.0.1.tar.gz 25005401 SHA256 
e4ea240cb991a493bf2172056398b50f7c9e3cfbd809149b4887740a3d854cc4 SHA512 
d77e5132f12111bed6cfa9c52cc3dd55f592980c76b9b370f1013d9d91a72c17b5bed49b9e2982b1e2aef7efccc02c0fc11f9706f7628affc94920cbc37c44a4
 WHIRLPOOL 
c7b3a9f601997c6e0966402e08828c56ac5ee03017f1663394e69ae2cd6d4dc907b2c49d9c9a7b7893ef4f2d6fb283fd308987264c027baf21d5756be3f14508
 DIST cryptography_vectors-1.0.tar.gz 25003925 SHA256 
e7277818b7bd99b502ee79d37cf5b9405577c39171919014756181b947ea0234 SHA512 
e426e06d03b2e720cf7177a2d746dc45a2bc04455379d3231952543f3621e4829b43cedc09f7a96b7eba695b5424f8189916d4a7acafc08ca4cacb1965e672af
 WHIRLPOOL 
397840e9c76cf8d50f85cf664d1dcab9cc9eb495c0d29830eb34d62d11c5b9f36f4e466d176d290c22febfecba85ca19358616cd3c8c967a060743175be7f852

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.1.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.1.ebuild
new file mode 100644
index 000..ecbe8ef
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Test vectors for the cryptography package"
+HOMEPAGE="https://pypi.python.org/pypi/cryptography-vectors/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-09-06 Thread Justin Lecher
commit: 0e76f205f6333c4dae37b87c2e5948f4f044dc6c
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep  6 17:55:07 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep  6 17:55:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e76f205

dev-python/cryptography: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cryptography/Manifest  |  1 +
 dev-python/cryptography/cryptography-1.0.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index 2cf50ad..e23e190 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -7,4 +7,5 @@ DIST cryptography-0.8.2.tar.gz 268288 SHA256 
1c9a022ab3decaf152093e2ef2d5ee4258c
 DIST cryptography-0.8.tar.gz 268083 SHA256 
e54601e4dec2b8acb90f5ed3b93d23d280964adbefe1723ac82acc453a694480 SHA512 
e17d2d31f1d6da782eb3531ca9dded14e137ddc61893ef17a8238997274a85e77e8a957e1eec3ed3960675694f97750ca1f6821a2e8d974795bca3b2be49e196
 WHIRLPOOL 
ecef7a807934006ce2266ba0636a9a8b5bd30a49931ba9c83dabbd1bd6b47523dd3d32205d1ac4f94f2a8bfe4c1b23ac36fcddf4092d9e756beda74379dfc7dd
 DIST cryptography-0.9.2.tar.gz 302972 SHA256 
bc9ddd1442ce67a5bbd5598eced127de000da55f0ce25498b1174746c0290b3c SHA512 
3d13f0284d484911b1f7067966f3727de9019d24af379b1adb1e0377888680b9385792e481888d2b357bce20f250a948c22b34743b4aeb955d736e8ae9ca88da
 WHIRLPOOL 
0832bfdaff40e89750d92ffd5298be5c39fc1b4606ee7f769a68fb469e9e2175837f1b3f660f774a793538e050f2081fd69201f882a5bd77713e1bacd3115370
 DIST cryptography-0.9.3.tar.gz 303075 SHA256 
aed022f738dd9adb840d92960b0464ea1fbb222ba118938858eb93fe25151c2d SHA512 
828dd6d3af940c91f77b9bcefb34ca9cc3ac05606d707889ff35bf708c3536414db46f8db7d7dcbffe2ad1f82834bc9edab1b28b05fee3f2a5f9f5a56abd697c
 WHIRLPOOL 
33eb42741cf2426ffe16d50d0f555fee65637d812f9510016ceb708f9c591f38de2d65e4b4118f744ff9b73596727160501ec5d077bfe0935d088586909b979d
+DIST cryptography-1.0.1.tar.gz 332242 SHA256 
cfe3092a6a929bc3a97c3b752044b79d09c9b210860c7b4eb5061aea29dcbfd3 SHA512 
a813084f09113baf17ea344dc2bc71fc09a164908661e8a469997c5212a30c09f65b87f84df0f2c70a38b3529faeb78e08430054d065bd46fc625a1bd62d1ddb
 WHIRLPOOL 
f7039799f11da6f95826936e5279d8e9be8971af33601058a910a34d62e1f53879ce93fb69dbd3909d3a2890680c1dabc3a5ce812b34c6882764aafd9ab0ce94
 DIST cryptography-1.0.tar.gz 331438 SHA256 
211c02fe77d791d7fc437227ba1c046268d5da665e05d8a53fc19f4f74c21001 SHA512 
a4e4f8b054a357e0856a67b246ba770f38222f45f0d8c3185bdfe20593f4d5a20d2082a0c7b9986d5b557dc2b43a0903bcb37eba10e4ca1d83f903fea6c39753
 WHIRLPOOL 
c36bead358e8d30785f3d565366a0a8ec7b356cd31274aac7d0fe0286d36af52916fb384d22c53e487d26adb6d42b6dd69d1d7d5aed2fe20dc8cbef86e77

diff --git a/dev-python/cryptography/cryptography-1.0.1.ebuild 
b/dev-python/cryptography/cryptography-1.0.1.ebuild
new file mode 100644
index 000..8975371
--- /dev/null
+++ b/dev-python/cryptography/cryptography-1.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# only works with >=pypy-2.6
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Library providing cryptographic recipes and primitives"
+HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-libs/openssl:0
+   $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
+   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+   "
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-08-24 Thread Agostino Sarubbo
commit: 3a38ba1638e61eb42e576294c544849e870b6c92
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Mon Aug 24 14:02:10 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Mon Aug 24 14:02:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a38ba16

dev-python/cryptography-vectors: amd64 stable wrt bug #558448

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild
index ecbe8ef..68938c8 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz
 
 LICENSE=|| ( Apache-2.0 BSD )
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-08-24 Thread Agostino Sarubbo
commit: 2667df1cd71470f45fc8463907d96768dd7c4fc4
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Mon Aug 24 14:02:05 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Mon Aug 24 14:02:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2667df1c

dev-python/cryptography: amd64 stable wrt bug #558448

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 dev-python/cryptography/cryptography-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-0.9.3.ebuild 
b/dev-python/cryptography/cryptography-0.9.3.ebuild
index 6083bbc..9754645 100644
--- a/dev-python/cryptography/cryptography-0.9.3.ebuild
+++ b/dev-python/cryptography/cryptography-0.9.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=|| ( Apache-2.0 BSD )
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-08-24 Thread Agostino Sarubbo
commit: 1b24e826467b51f74a5c5bc7a67743e8cffa67b3
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Mon Aug 24 14:03:42 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Mon Aug 24 14:03:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b24e826

dev-python/cryptography-vectors: x86 stable wrt bug #558448

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild
index 68938c8..aca2e2b 100644
--- a/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild
+++ b/dev-python/cryptography-vectors/cryptography-vectors-0.9.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz
 
 LICENSE=|| ( Apache-2.0 BSD )
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh x86 ~x86-fbsd
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-08-24 Thread Agostino Sarubbo
commit: 36ee1ce6ca3565dc12632320848de5d251897625
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Mon Aug 24 14:03:37 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Mon Aug 24 14:03:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ee1ce6

dev-python/cryptography: x86 stable wrt bug #558448

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 dev-python/cryptography/cryptography-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-0.9.3.ebuild 
b/dev-python/cryptography/cryptography-0.9.3.ebuild
index 9754645..3f5cf4a 100644
--- a/dev-python/cryptography/cryptography-0.9.3.ebuild
+++ b/dev-python/cryptography/cryptography-0.9.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=|| ( Apache-2.0 BSD )
 SLOT=0
-KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 RDEPEND=



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-08-22 Thread Mike Gilbert
commit: 3a51d23efaa263cb0198c04b01b1a25a4ff72808
Author: Sean Vig sean.v.775 AT gmail DOT com
AuthorDate: Sat Aug 22 23:12:57 2015 +
Commit: Mike Gilbert floppym AT gentoo DOT org
CommitDate: Sun Aug 23 02:41:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a51d23e

dev-python/cryptography: Enable pypy as Python target

 dev-python/cryptography/cryptography-1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-1.0.ebuild 
b/dev-python/cryptography/cryptography-1.0.ebuild
index c06bcfd..8975371 100644
--- a/dev-python/cryptography/cryptography-1.0.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 # only works with =pypy-2.6
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
 
 inherit distutils-r1
 
@@ -27,6 +27,7 @@ RDEPEND=
=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '=virtual/pypy-2.6.0' pypy )

 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography-vectors/

2015-08-13 Thread Justin Lecher
commit: 8afb00f42cea4341b0ee40261e2421223263dd59
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Thu Aug 13 09:36:45 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Thu Aug 13 09:36:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afb00f4

dev-python/cryptography-vectors: Version Bump

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/cryptography-vectors/Manifest   |  1 +
 .../cryptography-vectors-1.0.ebuild| 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
index 1f01c2b..12cace2 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -10,3 +10,4 @@ DIST cryptography_vectors-0.9.1.tar.gz 24986147 SHA256 
46cf6c05103b5f83056b5eb5d
 DIST cryptography_vectors-0.9.2.tar.gz 24986082 SHA256 
b443ca0c75383e7c6acba89acbb7de3f591e3a63f7cc7601e589f323bdc52b4c SHA512 
152b8d44d4b9c979a060435016d16d8052e15ad6e3b20086fd1a3a38818843817ddfef72ba6d3c02e034747a4bd9c2a7eb171426d69f27bcc57988a6576d73b7
 WHIRLPOOL 
1dc6018215bbc5d518c232636757ef5962f06435b5bc1d2fad259158a422fe53a089aa149ba9188c274772a3d3a8438ba3a847dd2147752c91d3310705d2091c
 DIST cryptography_vectors-0.9.3.tar.gz 24986101 SHA256 
aa3949852323aebb5d33e6a461caa25190f05a042ceb63b20c2810f83f855e43 SHA512 
53bc8e1284c7fa9e1723866149edb3b7f2ef6ddc7f04e79ee6f11cfa00b4e32e81c8202ac4a99ffbc251687ca1d9305c2ebb3dc5ce295241646a5fb3e7ee877b
 WHIRLPOOL 
0e1edcc8e796d2a490781dbf3608cc609f6a66f08f7add962b5f5659df2654666efabd7d81cb135e951e8834c243c8572de4483a1018c9c7239083edda95ea9d
 DIST cryptography_vectors-0.9.tar.gz 24983458 SHA256 
d4accc8f5fb763cb65021c0e792a2884b8956ccfb467bc6b59124159e9746bca SHA512 
6c3eff20139a9c714305dc09919633deff346ac6186df196a6ab130219b3a6467be33ffd64c9582d960505113e062975e0d9f2e5ffbe051ad47c6513a1580227
 WHIRLPOOL 
b001f8c420139ab14e761dcc9c94322e82f8f6c6b7009cf1bdb025e6d5212aa7d4cb3a35e503d685c7216ee75edbcf370981e169ccff707daacb42d273f21266
+DIST cryptography_vectors-1.0.tar.gz 25003925 SHA256 
e7277818b7bd99b502ee79d37cf5b9405577c39171919014756181b947ea0234 SHA512 
e426e06d03b2e720cf7177a2d746dc45a2bc04455379d3231952543f3621e4829b43cedc09f7a96b7eba695b5424f8189916d4a7acafc08ca4cacb1965e672af
 WHIRLPOOL 
397840e9c76cf8d50f85cf664d1dcab9cc9eb495c0d29830eb34d62d11c5b9f36f4e466d176d290c22febfecba85ca19358616cd3c8c967a060743175be7f852

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.0.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-1.0.ebuild
new file mode 100644
index 000..ecbe8ef
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION=Test vectors for the cryptography package
+HOMEPAGE=https://pypi.python.org/pypi/cryptography-vectors/;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz
+
+LICENSE=|| ( Apache-2.0 BSD )
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd
+IUSE=
+
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND=
+
+S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/

2015-08-13 Thread Justin Lecher
commit: 86ff0808ed5b321913e4458d2fa87466bc25d11a
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Thu Aug 13 10:23:18 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Thu Aug 13 10:23:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ff0808

dev-python/cryptography: Version Bump Dropped pypy support as cryptography-1.0 
relies on the new .set_source API which is only supported with cffi-1.0+ and 
pypy-2.6

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/cryptography/Manifest|  1 +
 dev-python/cryptography/cryptography-1.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index 791702e..2cf50ad 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -7,3 +7,4 @@ DIST cryptography-0.8.2.tar.gz 268288 SHA256 
1c9a022ab3decaf152093e2ef2d5ee4258c
 DIST cryptography-0.8.tar.gz 268083 SHA256 
e54601e4dec2b8acb90f5ed3b93d23d280964adbefe1723ac82acc453a694480 SHA512 
e17d2d31f1d6da782eb3531ca9dded14e137ddc61893ef17a8238997274a85e77e8a957e1eec3ed3960675694f97750ca1f6821a2e8d974795bca3b2be49e196
 WHIRLPOOL 
ecef7a807934006ce2266ba0636a9a8b5bd30a49931ba9c83dabbd1bd6b47523dd3d32205d1ac4f94f2a8bfe4c1b23ac36fcddf4092d9e756beda74379dfc7dd
 DIST cryptography-0.9.2.tar.gz 302972 SHA256 
bc9ddd1442ce67a5bbd5598eced127de000da55f0ce25498b1174746c0290b3c SHA512 
3d13f0284d484911b1f7067966f3727de9019d24af379b1adb1e0377888680b9385792e481888d2b357bce20f250a948c22b34743b4aeb955d736e8ae9ca88da
 WHIRLPOOL 
0832bfdaff40e89750d92ffd5298be5c39fc1b4606ee7f769a68fb469e9e2175837f1b3f660f774a793538e050f2081fd69201f882a5bd77713e1bacd3115370
 DIST cryptography-0.9.3.tar.gz 303075 SHA256 
aed022f738dd9adb840d92960b0464ea1fbb222ba118938858eb93fe25151c2d SHA512 
828dd6d3af940c91f77b9bcefb34ca9cc3ac05606d707889ff35bf708c3536414db46f8db7d7dcbffe2ad1f82834bc9edab1b28b05fee3f2a5f9f5a56abd697c
 WHIRLPOOL 
33eb42741cf2426ffe16d50d0f555fee65637d812f9510016ceb708f9c591f38de2d65e4b4118f744ff9b73596727160501ec5d077bfe0935d088586909b979d
+DIST cryptography-1.0.tar.gz 331438 SHA256 
211c02fe77d791d7fc437227ba1c046268d5da665e05d8a53fc19f4f74c21001 SHA512 
a4e4f8b054a357e0856a67b246ba770f38222f45f0d8c3185bdfe20593f4d5a20d2082a0c7b9986d5b557dc2b43a0903bcb37eba10e4ca1d83f903fea6c39753
 WHIRLPOOL 
c36bead358e8d30785f3d565366a0a8ec7b356cd31274aac7d0fe0286d36af52916fb384d22c53e487d26adb6d42b6dd69d1d7d5aed2fe20dc8cbef86e77

diff --git a/dev-python/cryptography/cryptography-1.0.ebuild 
b/dev-python/cryptography/cryptography-1.0.ebuild
new file mode 100644
index 000..c06bcfd
--- /dev/null
+++ b/dev-python/cryptography/cryptography-1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# only works with =pypy-2.6
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION=Library providing cryptographic recipes and primitives
+HOMEPAGE=https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+LICENSE=|| ( Apache-2.0 BSD )
+SLOT=0
+KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux
+IUSE=test
+
+RDEPEND=
+   dev-libs/openssl:0
+   $(python_gen_cond_dep '=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
+   =dev-python/idna-2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   =dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   =dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   =dev-python/pytest-2.4.2[${PYTHON_USEDEP}]
+   )
+
+DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
+
+python_test() {
+   py.test -v || die Tests fail with ${EPYTHON}
+}



<    1   2   3   4   5   6