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

2016-07-23 Thread Alex Brandt
commit: 2b5c43c666c28c306fa7ccbef2e2990045ddae55
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:10:32 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:10:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5c43c6

dev-python/multidict: remove version 1.1.0_alpha6

Package-Manager: portage-2.3.0

 dev-python/multidict/Manifest  |  1 -
 dev-python/multidict/multidict-1.1.0_alpha6.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 463e188..939dc75 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
-DIST multidict-1.1.0_alpha6.tar.gz 98630 SHA256 
ac3f1a134c87a7f6e7547cbcb595e5eb36d1c1865101a777f2e7c0a18d824173 SHA512 
fc221ca768cfc3c04c83e624296e5c0452d4d14a7a13ba8e8cb153ffd1ea7b7e949c628bc45d8c249b790cca1698fc0a5a6f2b57b113bcf9c055a972d2f15a7e
 WHIRLPOOL 
7f8e057d41eb90246c84ba13165e6975ea5f985b5f65ae887efd2d4493ac0bd0980d9a56426a74b5f979a93a9007c2ef60ebbcf6966cedd8592ca3f1c379bb8e
 DIST multidict-1.1.0_beta2.tar.gz 98311 SHA256 
6a2b983764dbe08a5a06f6e29c490067a76b13a322cef22833cab3d29ed631f9 SHA512 
b01fa6767bafd47f77681eef1807c1f24d831e776f7b5edc084bff8c2c181915df52ecc77c6def56004d0aa94167de80eb61dc02c8a3b825484ab71285bcdfd3
 WHIRLPOOL 
bfb78bdf12be93dd5a40a1f41320bd10f6d1f4e9167b97d4d7332a9638a6738242445b6aa3bd0d621c5c36951ffb6f19a019bb1a12bc1b79673f67fe6d7b17fa
 DIST multidict-1.1.0_beta4.tar.gz 98339 SHA256 
527e9714c7dcf59291a04dfd65ab031a1061649bea8a321f6830af64863e2a77 SHA512 
b271f0be4cdf164aff59903dbf89689c18475731e146da1bb340c2307f0ee8d1fcf330de97e2300efc50df14c233ec5b74542b3e600017df1990a8e136dc3ae3
 WHIRLPOOL 
e826a033fa6f841715145800211ba8768da551027da1130cc088b07c68f765256b0001b5c5fd5b348e5f7f1845e21579abba62ddb1f1f7571220865f0ccef415
 DIST multidict-1.2.0.tar.gz 99060 SHA256 
820694f78b029649de00958ca03ad9debe28d489589b546fd6b8a69df5ed65bb SHA512 
5a6ec121db9b08707ba1491d39faf35645f48596d69f8ff01ccbd034bed15172bee6f98e8618dd762bf76131735b8453dae9bf29939780029ac2e5bb21b9535b
 WHIRLPOOL 
f9c4bb8e1f4536b151babdc8f5f788463fe8be15b125468bceae5ac39ee815695367d816adf1fecef430459abce114fb431665bd67a0b112b28f668e1da1cc85

diff --git a/dev-python/multidict/multidict-1.1.0_alpha6.ebuild 
b/dev-python/multidict/multidict-1.1.0_alpha6.ebuild
deleted file mode 100644
index 41a9fda..000
--- a/dev-python/multidict/multidict-1.1.0_alpha6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 python3_5 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV="${PV//_alpha/a}"
-
-DESCRIPTION="multidict implementation"
-HOMEPAGE="https://github.com/aio-libs/multidict/;
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-07-23 Thread Alex Brandt
commit: df08a18b0f9600b69f5af5fc3b5dcf7e6b428826
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:08:20 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:08:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df08a18b

dev-python/multidict: add version 1.2.0

Package-Manager: portage-2.3.0

 dev-python/multidict/Manifest   |  1 +
 dev-python/multidict/multidict-1.2.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 5532801..463e188 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1,4 @@
 DIST multidict-1.1.0_alpha6.tar.gz 98630 SHA256 
ac3f1a134c87a7f6e7547cbcb595e5eb36d1c1865101a777f2e7c0a18d824173 SHA512 
fc221ca768cfc3c04c83e624296e5c0452d4d14a7a13ba8e8cb153ffd1ea7b7e949c628bc45d8c249b790cca1698fc0a5a6f2b57b113bcf9c055a972d2f15a7e
 WHIRLPOOL 
7f8e057d41eb90246c84ba13165e6975ea5f985b5f65ae887efd2d4493ac0bd0980d9a56426a74b5f979a93a9007c2ef60ebbcf6966cedd8592ca3f1c379bb8e
 DIST multidict-1.1.0_beta2.tar.gz 98311 SHA256 
6a2b983764dbe08a5a06f6e29c490067a76b13a322cef22833cab3d29ed631f9 SHA512 
b01fa6767bafd47f77681eef1807c1f24d831e776f7b5edc084bff8c2c181915df52ecc77c6def56004d0aa94167de80eb61dc02c8a3b825484ab71285bcdfd3
 WHIRLPOOL 
bfb78bdf12be93dd5a40a1f41320bd10f6d1f4e9167b97d4d7332a9638a6738242445b6aa3bd0d621c5c36951ffb6f19a019bb1a12bc1b79673f67fe6d7b17fa
 DIST multidict-1.1.0_beta4.tar.gz 98339 SHA256 
527e9714c7dcf59291a04dfd65ab031a1061649bea8a321f6830af64863e2a77 SHA512 
b271f0be4cdf164aff59903dbf89689c18475731e146da1bb340c2307f0ee8d1fcf330de97e2300efc50df14c233ec5b74542b3e600017df1990a8e136dc3ae3
 WHIRLPOOL 
e826a033fa6f841715145800211ba8768da551027da1130cc088b07c68f765256b0001b5c5fd5b348e5f7f1845e21579abba62ddb1f1f7571220865f0ccef415
+DIST multidict-1.2.0.tar.gz 99060 SHA256 
820694f78b029649de00958ca03ad9debe28d489589b546fd6b8a69df5ed65bb SHA512 
5a6ec121db9b08707ba1491d39faf35645f48596d69f8ff01ccbd034bed15172bee6f98e8618dd762bf76131735b8453dae9bf29939780029ac2e5bb21b9535b
 WHIRLPOOL 
f9c4bb8e1f4536b151babdc8f5f788463fe8be15b125468bceae5ac39ee815695367d816adf1fecef430459abce114fb431665bd67a0b112b28f668e1da1cc85

diff --git a/dev-python/multidict/multidict-1.2.0.ebuild 
b/dev-python/multidict/multidict-1.2.0.ebuild
new file mode 100644
index 000..6004a97
--- /dev/null
+++ b/dev-python/multidict/multidict-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV="${PV//_beta/b}"
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-23 Thread Alex Brandt
commit: 1a64c181ab29937f8b4ef5617c2594d7660f9b6a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:06:16 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:06:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a64c181

dev-python/botocore: remove version 1.4.28

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.28.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index d18a878..6bb783e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
 DIST botocore-1.4.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956
 DIST botocore-1.4.37.tar.gz 2642647 SHA256 
20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 SHA512 
033b7a03b9428cfeffaf0bd805a3ef94487b01b00aa9991eb11bba5a7e2a657c22e525b88f9879114ce170ca98a6727498b40879d6f899c1126dab81321eee47
 WHIRLPOOL 
0f00332660cd8f858b32f70a850f19b279494b31f70c2210da0c82c23a7ef10eeab904dcce087f382cc5cb284e802baf695601e2c3ab2caa53e19cb2b8873630

diff --git a/dev-python/botocore/botocore-1.4.28.ebuild 
b/dev-python/botocore/botocore-1.4.28.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.28.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-07-23 Thread Alex Brandt
commit: 2e8b289502ca5663192389fc481882ce66926a11
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:03:09 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:03:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8b2895

dev-python/botocore: add version 1.4.37

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.37.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 305a08a..d18a878 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
 DIST botocore-1.4.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956
+DIST botocore-1.4.37.tar.gz 2642647 SHA256 
20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 SHA512 
033b7a03b9428cfeffaf0bd805a3ef94487b01b00aa9991eb11bba5a7e2a657c22e525b88f9879114ce170ca98a6727498b40879d6f899c1126dab81321eee47
 WHIRLPOOL 
0f00332660cd8f858b32f70a850f19b279494b31f70c2210da0c82c23a7ef10eeab904dcce087f382cc5cb284e802baf695601e2c3ab2caa53e19cb2b8873630

diff --git a/dev-python/botocore/botocore-1.4.37.ebuild 
b/dev-python/botocore/botocore-1.4.37.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.37.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-07-16 Thread Alex Brandt
commit: 9ab3b7f1887d96c261e5e992e8ef538db48519c6
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:32:22 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:32:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab3b7f1

dev-python/fuzzywuzzy: add version 0.11.0

Package-Manager: portage-2.3.0

 dev-python/fuzzywuzzy/Manifest |  1 +
 dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild | 24 
 dev-python/fuzzywuzzy/metadata.xml | 13 +
 3 files changed, 38 insertions(+)

diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest
new file mode 100644
index 000..6f7422a
--- /dev/null
+++ b/dev-python/fuzzywuzzy/Manifest
@@ -0,0 +1 @@
+DIST fuzzywuzzy-0.11.0.tar.gz 17260 SHA256 
3d3d961c24aec15d48e9d2a60d7fdffce18d0a168d4e0ca2dd22571d5c53cc80 SHA512 
a6f88f76ccf54f775a64e9325f4b06630db2f9fe9d5d34540a0bc48e23659964c0230aa66a9bd65214c22a7b2ee0621d12e3ee85a35b29614c8039398c023eb1
 WHIRLPOOL 
6c5a5ec77466c5d22a098d9a3b0314d1ab9ea6e286b4053e0e472cb84b4ba3995fc8c8c2f0328a0dd096cb17b4b65b6dac67ef5fd15d47d10ee26aba89e6a909

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild
new file mode 100644
index 000..6368bfd
--- /dev/null
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="Fuzzy string matching in python"
+HOMEPAGE="https://github.com/seatgeek/fuzzywuzzy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_test() {
+   "${PYTHON}" test_fuzzywuzzy.py || die "tests failed under ${EPYTHON}"
+}

diff --git a/dev-python/fuzzywuzzy/metadata.xml 
b/dev-python/fuzzywuzzy/metadata.xml
new file mode 100644
index 000..3e6df16
--- /dev/null
+++ b/dev-python/fuzzywuzzy/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
+



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

2016-07-16 Thread Alex Brandt
commit: f5c55a16fa52ad0a2e6166c8420653baa938fa45
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:27:49 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:27:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c55a16

dev-python/nose2: add version 0.6.5

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest
index 50f33d1..ed86fec 100644
--- a/dev-python/nose2/Manifest
+++ b/dev-python/nose2/Manifest
@@ -1 +1,2 @@
 DIST nose2-0.6.4.tar.gz 134636 SHA256 
56831c4caa47e2939f555b33e2c44170c1fab4d13526af838d9d80bef9e091b6 SHA512 
4161231ecf195a3c5172f8bea2002f9cf4d55ee4f976f512b1ae758ebe8389f41520594da7ad2b21cfbf998be388993281e126363d24ee00c948d6c57278333a
 WHIRLPOOL 
2905a358ec07d67ff64882f73527044a6bfbd70cb11865ee274b91675c3939b7b018d8dceb667396afae9ed425c14bd6ae3317d97fc2e35931302e6965054c6f
+DIST nose2-0.6.5.tar.gz 134808 SHA256 
13c00fd49fe2057688a68860f5de195e50ec85748f102346c74e7692b36d2c23 SHA512 
fc84aa19d486ff1441dd43666182212e4a05b3be054f3c8967e36e624c08ee6eb10b01bba45b5f5dbbd38cfd057d53877e0bc0d9aba59b842688a5d4ec944b40
 WHIRLPOOL 
b08589fe1b1467d11f31b702f6dad4c2212e7a47f370138a110ee109d0c078a38a137ef0b21afc6d8e718074c662d28ded8ce19423df4357ade771af3238d229

diff --git a/dev-python/nose2/nose2-0.6.5.ebuild 
b/dev-python/nose2/nose2-0.6.5.ebuild
new file mode 100644
index 000..f83b33e
--- /dev/null
+++ b/dev-python/nose2/nose2-0.6.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="nose2 is the next generation of nicer testing for Python"
+HOMEPAGE="https://github.com/nose-devs/nose2;
+SRC_URI="https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${CDEPEND}
+   doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/cov-core-1.12[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m nose2.__main__ || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-16 Thread Alex Brandt
commit: 9af6174c2de949d53b6f71e1d58d1e4bef506829
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:25:28 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af6174c

dev-python/stormpath: remove version 2.1.6

Package-Manager: portage-2.3.0

 dev-python/stormpath/Manifest   |  1 -
 dev-python/stormpath/stormpath-2.1.6.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index b55e5d7..d2a2401 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
 DIST stormpath-2.4.0.tar.gz 4345415 SHA256 
4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 
4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af690e7241ba63b2a2f58130b48789998fa3e263f11326a2b
 WHIRLPOOL 
3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000
 DIST stormpath-2.4.1.tar.gz 4345634 SHA256 
5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 
50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95
 WHIRLPOOL 
332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f

diff --git a/dev-python/stormpath/stormpath-2.1.6.ebuild 
b/dev-python/stormpath/stormpath-2.1.6.ebuild
deleted file mode 100644
index e6bdfe5..000
--- a/dev-python/stormpath/stormpath-2.1.6.ebuild
+++ /dev/null
@@ -1,51 +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_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
-HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
-SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
-   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-07-16 Thread Alex Brandt
commit: 76456c655b071aa464acc35952859cdebdb6f013
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:22:16 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76456c65

dev-python/stormpath: add version 2.4.1

Package-Manager: portage-2.3.0

 dev-python/stormpath/Manifest   |  1 +
 dev-python/stormpath/stormpath-2.4.1.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index d6b7e32..b55e5d7 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
 DIST stormpath-2.4.0.tar.gz 4345415 SHA256 
4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 
4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af690e7241ba63b2a2f58130b48789998fa3e263f11326a2b
 WHIRLPOOL 
3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000
+DIST stormpath-2.4.1.tar.gz 4345634 SHA256 
5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 
50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95
 WHIRLPOOL 
332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f

diff --git a/dev-python/stormpath/stormpath-2.4.1.ebuild 
b/dev-python/stormpath/stormpath-2.4.1.ebuild
new file mode 100644
index 000..8248d4f
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
+HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
+SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
+   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-16 Thread Alex Brandt
commit: 60c59b43f6c7e811407d9bb6912eaf76c26ee782
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:16:29 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:20:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c59b43

dev-python/botocore: add version 1.4.34

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.34.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 39a8899..b12e23c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
+DIST botocore-1.4.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956

diff --git a/dev-python/botocore/botocore-1.4.34.ebuild 
b/dev-python/botocore/botocore-1.4.34.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.34.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-07-16 Thread Alex Brandt
commit: 63ee2857592fa7761f1b0fb5582c6251a09ea57b
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:19:33 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:20:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ee2857

dev-python/botocore: remove version 1.4.27

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.27.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b12e23c..305a08a 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
 DIST botocore-1.4.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956

diff --git a/dev-python/botocore/botocore-1.4.27.ebuild 
b/dev-python/botocore/botocore-1.4.27.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.27.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-07-16 Thread Alex Brandt
commit: 90cf6c9d371d082fb7eec60fb395393f78a4765c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:11:48 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:12:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cf6c9d

dev-python/docker-py: remove version 1.8.0_rc2

Package-Manager: portage-2.3.0

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.8.0_rc2.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 3b6d6a5..052c79b 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
-DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
 DIST docker-py-1.9.0_rc2.tar.gz 105689 SHA256 
30770466eef8fe5db3ac75ede506bb412de8a59600954089b385b4d134d54051 SHA512 
8c4993aea477ae640660d10f80ca0a9b5f40f1d7a446cc67d392b824c78272ee32d42004952a70a3a55a105f313c06338266b206f4193cab736fa84c3c9b4d8c
 WHIRLPOOL 
bf1329f20095d519756a68bc3bd2a95d6d476366e1cfdc38eb38a6ad4a25da11964a20d039fb32af69dd4bd76b578b43b3b6b468767ba2fc8305b088019ae17c

diff --git a/dev-python/docker-py/docker-py-1.8.0_rc2.ebuild 
b/dev-python/docker-py/docker-py-1.8.0_rc2.ebuild
deleted file mode 100644
index 155e961..000
--- a/dev-python/docker-py/docker-py-1.8.0_rc2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV//_/-}
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( mkdocs_site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-07-16 Thread Alex Brandt
commit: f40a642d35c53a1f036609d70b45a516d67bf22e
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:07:26 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:12:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40a642d

dev-python/docker-py: add version 1.9.0_rc2

Package-Manager: portage-2.3.0

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-1.9.0_rc2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 7844c34..3b6d6a5 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -2,3 +2,4 @@ DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
+DIST docker-py-1.9.0_rc2.tar.gz 105689 SHA256 
30770466eef8fe5db3ac75ede506bb412de8a59600954089b385b4d134d54051 SHA512 
8c4993aea477ae640660d10f80ca0a9b5f40f1d7a446cc67d392b824c78272ee32d42004952a70a3a55a105f313c06338266b206f4193cab736fa84c3c9b4d8c
 WHIRLPOOL 
bf1329f20095d519756a68bc3bd2a95d6d476366e1cfdc38eb38a6ad4a25da11964a20d039fb32af69dd4bd76b578b43b3b6b468767ba2fc8305b088019ae17c

diff --git a/dev-python/docker-py/docker-py-1.9.0_rc2.ebuild 
b/dev-python/docker-py/docker-py-1.9.0_rc2.ebuild
new file mode 100644
index 000..2c9b498
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.9.0_rc2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/-}
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 
'python3_3' 'python3_4' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-02 Thread Alex Brandt
commit: f14a28b1c16c1c769f5954a2257371350f8c0462
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 15:23:10 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 15:23:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14a28b1

dev-python/stormpath: add version 2.4.0

Package-Manager: portage-2.3.0

 dev-python/stormpath/Manifest   |  1 +
 dev-python/stormpath/stormpath-2.4.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 4411481..938b606 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 DIST stormpath-2.1.5.tar.gz 4339093 SHA256 
cea6810c5caa666c3a73ea0bbf14826687318aea2a82c51d93886679b786b94b SHA512 
d373d36bd6dc647fcedad99722c6ff53447b4b11090ffbbf2e72a206d27e66804d7e756d0588b80b0700297beebb894b4d5301df97a836a4204622ea83af
 WHIRLPOOL 
14a580f934afc74f7f15b4ac897474bb00ab199470d94c671b3f39c625d460aa601329a18cf23b206f12ab2b0f9f25d5903c14f507f614e38953da47bdfc7a92
 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
+DIST stormpath-2.4.0.tar.gz 4345415 SHA256 
4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 
4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af690e7241ba63b2a2f58130b48789998fa3e263f11326a2b
 WHIRLPOOL 
3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000

diff --git a/dev-python/stormpath/stormpath-2.4.0.ebuild 
b/dev-python/stormpath/stormpath-2.4.0.ebuild
new file mode 100644
index 000..1885b70
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
+HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
+SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+   <=dev-python/oauthlib-1.0.3[${PYTHON_USEDEP}]
+   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-02 Thread Alex Brandt
commit: 0f73fdd7f0814ae56b5563694b653fe72f60603e
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 15:26:22 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 15:26:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f73fdd7

dev-python/stormpath: remove version 2.1.5

Package-Manager: portage-2.3.0

 dev-python/stormpath/Manifest   |  1 -
 dev-python/stormpath/stormpath-2.1.5.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 938b606..d6b7e32 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-DIST stormpath-2.1.5.tar.gz 4339093 SHA256 
cea6810c5caa666c3a73ea0bbf14826687318aea2a82c51d93886679b786b94b SHA512 
d373d36bd6dc647fcedad99722c6ff53447b4b11090ffbbf2e72a206d27e66804d7e756d0588b80b0700297beebb894b4d5301df97a836a4204622ea83af
 WHIRLPOOL 
14a580f934afc74f7f15b4ac897474bb00ab199470d94c671b3f39c625d460aa601329a18cf23b206f12ab2b0f9f25d5903c14f507f614e38953da47bdfc7a92
 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
 DIST stormpath-2.4.0.tar.gz 4345415 SHA256 
4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 
4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af690e7241ba63b2a2f58130b48789998fa3e263f11326a2b
 WHIRLPOOL 
3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000

diff --git a/dev-python/stormpath/stormpath-2.1.5.ebuild 
b/dev-python/stormpath/stormpath-2.1.5.ebuild
deleted file mode 100644
index e6bdfe5..000
--- a/dev-python/stormpath/stormpath-2.1.5.ebuild
+++ /dev/null
@@ -1,51 +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_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
-HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
-SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
-   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-07-02 Thread Alex Brandt
commit: d614e2ee75d2c1560f32053ddc4bf6d8ddac6ae2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 15:14:18 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 15:18:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d614e2ee

dev-python/botocore: remove version 1.4.22

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.22.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 8174973..0e902ea 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821

diff --git a/dev-python/botocore/botocore-1.4.22.ebuild 
b/dev-python/botocore/botocore-1.4.22.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.22.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-07-02 Thread Alex Brandt
commit: 1cc87a4fc7f1432c3e3adb9dfe7ab8eaab6b39a4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 15:17:20 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 15:18:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc87a4f

dev-python/botocore: remove version 1.4.25

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.25.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 0e902ea..39a8899 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7

diff --git a/dev-python/botocore/botocore-1.4.25.ebuild 
b/dev-python/botocore/botocore-1.4.25.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.25.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-07-02 Thread Alex Brandt
commit: 8c5f23b2136d918d34887fa06188372cff0965c7
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 15:03:05 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 15:18:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5f23b2

dev-python/botocore: add version 1.4.31

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.31.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 7e275d3..8174973 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -3,3 +3,4 @@ DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe372
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
+DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7

diff --git a/dev-python/botocore/botocore-1.4.31.ebuild 
b/dev-python/botocore/botocore-1.4.31.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.31.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-07-02 Thread Alex Brandt
commit: f856a9a647abad8149d42d6b2296a39fc896a5d9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 14:59:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 14:59:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f856a9a6

app-emulation/docker-compose: remove version 1.7.0_rc1

Package-Manager: portage-2.3.0

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.7.0_rc1.ebuild | 66 --
 2 files changed, 67 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index f1797703..1de576b 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
-DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42
 DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1
 DIST docker-compose-1.8.0_rc1.tar.gz 145401 SHA256 
9c897c6dc99b0cc63b402220e5c3ff530a09c974b965d6a07f050bd7a07ef663 SHA512 
75c0ec21e0edbe0086ff5229115f12469996c2a6cb569fe744b381536aa590f0001ccab7aa8f67d052613a8475e4901316c99db4116ccf1e4bc47b0b0ecb016f
 WHIRLPOOL 
32f6f0311adb2ebaec798f1b8f654f16c397e2aa48bb0ec44c1e92c38cea8438a6fbab67b5c9b7db06a89d081675568dcb40214d3d3c9c07aff9d71e2f5f3ce8

diff --git a/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild
deleted file mode 100644
index 6434132..000
--- a/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit bash-completion-r1 distutils-r1 vcs-snapshot
-
-MY_PV=${PV//_/}
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
-   =dev-python/docker-py-1.7.2[${PYTHON_USEDEP}]
-   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-   $(python_gen_cond_dep '

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-07-02 Thread Alex Brandt
commit: 2c6891d2c549a45fb28d5d1b07b6f8242a526061
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul  2 14:50:54 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul  2 14:59:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6891d2

app-emulation/docker-compose: add version 1.8.0_rc1

Package-Manager: portage-2.3.0

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.8.0_rc1.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 218ae2a..f1797703 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,4 @@
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42
 DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1
+DIST docker-compose-1.8.0_rc1.tar.gz 145401 SHA256 
9c897c6dc99b0cc63b402220e5c3ff530a09c974b965d6a07f050bd7a07ef663 SHA512 
75c0ec21e0edbe0086ff5229115f12469996c2a6cb569fe744b381536aa590f0001ccab7aa8f67d052613a8475e4901316c99db4116ccf1e4bc47b0b0ecb016f
 WHIRLPOOL 
32f6f0311adb2ebaec798f1b8f654f16c397e2aa48bb0ec44c1e92c38cea8438a6fbab67b5c9b7db06a89d081675568dcb40214d3d3c9c07aff9d71e2f5f3ce8

diff --git a/app-emulation/docker-compose/docker-compose-1.8.0_rc1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.8.0_rc1.ebuild
new file mode 100644
index 000..04df923
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.8.0_rc1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-1.8.1[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-06-18 Thread Alex Brandt
commit: 8c6441ba42035a7a56058973697ceb21e2ff0c30
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 19:16:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 19:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6441ba

app-emulation/docker-compose: remove version 1.5.2

Package-Manager: portage-2.3.0_rc1

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.5.2.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 1f289d1..234c542 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
-DIST docker-compose-1.5.2.tar.gz 106583 SHA256 
79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 
be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc
 WHIRLPOOL 
bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
 DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42

diff --git a/app-emulation/docker-compose/docker-compose-1.5.2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.5.2.ebuild
deleted file mode 100644
index e20684f..000
--- a/app-emulation/docker-compose/docker-compose-1.5.2.ebuild
+++ /dev/null
@@ -1,62 +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 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}]
-   =dev-python/docker-py-1.5.0[${PYTHON_USEDEP}]
-   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-   $(python_gen_cond_dep '

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-06-18 Thread Alex Brandt
commit: 7225af3e5c3a6a137fb025572f2f69d23cf20651
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 19:16:29 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 19:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7225af3e

app-emulation/docker-compose: remove version 1.6.2

Package-Manager: portage-2.3.0_rc1

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.6.2.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 234c542..218ae2a 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
-DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42
 DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1

diff --git a/app-emulation/docker-compose/docker-compose-1.6.2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.6.2.ebuild
deleted file mode 100644
index f5ca9b9..000
--- a/app-emulation/docker-compose/docker-compose-1.6.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
-   =dev-python/docker-py-1.7.0[${PYTHON_USEDEP}]
-   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-   $(python_gen_cond_dep '

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-06-18 Thread Alex Brandt
commit: 176ad6a7b289de6f34075f143baba099a7f0c23c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 19:13:09 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 19:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176ad6a7

app-emulation/docker-compose: add version 1.7.1

Package-Manager: portage-2.3.0_rc1

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.7.1.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 7d9e230..1f289d1 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -2,3 +2,4 @@ DIST docker-compose-1.5.2.tar.gz 106583 SHA256 
79aa7e2e6ef9ab1936f8777476ffd4bb3
 DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42
+DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1

diff --git a/app-emulation/docker-compose/docker-compose-1.7.1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.7.1.ebuild
new file mode 100644
index 000..04df923
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.7.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-1.8.1[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '

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

2016-06-18 Thread Alex Brandt
commit: 78a47712fb36b25626f254c0efc4e7e79c6fdbd3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:59:45 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:59:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a47712

dev-python/mypy: remove version 0.2.0

Package-Manager: portage-2.3.0_rc1

 dev-python/mypy/mypy-0.2.0.ebuild | 40 ---
 1 file changed, 40 deletions(-)

diff --git a/dev-python/mypy/mypy-0.2.0.ebuild 
b/dev-python/mypy/mypy-0.2.0.ebuild
deleted file mode 100644
index 7d8aef3..000
--- a/dev-python/mypy/mypy-0.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Optional static typing for Python"
-HOMEPAGE="http://www.mypy-lang.org/;
-SRC_URI="https://github.com/JukkaL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-DEPEND="
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   "${PYTHON}" tests.py || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-   use examples && local EXAMPLES=( samples/. )
-
-   distutils-r1_python_install_all
-}



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

2016-06-18 Thread Alex Brandt
commit: 563b8e3499bcad8d975395469debaafae48fe06f
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:57:30 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:57:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563b8e34

dev-python/mypy: add version 0.4.2

Package-Manager: portage-2.3.0_rc1

 dev-python/mypy/Manifest  |  1 +
 dev-python/mypy/mypy-0.4.2.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 3e0fd87..5a4527b 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,2 +1,3 @@
 DIST mypy-0.2.0.tar.gz 626604 SHA256 
0c24f50509bdf3e0d9bd386a08ef4f11ee0114e1f5a9b2afeacbf9561cf022c1 SHA512 
b03014abf152407c7629dba925aca6178fcdf57532f47c728edcb591a56942cda13e02122f405aa269e9b6303de1f4a9d5cbb2d5a5af6e90a808a3db94cca53f
 WHIRLPOOL 
7d9f05ead0bfea78bdf228b0bb7c3519e8eaa70f52c00049963780f42e71e9f44168edb09d2e558f59b07a4d09912d1d6d3c8b11a2b9e47db77b2c06e56eb910
 DIST mypy-0.4.1.tar.gz 682081 SHA256 
37e94e528078fff782bfbe36c0e9cbd2ff40aa436eb335c2c75d006136aee3e7 SHA512 
fafe93ba5e5989be5ebe966c9b8ca3ff899101b56407d5167ef42173374aae5f8ebf5631e573b5d45b845fe2b17488834c72e2483e68abf4992a39188ffa50a1
 WHIRLPOOL 
5b2f2d5d6fe00ccad93824476e55f673c9ecc8bc38b0aa2f3ce2f25850a9dca17b8bb91ad537801a6ecc0bc2ac0210282bcbd755e6c0a96cd9f8b647530cc093
+DIST mypy-0.4.2.tar.gz 697919 SHA256 
d39607701c226007f3bb5a7619222c6c6e7e4c4a2c565d99d44377324d2072ad SHA512 
16d2f1476bc7b40c20b66aca81b3c99477394cbcbbff5541ca26179bde0634794126c0b28506ad3019d6a1c5cd0bf48292b4de0152927123ffdfb3bbbc69ee15
 WHIRLPOOL 
45e459ac076e5bb800a3b8f62828fb326a43d69522caf493166694e4a11b65136756dde43f01e13ac4c74a0535595914364096042dad40c631f17837ca1aca0b

diff --git a/dev-python/mypy/mypy-0.4.2.ebuild 
b/dev-python/mypy/mypy-0.4.2.ebuild
new file mode 100644
index 000..5d7d96c
--- /dev/null
+++ b/dev-python/mypy/mypy-0.4.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+SRC_URI="https://github.com/JukkaL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+DEPEND="
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="$(python_gen_cond_dep '!dev-python/typing[${PYTHON_USEDEP}]' 
'python3_3' 'python3_4')"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   local PYTHONPATH="$(pwd)"
+
+   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   use examples && local EXAMPLES=( samples/. )
+
+   distutils-r1_python_install_all
+}



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

2016-06-18 Thread Alex Brandt
commit: 6f8f8bedb1d7741bc25eead00f4139637b69c81d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:52:24 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:52:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8f8bed

dev-python/multidict: add version 1.1.0_beta4

Package-Manager: portage-2.3.0_rc1

 dev-python/multidict/Manifest |  1 +
 dev-python/multidict/multidict-1.1.0_beta4.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index c2d9fe4..5532801 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,2 +1,3 @@
 DIST multidict-1.1.0_alpha6.tar.gz 98630 SHA256 
ac3f1a134c87a7f6e7547cbcb595e5eb36d1c1865101a777f2e7c0a18d824173 SHA512 
fc221ca768cfc3c04c83e624296e5c0452d4d14a7a13ba8e8cb153ffd1ea7b7e949c628bc45d8c249b790cca1698fc0a5a6f2b57b113bcf9c055a972d2f15a7e
 WHIRLPOOL 
7f8e057d41eb90246c84ba13165e6975ea5f985b5f65ae887efd2d4493ac0bd0980d9a56426a74b5f979a93a9007c2ef60ebbcf6966cedd8592ca3f1c379bb8e
 DIST multidict-1.1.0_beta2.tar.gz 98311 SHA256 
6a2b983764dbe08a5a06f6e29c490067a76b13a322cef22833cab3d29ed631f9 SHA512 
b01fa6767bafd47f77681eef1807c1f24d831e776f7b5edc084bff8c2c181915df52ecc77c6def56004d0aa94167de80eb61dc02c8a3b825484ab71285bcdfd3
 WHIRLPOOL 
bfb78bdf12be93dd5a40a1f41320bd10f6d1f4e9167b97d4d7332a9638a6738242445b6aa3bd0d621c5c36951ffb6f19a019bb1a12bc1b79673f67fe6d7b17fa
+DIST multidict-1.1.0_beta4.tar.gz 98339 SHA256 
527e9714c7dcf59291a04dfd65ab031a1061649bea8a321f6830af64863e2a77 SHA512 
b271f0be4cdf164aff59903dbf89689c18475731e146da1bb340c2307f0ee8d1fcf330de97e2300efc50df14c233ec5b74542b3e600017df1990a8e136dc3ae3
 WHIRLPOOL 
e826a033fa6f841715145800211ba8768da551027da1130cc088b07c68f765256b0001b5c5fd5b348e5f7f1845e21579abba62ddb1f1f7571220865f0ccef415

diff --git a/dev-python/multidict/multidict-1.1.0_beta4.ebuild 
b/dev-python/multidict/multidict-1.1.0_beta4.ebuild
new file mode 100644
index 000..6004a97
--- /dev/null
+++ b/dev-python/multidict/multidict-1.1.0_beta4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV="${PV//_beta/b}"
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-06-18 Thread Alex Brandt
commit: a79ac7b68d5e78ec3733aa872b326d32c176c747
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:49:11 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:49:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79ac7b6

dev-python/boto3: remove version 1.2.1

Package-Manager: portage-2.3.0_rc1

 dev-python/boto3/Manifest   |  1 -
 dev-python/boto3/boto3-1.2.1.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 7e2d25a..968f994 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,3 @@
-DIST boto3-1.2.1.tar.gz 152790 SHA256 
de4ad91f21bee47adffe5923d1aef0f3620e80f433f839e52f52848db7490cae SHA512 
b3b47dc69523a737f6d5d2a2311da999427bae1c608a34ef5909a83fc4306f6a2799300e6d8907d2d83eccf503b9b75a6f43417d9ed24882e57eb42410a6c56f
 WHIRLPOOL 
c707638307bb5a327e58d137f3b8eeb7bace25c422d98f7aca2e160dda89378ebce8723840e05184799ea56cba0e78588c7f74f44816b0519cf0820e5cb39027
 DIST boto3-1.2.3.tar.gz 159771 SHA256 
3ef63cbbb2b62e699ef3402bacd2658c453cf6cf5cfedb97ab8524327f755428 SHA512 
a680e41973be41a6fa294633fe45db86fc57effb97a99eb89d668b8fb1267f1a8b1c3049be0423b4807b48f109dc2cd9efd96afb44ba99c7064a0c8dcca06247
 WHIRLPOOL 
078a07ae2361daaddd964ee9c4b3948b61e708c6fbb2e14d1b4efef1d1f40333b5b7d36de1498aa6dac852e68bf18636654461245d89805a908df82383e800e5
 DIST boto3-1.3.0.tar.gz 171316 SHA256 
0b8c809a08c1c27dcd2213b2799796fa82388d93bf50d375cd378171c9a59a53 SHA512 
2088ee1fd27dbe197221c14b73344905cce1c6f660d61a5a69124f64be099abb0ea31f8b8d06c5034418d36b7a2289a1a1f87d4f8e15c49884fd8215b0a342c8
 WHIRLPOOL 
50bbec84e5bb12c991462b04b15e79cd28f6aae7069c1128b25aae4c738ba9bcb4005b84080dbfd0b73bbfcce33e7fb7b7708e23da928d032214c22dd39d6673
 DIST boto3-1.3.1.tar.gz 176717 SHA256 
b3dbde6445ab04c3d0de9b962a3cc8ed9bc22ccce5ed4c8c4f8a1c1f653667f0 SHA512 
10fa396e8896a157e80d028b590056dd8e967afec37062056d94fab45652d4adedbe5e98f1cc67c6c8b9ae9282145367b4e1973fd7506170e486b026b57db9f5
 WHIRLPOOL 
7a89936f8fde0c1138b330cee2184b40948838466aa44e78e35dfa6440c120ed8abfca9b76e28355173b8c571f0124af462eaa506990ef09bcdeaa0219e45788

diff --git a/dev-python/boto3/boto3-1.2.1.ebuild 
b/dev-python/boto3/boto3-1.2.1.ebuild
deleted file mode 100644
index 5858446..000
--- a/dev-python/boto3/boto3-1.2.1.ebuild
+++ /dev/null
@@ -1,55 +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 vcs-snapshot
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/boto3;
-SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   

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

2016-06-18 Thread Alex Brandt
commit: 32cdca5963585a5d4e2a48b6b8250ea26c744615
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:46:37 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:46:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cdca59

dev-python/boto3: add version 1.3.1

Package-Manager: portage-2.3.0_rc1

 dev-python/boto3/Manifest   |  1 +
 dev-python/boto3/boto3-1.3.1.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 8c80c00..7e2d25a 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.2.1.tar.gz 152790 SHA256 
de4ad91f21bee47adffe5923d1aef0f3620e80f433f839e52f52848db7490cae SHA512 
b3b47dc69523a737f6d5d2a2311da999427bae1c608a34ef5909a83fc4306f6a2799300e6d8907d2d83eccf503b9b75a6f43417d9ed24882e57eb42410a6c56f
 WHIRLPOOL 
c707638307bb5a327e58d137f3b8eeb7bace25c422d98f7aca2e160dda89378ebce8723840e05184799ea56cba0e78588c7f74f44816b0519cf0820e5cb39027
 DIST boto3-1.2.3.tar.gz 159771 SHA256 
3ef63cbbb2b62e699ef3402bacd2658c453cf6cf5cfedb97ab8524327f755428 SHA512 
a680e41973be41a6fa294633fe45db86fc57effb97a99eb89d668b8fb1267f1a8b1c3049be0423b4807b48f109dc2cd9efd96afb44ba99c7064a0c8dcca06247
 WHIRLPOOL 
078a07ae2361daaddd964ee9c4b3948b61e708c6fbb2e14d1b4efef1d1f40333b5b7d36de1498aa6dac852e68bf18636654461245d89805a908df82383e800e5
 DIST boto3-1.3.0.tar.gz 171316 SHA256 
0b8c809a08c1c27dcd2213b2799796fa82388d93bf50d375cd378171c9a59a53 SHA512 
2088ee1fd27dbe197221c14b73344905cce1c6f660d61a5a69124f64be099abb0ea31f8b8d06c5034418d36b7a2289a1a1f87d4f8e15c49884fd8215b0a342c8
 WHIRLPOOL 
50bbec84e5bb12c991462b04b15e79cd28f6aae7069c1128b25aae4c738ba9bcb4005b84080dbfd0b73bbfcce33e7fb7b7708e23da928d032214c22dd39d6673
+DIST boto3-1.3.1.tar.gz 176717 SHA256 
b3dbde6445ab04c3d0de9b962a3cc8ed9bc22ccce5ed4c8c4f8a1c1f653667f0 SHA512 
10fa396e8896a157e80d028b590056dd8e967afec37062056d94fab45652d4adedbe5e98f1cc67c6c8b9ae9282145367b4e1973fd7506170e486b026b57db9f5
 WHIRLPOOL 
7a89936f8fde0c1138b330cee2184b40948838466aa44e78e35dfa6440c120ed8abfca9b76e28355173b8c571f0124af462eaa506990ef09bcdeaa0219e45788

diff --git a/dev-python/boto3/boto3-1.3.1.ebuild 
b/dev-python/boto3/boto3-1.3.1.ebuild
new file mode 100644
index 000..d496da5
--- /dev/null
+++ b/dev-python/boto3/boto3-1.3.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/botocore-1.4.1[${PYTHON_USEDEP}]
+   =dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
+   $(python_gen_cond_dep '

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

2016-06-18 Thread Alex Brandt
commit: 8ee6bc0a6c043478b085ac1a0a3ee5aee4ca3fe9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:42:06 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:42:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee6bc0a

dev-python/docker-py: add version 1.8.1

Package-Manager: portage-2.3.0_rc1

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-1.8.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 9df1c78..7844c34 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,3 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
+DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3

diff --git a/dev-python/docker-py/docker-py-1.8.1.ebuild 
b/dev-python/docker-py/docker-py-1.8.1.ebuild
new file mode 100644
index 000..2c9b498
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.8.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/-}
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 
'python3_3' 'python3_4' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



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

2016-06-18 Thread Alex Brandt
commit: d0de5c14fb2e2eb5852c6cc06959b6443d03afa2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:37:28 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:37:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0de5c14

dev-python/monotonic: add version 1.1

Package-Manager: portage-2.3.0_rc1

 dev-python/monotonic/Manifest |  1 +
 dev-python/monotonic/monotonic-1.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
index 67a156c..b4dca80 100644
--- a/dev-python/monotonic/Manifest
+++ b/dev-python/monotonic/Manifest
@@ -3,3 +3,4 @@ DIST monotonic-0.3.tar.gz 6707 SHA256 
2825ba5ded67b1a70d44529634d3f4ddfad67a5ed7
 DIST monotonic-0.4.tar.gz 6702 SHA256 
852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6 SHA512 
604f7d9f2b36e03413a0f9c341b45698440f3b004cd7120d3905e4712ac85daeadc0580ebd471ad9ad699aa2ec625908f13b604b10f656c803f6e885553d7e6c
 WHIRLPOOL 
f13cd567de00c24800da8b40ae1018f54b95e98c2ccda194ea2e8cf080c1ee47d0670db59ddaf72df373906d46107ec10a62581544076c7e70379119f3443dfd
 DIST monotonic-0.5.tar.gz 6493 SHA256 
8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880 SHA512 
55630c99559acb54d97cbaf033ed773e711059282538a16d9169d1efc08e5d5a77ec5a39c8402605b27865e963ab361d79ff2033ac58fb86272f279881ad7481
 WHIRLPOOL 
fdc8896d25b604e0627e2533353b06abda8644b993c310346b530bcdab86038bee9d844f3d440c402488e06eb512cf0a2a53b6204bedff58f4b90d36fd13b828
 DIST monotonic-1.0.tar.gz 7082 SHA256 
47d7d045b3f2a08bffe683d761ef7f9131a2598db1cec7532a06720656cf719d SHA512 
af2127ba56f346f0ccba324d7398b2c69b8ca3357dbd647eff4ecd8b843c28db935a1e16bf468e0c5e66b54a3bc63ebd24d4a8ea544c45ac22c01eb034322cc8
 WHIRLPOOL 
1d875e7aade716d670fda4fae34012200a258c234916719d843dd1a94d7ae89523ca8972c439d6aa3d7dfea73803c9df7145123f3b4a511f40ba2a5be300c89f
+DIST monotonic-1.1.tar.gz 7139 SHA256 
255c31929e1a01acac4ca709f95bd6d319d6112db3ba170d1fe945a6befe6942 SHA512 
50a33ea7459c46e5a901912056976ed6ee8d006d71f96c8b13e462a40d90455aae3d5e50d96ff2ab426b94c4aefa1701b44ea04edd3823860f8adc4e99d2b71c
 WHIRLPOOL 
4098870cc35097ba9f14c068b35d033991d62824b68dd8c628643a8c71517cf48e9a3c3659c3d2fd5039f993e14d193bf981e08b266caced89c1341ae917

diff --git a/dev-python/monotonic/monotonic-1.1.ebuild 
b/dev-python/monotonic/monotonic-1.1.ebuild
new file mode 100644
index 000..d8618e1
--- /dev/null
+++ b/dev-python/monotonic/monotonic-1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
+HOMEPAGE="https://github.com/atdt/monotonic;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2016-06-18 Thread Alex Brandt
commit: 5a01d21e12dd8b915559b8bd83d53da2434700e5
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:30:24 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:30:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a01d21e

dev-python/botocore: add version 1.4.27

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.27.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 521b9f6..b491c17 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
+DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8

diff --git a/dev-python/botocore/botocore-1.4.27.ebuild 
b/dev-python/botocore/botocore-1.4.27.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.27.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-06-18 Thread Alex Brandt
commit: 763b19558a8c3441af375b170ea02ec055edb3b3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:35:02 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:35:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763b1955

dev-python/botocore: remove version 1.4.19

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.19.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b491c17..9c2995f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8

diff --git a/dev-python/botocore/botocore-1.4.19.ebuild 
b/dev-python/botocore/botocore-1.4.19.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.19.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-06-11 Thread Alex Brandt
commit: 1c10270d4875d0eb57115d91ad5d0bf1b5f7a3ea
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 11 15:36:45 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 11 15:36:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c10270d

dev-python/multidict: add version 1.1.0_beta2

Package-Manager: portage-2.3.0_rc1

 dev-python/multidict/Manifest |  1 +
 dev-python/multidict/multidict-1.1.0_beta2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 8ed5074..c2d9fe4 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1 +1,2 @@
 DIST multidict-1.1.0_alpha6.tar.gz 98630 SHA256 
ac3f1a134c87a7f6e7547cbcb595e5eb36d1c1865101a777f2e7c0a18d824173 SHA512 
fc221ca768cfc3c04c83e624296e5c0452d4d14a7a13ba8e8cb153ffd1ea7b7e949c628bc45d8c249b790cca1698fc0a5a6f2b57b113bcf9c055a972d2f15a7e
 WHIRLPOOL 
7f8e057d41eb90246c84ba13165e6975ea5f985b5f65ae887efd2d4493ac0bd0980d9a56426a74b5f979a93a9007c2ef60ebbcf6966cedd8592ca3f1c379bb8e
+DIST multidict-1.1.0_beta2.tar.gz 98311 SHA256 
6a2b983764dbe08a5a06f6e29c490067a76b13a322cef22833cab3d29ed631f9 SHA512 
b01fa6767bafd47f77681eef1807c1f24d831e776f7b5edc084bff8c2c181915df52ecc77c6def56004d0aa94167de80eb61dc02c8a3b825484ab71285bcdfd3
 WHIRLPOOL 
bfb78bdf12be93dd5a40a1f41320bd10f6d1f4e9167b97d4d7332a9638a6738242445b6aa3bd0d621c5c36951ffb6f19a019bb1a12bc1b79673f67fe6d7b17fa

diff --git a/dev-python/multidict/multidict-1.1.0_beta2.ebuild 
b/dev-python/multidict/multidict-1.1.0_beta2.ebuild
new file mode 100644
index 000..6004a97
--- /dev/null
+++ b/dev-python/multidict/multidict-1.1.0_beta2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV="${PV//_beta/b}"
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-06-11 Thread Alex Brandt
commit: 76fdec3804f1a00abd7f4b3627f978c58e370b75
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 11 15:31:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 11 15:31:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fdec38

dev-python/radon: remove version 1.2.2

Package-Manager: portage-2.3.0_rc1

 dev-python/radon/Manifest   |  1 -
 dev-python/radon/radon-1.2.2.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index b58e53a..f9e1fbf 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,4 +1,3 @@
-DIST radon-1.2.2.tar.gz 3468244 SHA256 
3cab798af062632ad275092c537e409f8948c19034e98d3ab243ce455b4eee9d SHA512 
2bd424ca81fd55d1bf444e7b2a228bd11ee23a7f77cad488fa45e8ce888282373f1729f7f00ca2f19838e10bbc1dabb1602f5bbac396702b52309a60671ef0a7
 WHIRLPOOL 
46e549bd9d29cd7d54a4e9746ea67f541919fdb90769f1cb3b70b51420b85bacac024b6bc0c16f25f4257652f76d750892bf2eefb146ea0ae76ef7718de11781
 DIST radon-1.3.1.tar.gz 3472429 SHA256 
292afbb0e4e489d0b52ea6ce6e34008f2c62e359969d9ef5967ffbd18ae210ba SHA512 
21088696f29479ae188064ee3864ae8fdee3687b322f2b60ea8deeafca93e582b37b739e2251da6cd47c18a67fbb527acb6293233652dc8993224ba7cc471d8c
 WHIRLPOOL 
32806fd18bfd5f26148cc78f412179c4f5395d4af1548a61851b957d89eddaef466fff220231fbb17c3f41e0be15cb4a3d9196af67811edadf2b0b67e0f28ee6
 DIST radon-1.3.2.tar.gz 3454351 SHA256 
2f8f70f9d445ddf9327c750a36ecd0231ced8bc80271333a980368ec282ab69d SHA512 
60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
 WHIRLPOOL 
4aba7ab2a831ed693349f42b9371c1af9f3192e7f93f6e660d19d1d9b9fd0f5c4d91ef54be53a1d333d4b65a0d91586de10050117162ac090d18477e7dd8a8c7
 DIST radon-1.4.0.tar.gz 1645229 SHA256 
a9f9171e69b6b57d5f8e58f89c76a79d7e09d790cc8fff0f95cd4c946e8cee8e SHA512 
85612cfebfb07c8dd3b7c11b920fbe765cb28142bbf9ba5e787a2c4c1b248aab84bfc5d40236535d0943e78fee30c5feb373980ccc91b701cc7d3216d1b8a2b3
 WHIRLPOOL 
e9b9dd1e97ca5e573ef130ccc9a38c38b0c033ebbee142cfeaf6d058d3691ba7923afd0b7eb4748e03752e47c59d5368a3954a5d76db1ee5e69e41cc7012020f

diff --git a/dev-python/radon/radon-1.2.2.ebuild 
b/dev-python/radon/radon-1.2.2.ebuild
deleted file mode 100644
index 6eaa063..000
--- a/dev-python/radon/radon-1.2.2.ebuild
+++ /dev/null
@@ -1,51 +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_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code Metrics in Python"
-HOMEPAGE="https://radon.readthedocs.org/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RCDEPEND="
-   dev-python/mando[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ${CDEPEND}
-   test? (
-   ${RCDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/paramunittest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   ${RCDEPEND}
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   "${PYTHON}" radon/tests/run.py || die "tests failed to run under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-06-11 Thread Alex Brandt
commit: fa8650bcb36734c7a23bc8719ee0753dbfc50fc1
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 11 15:24:12 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 11 15:24:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8650bc

dev-python/radon: add version 1.4.0

Package-Manager: portage-2.3.0_rc1

 dev-python/radon/Manifest   |  1 +
 dev-python/radon/radon-1.4.0.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index d503c1b..b58e53a 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,3 +1,4 @@
 DIST radon-1.2.2.tar.gz 3468244 SHA256 
3cab798af062632ad275092c537e409f8948c19034e98d3ab243ce455b4eee9d SHA512 
2bd424ca81fd55d1bf444e7b2a228bd11ee23a7f77cad488fa45e8ce888282373f1729f7f00ca2f19838e10bbc1dabb1602f5bbac396702b52309a60671ef0a7
 WHIRLPOOL 
46e549bd9d29cd7d54a4e9746ea67f541919fdb90769f1cb3b70b51420b85bacac024b6bc0c16f25f4257652f76d750892bf2eefb146ea0ae76ef7718de11781
 DIST radon-1.3.1.tar.gz 3472429 SHA256 
292afbb0e4e489d0b52ea6ce6e34008f2c62e359969d9ef5967ffbd18ae210ba SHA512 
21088696f29479ae188064ee3864ae8fdee3687b322f2b60ea8deeafca93e582b37b739e2251da6cd47c18a67fbb527acb6293233652dc8993224ba7cc471d8c
 WHIRLPOOL 
32806fd18bfd5f26148cc78f412179c4f5395d4af1548a61851b957d89eddaef466fff220231fbb17c3f41e0be15cb4a3d9196af67811edadf2b0b67e0f28ee6
 DIST radon-1.3.2.tar.gz 3454351 SHA256 
2f8f70f9d445ddf9327c750a36ecd0231ced8bc80271333a980368ec282ab69d SHA512 
60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
 WHIRLPOOL 
4aba7ab2a831ed693349f42b9371c1af9f3192e7f93f6e660d19d1d9b9fd0f5c4d91ef54be53a1d333d4b65a0d91586de10050117162ac090d18477e7dd8a8c7
+DIST radon-1.4.0.tar.gz 1645229 SHA256 
a9f9171e69b6b57d5f8e58f89c76a79d7e09d790cc8fff0f95cd4c946e8cee8e SHA512 
85612cfebfb07c8dd3b7c11b920fbe765cb28142bbf9ba5e787a2c4c1b248aab84bfc5d40236535d0943e78fee30c5feb373980ccc91b701cc7d3216d1b8a2b3
 WHIRLPOOL 
e9b9dd1e97ca5e573ef130ccc9a38c38b0c033ebbee142cfeaf6d058d3691ba7923afd0b7eb4748e03752e47c59d5368a3954a5d76db1ee5e69e41cc7012020f

diff --git a/dev-python/radon/radon-1.4.0.ebuild 
b/dev-python/radon/radon-1.4.0.ebuild
new file mode 100644
index 000..64950fc
--- /dev/null
+++ b/dev-python/radon/radon-1.4.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code Metrics in Python"
+HOMEPAGE="https://radon.readthedocs.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RCDEPEND="
+   >=dev-python/colorama-0.3[${PYTHON_USEDEP}]
+   =dev-python/mando-0.3[${PYTHON_USEDEP}]
+   

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

2016-06-11 Thread Alex Brandt
commit: 1b9effa122ca6c82507092ea06f8cefd595e556b
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 11 15:15:32 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 11 15:15:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9effa1

dev-python/botocore: add version 1.4.25

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.25.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 3268fec..9408e62 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
+DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689

diff --git a/dev-python/botocore/botocore-1.4.25.ebuild 
b/dev-python/botocore/botocore-1.4.25.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.25.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-06-11 Thread Alex Brandt
commit: 5cf4664e6f615788df5ed2921ba07e9439d7e96e
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 11 15:21:13 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jun 11 15:21:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf4664e

dev-python/botocore: remove version 1.4.17

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.17.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 9408e62..521b9f6 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689

diff --git a/dev-python/botocore/botocore-1.4.17.ebuild 
b/dev-python/botocore/botocore-1.4.17.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.17.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-06-05 Thread Alex Brandt
commit: c89c6ed3879a9d6c137caabce339dc5b62c4edcf
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jun  5 19:59:18 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jun  5 20:01:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89c6ed3

dev-python/mypy: fix #584556

Apparently, I misread the dependencees and added the dependence on typing that
should have been a blocker.  This commit rectifies that situation.  I'm not
convinced other problems don't exist and we may see more bugs before this is
completely resolved.

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/mypy/mypy-0.4.1.ebuild 
b/dev-python/mypy/mypy-0.4.1.ebuild
index 38f9f5e..5d7d96c 100644
--- a/dev-python/mypy/mypy-0.4.1.ebuild
+++ b/dev-python/mypy/mypy-0.4.1.ebuild
@@ -23,7 +23,7 @@ DEPEND="
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
)
 "
-RDEPEND="$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 
'python3_3' 'python3_4')"
+RDEPEND="$(python_gen_cond_dep '!dev-python/typing[${PYTHON_USEDEP}]' 
'python3_3' 'python3_4')"
 
 python_compile_all() {
use doc && emake -C docs html



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

2016-05-28 Thread Alex Brandt
commit: a2ede6eac503c9cb5b06add20db3d83fdbda1c38
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:28:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:36:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ede6ea

dev-python/testtools: add version 2.2.0

Package-Manager: portage-2.3.0_rc1

 dev-python/testtools/Manifest   |  1 +
 dev-python/testtools/testtools-2.2.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/testtools/Manifest b/dev-python/testtools/Manifest
index 54b8c86..6359a60 100644
--- a/dev-python/testtools/Manifest
+++ b/dev-python/testtools/Manifest
@@ -3,3 +3,4 @@ DIST testtools-1.8.0.tar.gz 207976 SHA256 
8afd6400fb4e75adb0b29bd09695ecb2024cd7
 DIST testtools-1.8.1.tar.gz 209327 SHA256 
155ed29086e48156519e15f7801b702c15ba34d8700d80ba606101f448a3839f SHA512 
0bd765bd3cc82a38c980d251427f9f32d44c377aa753d2d83c36fb8cfaeb8a10cfc86a38899b89ff454fe11742ab5e309439980e12a8bbae19b3d9df799803d9
 WHIRLPOOL 
06f654e447b6ae42cffbff454886dc1016746bf218c90e89c4b9361af2dc709acdfdcd0100c1624dffc1f72dec5c8037dd4357aa373a6413abf945c0d27868e1
 DIST testtools-1.9.0.tar.gz 221760 SHA256 
b46eec2ad3da6e83d53f2b0eca9a8debb687b4f71343a074f83a16bbdb3c0644 SHA512 
d4d78fb3fd105789e1ee749c66f4612494557af963ba7c3bf5b3c322609bb2ce98c6027f714cbf71720fe248d72a459b554aa65374c6a0b56904b7dabb38a112
 WHIRLPOOL 
926e738afd86fe945765f9fa08fa40deed7e73db4f37eb2fca9fa30321e28cda9c99e86a1e583853fe1abf93919a71c808131d2cd0694cded3d7203a406fc8d9
 DIST testtools-2.0.0.tar.gz 224923 SHA256 
8237ab211cdeced2ff69e7b51c66ed8b1fd2aa0b338b1749609f9567646fad57 SHA512 
e27659bc1a21f20de7b8f3699198067e25024dfed68fc9553045a1356a8b46df494882b8946212e11c9cb5a1d4ce8882758839a4accf5bd01db4398ff9e0413d
 WHIRLPOOL 
db4daec29b6e1fbe4b9c6989af7f0c70dc70a0d39f84336a9885d1e977cbe0303bf5471342a1d74e0e6a7eb961945d6180153711229dc18e8fdbb9f92b4d6df8
+DIST testtools-2.2.0.tar.gz 230716 SHA256 
80f606607a6e4ce4d0e24e5b786562aa42c581906f3c070607a4265f3da65810 SHA512 
f5ba08971975aa1ccf923c4c997ca7b093d00615131f440a9a5aad96d63be5b9e72f3364f3185d523fce9b5a7055bd52f767b54f7f9f17a102c4166efec189c5
 WHIRLPOOL 
042ef9e8177b44b37582b1b8013809b0fd443ac7c57e39317f73e081877c665fd368828e72568b89c0656ebc9d89e82c2ee7ffcd2bf0f31e07573df8573d3313

diff --git a/dev-python/testtools/testtools-2.2.0.ebuild 
b/dev-python/testtools/testtools-2.2.0.ebuild
new file mode 100644
index 000..f88f791
--- /dev/null
+++ b/dev-python/testtools/testtools-2.2.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions to the Python standard library unit testing framework"
+HOMEPAGE="https://github.com/testing-cabal/testtools;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/extras-1.0.0[${PYTHON_USEDEP}]
+   dev-python/mimeparse[${PYTHON_USEDEP}]
+   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   dev-python/traceback2[${PYTHON_USEDEP}]
+   >=dev-python/unittest2-1.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   >=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
+   dev-python/testscenarios[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+PDEPEND=">=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   "${PYTHON}" -m testtools.run testtools.tests.test_suite || die "tests 
failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-28 Thread Alex Brandt
commit: cfe0bd4f1234a134c168811aca6087d49f27e851
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:25:48 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:25:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe0bd4f

dev-python/extras: add version 1.0.0

Package-Manager: portage-2.3.0_rc1

 dev-python/extras/Manifest|  1 +
 dev-python/extras/extras-1.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/extras/Manifest b/dev-python/extras/Manifest
index 5f95b34..ea162f3 100644
--- a/dev-python/extras/Manifest
+++ b/dev-python/extras/Manifest
@@ -1 +1,2 @@
 DIST extras-0.0.3.tar.gz 6231 SHA256 
7a60d84cb661b477c41a5ea35e931ae93860af8cd259ecc0a38a32ef1ae9ffc0 SHA512 
7b08d094717a27fbb522d49c0c538e98baccef6540216479d176b55b94f3f0b97c4b70ed48f3802a1bf08a58fe9a319a113d4ca04d9dadcb85e3a99bf7490a3c
 WHIRLPOOL 
a80db53c4b536d1a98c03237cc56607ca477619d1789a4a4c4795c843212eb1bdc64f0fe2a0ae1d4a4bab351ec68e07acb9ae494e537630ba841826116121d2c
+DIST extras-1.0.0.tar.gz 6759 SHA256 
132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e SHA512 
510c796628f28db90bb96c7c9ba5fc9b2b950d2968e219efe67f3899bbe7ef68fe5de1494f8fd640f13a1ccd329e7dac9cd38aa965ab1e07c4cd287c04da50fb
 WHIRLPOOL 
e6b09b2be7225022587d26b5749e4b26282188c177c228e595843bf70c4eaa282698d9cea85afd23beef25ad97ee64dec0275957928be910e49c13e5e395f69d

diff --git a/dev-python/extras/extras-1.0.0.ebuild 
b/dev-python/extras/extras-1.0.0.ebuild
new file mode 100644
index 000..3141f3b
--- /dev/null
+++ b/dev-python/extras/extras-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Useful extra bits for Python that should be in the standard 
library"
+HOMEPAGE="https://github.com/testing-cabal/extras/ 
https://pypi.python.org/pypi/extras/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/testtools[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+python_test() {
+   "${PYTHON}" ${PN}/tests/test_extras.py || die
+}



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

2016-05-28 Thread Alex Brandt
commit: 1bf3a36ee362ebd901a9236a6598107c1fd06b29
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:17:20 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:17:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf3a36e

dev-python/expects: add version 0.8.0

Package-Manager: portage-2.3.0_rc1

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 3491efb..544f254 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,5 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
+DIST expects-0.8.0.tar.gz 27801 SHA256 
37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd SHA512 
c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
 WHIRLPOOL 
825cebbfc05a287d213b3f12d4c783c5d7c23d3e93ec53570751d6786a1b891cd94b4c79db0a71bab21d7574652871f6955cf07c35f797497a16f735dd770451
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0.ebuild 
b/dev-python/expects/expects-0.8.0.ebuild
new file mode 100644
index 000..cd4705d
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 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="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-28 Thread Alex Brandt
commit: 100538ac51d51a2e8091f91c3de6f0d37c904a89
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:20:32 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:20:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100538ac

dev-python/expects: remove version 0.8.0_rc4

Package-Manager: portage-2.3.0_rc1

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc4.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 544f254..1643a65 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,5 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
 DIST expects-0.8.0.tar.gz 27801 SHA256 
37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd SHA512 
c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
 WHIRLPOOL 
825cebbfc05a287d213b3f12d4c783c5d7c23d3e93ec53570751d6786a1b891cd94b4c79db0a71bab21d7574652871f6955cf07c35f797497a16f735dd770451
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
-DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc4.ebuild 
b/dev-python/expects/expects-0.8.0_rc4.ebuild
deleted file mode 100644
index db3f4dd..000
--- a/dev-python/expects/expects-0.8.0_rc4.ebuild
+++ /dev/null
@@ -1,40 +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 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-28 Thread Alex Brandt
commit: 64424218bf5aad7ff4d214239c1a5a36e0c9e94a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:13:19 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:13:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64424218

dev-python/botocore: remove version 1.4.10

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.10.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index e75110f..efb8bbd 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77

diff --git a/dev-python/botocore/botocore-1.4.10.ebuild 
b/dev-python/botocore/botocore-1.4.10.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-05-28 Thread Alex Brandt
commit: 792cac83973cb67b55151cd0581316883ae2aa28
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:13:49 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:13:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792cac83

dev-python/botocore: remove version 1.4.11

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.11.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index efb8bbd..3268fec 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be

diff --git a/dev-python/botocore/botocore-1.4.11.ebuild 
b/dev-python/botocore/botocore-1.4.11.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.11.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-05-28 Thread Alex Brandt
commit: 3b57837de93ad9a1457f9d280be570a196c9a64a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat May 28 15:07:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat May 28 15:07:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b57837d

dev-python/botocore: add version 1.4.22

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.22.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index c00211e..e75110f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -3,3 +3,4 @@ DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
+DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be

diff --git a/dev-python/botocore/botocore-1.4.22.ebuild 
b/dev-python/botocore/botocore-1.4.22.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.22.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/py2-ipaddress/

2016-05-24 Thread Alex Brandt
commit: 498d191927f81d59cf637c0dc086e7df88aabdd6
Author: Alex Brandt  gentoo  org>
AuthorDate: Tue May 24 18:57:48 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Tue May 24 18:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498d1919

dev-python/py2-ipaddress: remove from tree

The last-rites period is over.  I'm removing the ebuild directory as
well as the mask.

 dev-python/py2-ipaddress/Manifest   |  1 -
 dev-python/py2-ipaddress/metadata.xml   | 10 --
 dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild | 20 
 profiles/package.mask   |  5 -
 4 files changed, 36 deletions(-)

diff --git a/dev-python/py2-ipaddress/Manifest 
b/dev-python/py2-ipaddress/Manifest
deleted file mode 100644
index 5c102c3..000
--- a/dev-python/py2-ipaddress/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST py2-ipaddress-3.4.1.tar.gz 17880 SHA256 
6d7bf02ac2590764691bf50ac213e966bc885ed37c02606513dcac484190564b SHA512 
b57df7362d9d03b7e2d7e713ca005b25f8bd70959d4a500ae4ca33cb4be7203911adae4b539ba19268e0cf906175e98cacbceefa2ed6bdca688be9de3a3106d5
 WHIRLPOOL 
770fea377ef191d04461e842d436efb9c420a4efc23858a7ce77edacd923720c6a6093b681d75c817b29d5067919be64b993ee80ac9f3a658875d738bc8802ff

diff --git a/dev-python/py2-ipaddress/metadata.xml 
b/dev-python/py2-ipaddress/metadata.xml
deleted file mode 100644
index 9b3c6f8..000
--- a/dev-python/py2-ipaddress/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
-   
-   
-

diff --git a/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild 
b/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild
deleted file mode 100644
index 594fada..000
--- a/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python 2.6 backport of 3.4's ipaddress module"
-HOMEPAGE="https://bitbucket.org/kwi/py2-ipaddress/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""

diff --git a/profiles/package.mask b/profiles/package.mask
index 3e73f36..fef4d7a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -168,11 +168,6 @@ dev-java/charva
 dev-java/jakarta-slide-webdavclient
 dev-java/xml-im-exporter
 
-# Alex Brandt <alund...@gentoo.org> (23 Apr 2016)
-# Contains collisions with dev-python/ipaddress.  See #580388 for more details.
-# Masked for removal in 30 days.
-dev-python/py2-ipaddress
-
 # Michael Sterrett <mr_bon...@gentoo.org> (19 Apr 2016)
 # No release in 6 years and segfaults on modern systems. (bug #311809)
 # Masked for removal on 20160519



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

2016-05-22 Thread Alex Brandt
commit: 48dcf031b6331d146354e48ebf2fcfb8e176eaaf
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 18:48:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 18:48:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dcf031

Revert "dev-python/botocore: remove version 1.4.10"

This reverts commit 91949109817213688aa6a95375b9e574d783337d.

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.10.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 14f82b1..c00211e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,5 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
+DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77

diff --git a/dev-python/botocore/botocore-1.4.10.ebuild 
b/dev-python/botocore/botocore-1.4.10.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.10.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-05-22 Thread Alex Brandt
commit: b82c875612574e77465299490091b527653d46e2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 17:38:07 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 17:38:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82c8756

dev-python/botocore: add version 1.4.19

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.19.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index da52c87..c00211e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
+DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77

diff --git a/dev-python/botocore/botocore-1.4.19.ebuild 
b/dev-python/botocore/botocore-1.4.19.ebuild
new file mode 100644
index 000..f3ea5ec
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.19.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-05-22 Thread Alex Brandt
commit: 91949109817213688aa6a95375b9e574d783337d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 17:41:25 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 17:41:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91949109

dev-python/botocore: remove version 1.4.10

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.10.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index c00211e..14f82b1 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77

diff --git a/dev-python/botocore/botocore-1.4.10.ebuild 
b/dev-python/botocore/botocore-1.4.10.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-05-22 Thread Alex Brandt
commit: dbeedb2f58026f10862f448c5585aa60480f54ef
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 17:34:36 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 17:34:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbeedb2f

dev-python/aiohttp: remove version 0.19.0

Package-Manager: portage-2.3.0_rc1

 dev-python/aiohttp/Manifest  |  1 -
 dev-python/aiohttp/aiohttp-0.19.0.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index f61d495..b55978f 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,4 +1,3 @@
-DIST aiohttp-0.19.0.tar.gz 2173954 SHA256 
9bfb173baec179431a1c8f3566185e8ebbd1517cf4450217087d79e26e44c287 SHA512 
4e20d9e4eac4bd11538faa8a2b9ad6d65b432cb0bc468b851aebc32b6ac15417e65bf68c5801efb2911562f63ba2cd3da31e9cb8347e5aa8f840ba91a986061f
 WHIRLPOOL 
9db94601eec1ff2b5bdbcf04b662a3f7f7d04c24f742d30244bc90d5390f9ae1c303c8de3a0ad253ff7aa068f07a9e439fb0ccadb80db1ba57f6ac3620a1621b
 DIST aiohttp-0.20.2.tar.gz 513968 SHA256 
8801d36d760514ba8404d2c0309a7ecc3a838b85dad3e63e863b44a3116cf02b SHA512 
378b867ed531a1f30079b9a42d4000b82efe997b1e1bee3f1c76973712eabf973da74b37b969d43929f18a8b99ac004a22c4b7849bed1f00fe2f88c0bfbcdddb
 WHIRLPOOL 
8853c2c5f8efde97caff2ba99ef44e505dc82a206ecc51028c7db1b95c4232d436acb9109794ca259e4423d83238569f8df7bdfe81f3131321cebbde00f1d068
 DIST aiohttp-0.21.4.tar.gz 528945 SHA256 
4a5fcb765bf6d2cbc7d42afedf3d22b9cd0a4d643a870b464ca5b071225976d8 SHA512 
e9abc66e1f6ba81b94ef5a528e3bca58434f6d30242967a6b69e66ea164a31d076dbd2159b464c6a59c219483e81febfba986066863f6a3811ff0dc8a51adb64
 WHIRLPOOL 
d9f26b397b63d18e32cc754c75078e97cb6b4d3e2400ade75d91f86890e82407302bc2d55e2a30fe8d2bee7dd99fef16e528cf2c9668998662049543a671da66
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e

diff --git a/dev-python/aiohttp/aiohttp-0.19.0.ebuild 
b/dev-python/aiohttp/aiohttp-0.19.0.ebuild
deleted file mode 100644
index 93457c4..000
--- a/dev-python/aiohttp/aiohttp-0.19.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="http client/server for asyncio"
-HOMEPAGE="https://github.com/KeepSafe/aiohttp 
https://pypi.python.org/pypi/aiohttp;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-
-CDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cython[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${CDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-raisesregexp[${PYTHON_USEDEP}]
-   www-servers/gunicorn[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="${CDEPEND}"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="$(PWD):${PYTHONPATH}" ${PYTHON} -m pytest tests/ || die 
"Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   use examples && local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-22 Thread Alex Brandt
commit: c041fa6ef244cde54bb87f1ca821b9c3a17d3ab6
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 17:29:48 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 17:29:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c041fa6e

dev-python/aiohttp: add version 0.21.6

Package-Manager: portage-2.3.0_rc1

 dev-python/aiohttp/Manifest  |  1 +
 dev-python/aiohttp/aiohttp-0.21.6.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index e66633c..f61d495 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -2,3 +2,4 @@ DIST aiohttp-0.19.0.tar.gz 2173954 SHA256 
9bfb173baec179431a1c8f3566185e8ebbd151
 DIST aiohttp-0.20.2.tar.gz 513968 SHA256 
8801d36d760514ba8404d2c0309a7ecc3a838b85dad3e63e863b44a3116cf02b SHA512 
378b867ed531a1f30079b9a42d4000b82efe997b1e1bee3f1c76973712eabf973da74b37b969d43929f18a8b99ac004a22c4b7849bed1f00fe2f88c0bfbcdddb
 WHIRLPOOL 
8853c2c5f8efde97caff2ba99ef44e505dc82a206ecc51028c7db1b95c4232d436acb9109794ca259e4423d83238569f8df7bdfe81f3131321cebbde00f1d068
 DIST aiohttp-0.21.4.tar.gz 528945 SHA256 
4a5fcb765bf6d2cbc7d42afedf3d22b9cd0a4d643a870b464ca5b071225976d8 SHA512 
e9abc66e1f6ba81b94ef5a528e3bca58434f6d30242967a6b69e66ea164a31d076dbd2159b464c6a59c219483e81febfba986066863f6a3811ff0dc8a51adb64
 WHIRLPOOL 
d9f26b397b63d18e32cc754c75078e97cb6b4d3e2400ade75d91f86890e82407302bc2d55e2a30fe8d2bee7dd99fef16e528cf2c9668998662049543a671da66
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
+DIST aiohttp-0.21.6.tar.gz 528327 SHA256 
8709c6d4b7735705ef46e0d5416083f1e92d9a9ab18e2b4c7f7944e831b73428 SHA512 
622218ffbc163aefc04730bc9ca36f922182699407ea8fb6e8e5ce01b63e4bbee821e466f1701ecabf2f4c47bf840a572e7f3bcdf0903e8a87b23d5c3e07209b
 WHIRLPOOL 
2d2539635f76903788f063669420de095951f9f509543fe8dfe86d950055bf72bf5728de029d378b71f4bd7ea0955d13bbd84a31b678995cafa5aee1bc1ef05b

diff --git a/dev-python/aiohttp/aiohttp-0.21.6.ebuild 
b/dev-python/aiohttp/aiohttp-0.21.6.ebuild
new file mode 100644
index 000..7e102cd
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-0.21.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+CDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/multidict[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${CDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-raisesregexp[${PYTHON_USEDEP}]
+   www-servers/gunicorn[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="$(PWD):${PYTHONPATH}" ${PYTHON} -m pytest tests/ || die 
"Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-22 Thread Alex Brandt
commit: 883e94c5ab292442f5410d4797f110e7d426cb69
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 17:22:04 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 17:22:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883e94c5

dev-python/multidict: add version 1.1.0_alpha6

Package-Manager: portage-2.3.0_rc1

 dev-python/multidict/Manifest  |  1 +
 dev-python/multidict/metadata.xml  | 10 ++
 dev-python/multidict/multidict-1.1.0_alpha6.ebuild | 40 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
new file mode 100644
index 000..8ed5074
--- /dev/null
+++ b/dev-python/multidict/Manifest
@@ -0,0 +1 @@
+DIST multidict-1.1.0_alpha6.tar.gz 98630 SHA256 
ac3f1a134c87a7f6e7547cbcb595e5eb36d1c1865101a777f2e7c0a18d824173 SHA512 
fc221ca768cfc3c04c83e624296e5c0452d4d14a7a13ba8e8cb153ffd1ea7b7e949c628bc45d8c249b790cca1698fc0a5a6f2b57b113bcf9c055a972d2f15a7e
 WHIRLPOOL 
7f8e057d41eb90246c84ba13165e6975ea5f985b5f65ae887efd2d4493ac0bd0980d9a56426a74b5f979a93a9007c2ef60ebbcf6966cedd8592ca3f1c379bb8e

diff --git a/dev-python/multidict/metadata.xml 
b/dev-python/multidict/metadata.xml
new file mode 100644
index 000..9b3c6f8
--- /dev/null
+++ b/dev-python/multidict/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
+

diff --git a/dev-python/multidict/multidict-1.1.0_alpha6.ebuild 
b/dev-python/multidict/multidict-1.1.0_alpha6.ebuild
new file mode 100644
index 000..f65be53
--- /dev/null
+++ b/dev-python/multidict/multidict-1.1.0_alpha6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV="${PV//_alpha/a}"
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-22 Thread Alex Brandt
commit: 402f554dcfaf98e7b1272449e1b552f51dd316b4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 22 17:16:31 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 22 17:16:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402f554d

dev-python/mypy: add version 0.4.1

Package-Manager: portage-2.3.0_rc1

 dev-python/mypy/Manifest  |  1 +
 dev-python/mypy/mypy-0.4.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 7a82e9c..3e0fd87 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1 +1,2 @@
 DIST mypy-0.2.0.tar.gz 626604 SHA256 
0c24f50509bdf3e0d9bd386a08ef4f11ee0114e1f5a9b2afeacbf9561cf022c1 SHA512 
b03014abf152407c7629dba925aca6178fcdf57532f47c728edcb591a56942cda13e02122f405aa269e9b6303de1f4a9d5cbb2d5a5af6e90a808a3db94cca53f
 WHIRLPOOL 
7d9f05ead0bfea78bdf228b0bb7c3519e8eaa70f52c00049963780f42e71e9f44168edb09d2e558f59b07a4d09912d1d6d3c8b11a2b9e47db77b2c06e56eb910
+DIST mypy-0.4.1.tar.gz 682081 SHA256 
37e94e528078fff782bfbe36c0e9cbd2ff40aa436eb335c2c75d006136aee3e7 SHA512 
fafe93ba5e5989be5ebe966c9b8ca3ff899101b56407d5167ef42173374aae5f8ebf5631e573b5d45b845fe2b17488834c72e2483e68abf4992a39188ffa50a1
 WHIRLPOOL 
5b2f2d5d6fe00ccad93824476e55f673c9ecc8bc38b0aa2f3ce2f25850a9dca17b8bb91ad537801a6ecc0bc2ac0210282bcbd755e6c0a96cd9f8b647530cc093

diff --git a/dev-python/mypy/mypy-0.4.1.ebuild 
b/dev-python/mypy/mypy-0.4.1.ebuild
new file mode 100644
index 000..38f9f5e
--- /dev/null
+++ b/dev-python/mypy/mypy-0.4.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+SRC_URI="https://github.com/JukkaL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+DEPEND="
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' 
'python3_3' 'python3_4')"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   local PYTHONPATH="$(pwd)"
+
+   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   use examples && local EXAMPLES=( samples/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-15 Thread Alex Brandt
commit: 43dd44c7bb89e305892c0563d91205065492d014
Author: Alex Brandt  gentoo  org>
AuthorDate: Mon May 16 01:18:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Mon May 16 01:18:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dd44c7

Revert "dev-python/expects: remove version 0.8.0_rc2"

This reverts commit 4c96e40ca18119017c0fe5b30cd384e90e717dec.

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 55d01e2..3491efb 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,3 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
+DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
new file mode 100644
index 000..f96e461
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# 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 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-15 Thread Alex Brandt
commit: 20bb8cdf2b1cfbf0ec507bc14a457a15cd2d1a31
Author: Alex Brandt  gentoo  org>
AuthorDate: Mon May 16 01:14:44 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Mon May 16 01:18:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bb8cdf

Revert "dev-python/botocore: remove version 1.4.10"

This reverts commit 8c1a0035e5ba6826698006ba4145e82fe1ca5782.

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.10.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 0f4b8a4..da52c87 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
+DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0

diff --git a/dev-python/botocore/botocore-1.4.10.ebuild 
b/dev-python/botocore/botocore-1.4.10.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.10.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-05-15 Thread Alex Brandt
commit: e6dae46f8a2daf0bf0efb5ae353edd82eeada079
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:18:45 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:18:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dae46f

dev-python/docker-py: remove version 1.8.0_rc5

The removal of python2_7 in docker-py happened during this release, not the
proper release.  Removing this version fixes #582300.

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.8.0_rc5.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index d3438e3..9df1c78 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,4 +1,3 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
-DIST docker-py-1.8.0_rc5.tar.gz 102470 SHA256 
0cf741f17233c8aa494c61b053d032d8d296fbc3f11586b1e5efad31fdb46de1 SHA512 
1490b913fdac35e226d72f8e926405fde50a249189ccdfe35ae7e5f805fbcb5dee9722666b7d7b3fd23481508f9bfead9a1e231abe49a997c2db370568e8b40f
 WHIRLPOOL 
2a48da6d79a8df59b0cd94a69844bc3d5a048285232faf6f2e118a52bb1bfddaa74b69334fcdb204b7d0be862dfe07ef63c3fb61a4b4fa8e18aba5c8c3be1910

diff --git a/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild 
b/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild
deleted file mode 100644
index 155e961..000
--- a/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV//_/-}
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( mkdocs_site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-15 Thread Alex Brandt
commit: b926951a3ab15bbff36d2b4fe56e61ba81a4f731
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:14:12 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:14:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b926951a

dev-python/expects: remove version 0.8.0_rc3

Package-Manager: portage-2.2.28

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc3.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 7a1e973..55d01e2 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,4 +1,3 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc3.ebuild 
b/dev-python/expects/expects-0.8.0_rc3.ebuild
deleted file mode 100644
index db3f4dd..000
--- a/dev-python/expects/expects-0.8.0_rc3.ebuild
+++ /dev/null
@@ -1,40 +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 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-15 Thread Alex Brandt
commit: 4c96e40ca18119017c0fe5b30cd384e90e717dec
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:12:56 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:12:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c96e40c

dev-python/expects: remove version 0.8.0_rc2

Package-Manager: portage-2.2.28

 dev-python/expects/Manifest |  1 -
 dev-python/expects/expects-0.8.0_rc2.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 9c5108d..7a1e973 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1,5 +1,4 @@
 DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1003eb580b3eeb38eb778007 SHA512 
6701a1a3099073c70d8f729b7ca72e4b9b3eb6d6f9e7d6d2d654a3b684c5ab101c343b4c3556f45d763ab1479dbc3eb3db209c4d9f5d2254cc4111e74a4a3c1a
 WHIRLPOOL 
44ef85ca96225c22f91468e8b8b6368a26138f0fb9ee22dc89c282fb91adf4425d177ba62891239515affc639053165c6080f972c9435619c50a47fd81a27894
-DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
 DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc2.ebuild 
b/dev-python/expects/expects-0.8.0_rc2.ebuild
deleted file mode 100644
index f96e461..000
--- a/dev-python/expects/expects-0.8.0_rc2.ebuild
+++ /dev/null
@@ -1,40 +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_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
-HOMEPAGE="https://github.com/jaimegildesagredo/expects;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   mamba || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-05-15 Thread Alex Brandt
commit: cfde4379ee5f21e53cbbac7fa62fa30f11156471
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:06:57 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfde4379

dev-python/expects: add version 0.8.0_rc5

Package-Manager: portage-2.2.28

 dev-python/expects/Manifest |  1 +
 dev-python/expects/expects-0.8.0_rc5.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 98b3e61..9c5108d 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -2,3 +2,4 @@ DIST expects-0.4.2.tar.gz 23813 SHA256 
b1e0b27141f784fe81a143153f23d3c8220fe8ec1
 DIST expects-0.8.0_rc2.tar.gz 27307 SHA256 
c7959a0b0f76a186b1d3687fbdedaf551f8bbbddbd66e5307c3a52c787a779de SHA512 
6ae4553838ce4d27993772cec33f1e1a18d539af4a9b0f62f66ef1fb78464a46f5b76a420096d2d36881f4dc581b69e8f6c8783b89d794df753fdffab275cc33
 WHIRLPOOL 
04a04534571e8a15bcc2e1d7a9fc2b63bb772a8adaaf0b6239d375f1e5f750be7d7fa9fd10f5d84f017c4e3ad6274a7955e5b70928ee6eec7c199181169e5741
 DIST expects-0.8.0_rc3.tar.gz 27478 SHA256 
a2809c6c51cf18b3316102f21e9d14d195edfd34526cfcad7d959d592deacbd4 SHA512 
2566ddfcb83bb3d58dbddcc881f2b743cca061057f77a52da49d3eb6c16dc1fafaca900734d7023550c85dfd0b86d433a9328daf5a989ab91757d83e9eaa4d81
 WHIRLPOOL 
7e6c81a27c2dd01d261731db6deefe0830515731dc485278bbf2d5de84a726cef7cea2a5ecd514ccda169167f7cb0ca32f7b02de95c6bdcbd23f26faf502b87d
 DIST expects-0.8.0_rc4.tar.gz 27586 SHA256 
3a4f4a5ae2ebd15b387eda0a841a3d61c9ac7c4171263a247776a7bd5f3135e1 SHA512 
5c9fa6c9b296aba2a3a907e6e7b49bbb371a3deb0e8eca34a9df51f909dbb5e5700ec9c26a78205e6131c8154b75bb2381cab1b7fcb227edbb103b4c3f5784a5
 WHIRLPOOL 
c9d78385c67ec7cb441159fc223ffc6eb3df14ed4330f17e064eb14ce17fb1201952581007a8f8da31dd1e4c8bb18baccb501345b8dca12eb914c198c1184861
+DIST expects-0.8.0_rc5.tar.gz 27814 SHA256 
49c0c6c82286e74dbe5e101a86926e4a1d5e11df582f9b7ab2953fa02d3e8e35 SHA512 
f423327fdc16b6c74cd096b2d0b521224386793e43f36f8a75202876be4eae247c6193e272eb51e8d07c6169051ffdf18b8b28b3104e307c4cf27420b2a4f700
 WHIRLPOOL 
f4cc56404e3eaf458dd4f2f0545463f5c8e218399ace65b0ab64982d9d10db4f93f20df1a4275a9271da594cd1dc7be8fabb6602b7c7b364ecbecdbef772fd9a

diff --git a/dev-python/expects/expects-0.8.0_rc5.ebuild 
b/dev-python/expects/expects-0.8.0_rc5.ebuild
new file mode 100644
index 000..8bbec1f
--- /dev/null
+++ b/dev-python/expects/expects-0.8.0_rc5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 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 vcs-snapshot
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mamba[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   mamba || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-05-15 Thread Alex Brandt
commit: 8c1a0035e5ba6826698006ba4145e82fe1ca5782
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 21:00:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:01:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1a0035

dev-python/botocore: remove version 1.4.10

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.10.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index da52c87..0f4b8a4 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0

diff --git a/dev-python/botocore/botocore-1.4.10.ebuild 
b/dev-python/botocore/botocore-1.4.10.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-05-15 Thread Alex Brandt
commit: e8a58c35c63c5089ca0ad8628cb65371232cc4f2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun May 15 20:56:37 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun May 15 21:01:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a58c35

dev-python/botocore: add version 1.4.17

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.17.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 41c01ff..da52c87 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
 DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
+DIST botocore-1.4.17.tar.gz 2474986 SHA256 
bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 
2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6
 WHIRLPOOL 
1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0

diff --git a/dev-python/botocore/botocore-1.4.17.ebuild 
b/dev-python/botocore/botocore-1.4.17.ebuild
new file mode 100644
index 000..f3ea5ec
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.17.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-04-24 Thread Alex Brandt
commit: dda6d7168097ee33b6c2b28392148606db54b920
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:18:20 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:18:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda6d716

dev-python/botocore: add version 1.4.11

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.11.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b294007..67d42c5 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
 DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
+DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
 DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.11.ebuild 
b/dev-python/botocore/botocore-1.4.11.ebuild
new file mode 100644
index 000..f3ea5ec
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.11.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-04-24 Thread Alex Brandt
commit: e3c4513db9209f7f76afbc9657e9b2fc316c4cd5
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:20:39 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:20:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c4513d

dev-python/botocore: remove version 1.4.8

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest  |  1 -
 dev-python/botocore/botocore-1.4.8.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 67d42c5..41c01ff 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
 DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.11.tar.gz 2455881 SHA256 
96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 
b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4
 WHIRLPOOL 
aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
-DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.8.ebuild 
b/dev-python/botocore/botocore-1.4.8.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-04-24 Thread Alex Brandt
commit: 5295d73d0ba6f3f24ffd0fa99fba75f653ad632c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:16:43 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:16:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5295d73d

dev-python/stormpath: remove version 2.1.4

Package-Manager: portage-2.2.28

 dev-python/stormpath/Manifest   |  1 -
 dev-python/stormpath/stormpath-2.1.4.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 17b563e..4411481 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-DIST stormpath-2.1.4.tar.gz 4338169 SHA256 
adbc595b243861be0268c2c71061de8ce6dc8f9a92d7398f92bf77a734315b2f SHA512 
6834f1b8db731872208c96b9acb2ff66e5d7fcbb6ae0c1f1de541ce1597a786834f2b68c43d00c5adcb1018749c53b45444dde2a81a520fed79fd9b6f0f07ab0
 WHIRLPOOL 
6f50a1f6476d4486f43da55ae48c56942ef90820db4434c3b567222cb65d56aaa5649249dfc10add807f5ccba245d99b89efa031201af61bc888b902cf66b4ea
 DIST stormpath-2.1.5.tar.gz 4339093 SHA256 
cea6810c5caa666c3a73ea0bbf14826687318aea2a82c51d93886679b786b94b SHA512 
d373d36bd6dc647fcedad99722c6ff53447b4b11090ffbbf2e72a206d27e66804d7e756d0588b80b0700297beebb894b4d5301df97a836a4204622ea83af
 WHIRLPOOL 
14a580f934afc74f7f15b4ac897474bb00ab199470d94c671b3f39c625d460aa601329a18cf23b206f12ab2b0f9f25d5903c14f507f614e38953da47bdfc7a92
 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70

diff --git a/dev-python/stormpath/stormpath-2.1.4.ebuild 
b/dev-python/stormpath/stormpath-2.1.4.ebuild
deleted file mode 100644
index e6bdfe5..000
--- a/dev-python/stormpath/stormpath-2.1.4.ebuild
+++ /dev/null
@@ -1,51 +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_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
-HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
-SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
-   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-24 Thread Alex Brandt
commit: 47b1828835e54f73ac4579909b32a71ee5e98a43
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:14:06 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:14:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b18288

dev-python/stormpath: add version 2.3.1

Package-Manager: portage-2.2.28

 dev-python/stormpath/Manifest   |  1 +
 dev-python/stormpath/stormpath-2.3.1.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 2bca960..17b563e 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 DIST stormpath-2.1.4.tar.gz 4338169 SHA256 
adbc595b243861be0268c2c71061de8ce6dc8f9a92d7398f92bf77a734315b2f SHA512 
6834f1b8db731872208c96b9acb2ff66e5d7fcbb6ae0c1f1de541ce1597a786834f2b68c43d00c5adcb1018749c53b45444dde2a81a520fed79fd9b6f0f07ab0
 WHIRLPOOL 
6f50a1f6476d4486f43da55ae48c56942ef90820db4434c3b567222cb65d56aaa5649249dfc10add807f5ccba245d99b89efa031201af61bc888b902cf66b4ea
 DIST stormpath-2.1.5.tar.gz 4339093 SHA256 
cea6810c5caa666c3a73ea0bbf14826687318aea2a82c51d93886679b786b94b SHA512 
d373d36bd6dc647fcedad99722c6ff53447b4b11090ffbbf2e72a206d27e66804d7e756d0588b80b0700297beebb894b4d5301df97a836a4204622ea83af
 WHIRLPOOL 
14a580f934afc74f7f15b4ac897474bb00ab199470d94c671b3f39c625d460aa601329a18cf23b206f12ab2b0f9f25d5903c14f507f614e38953da47bdfc7a92
 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
+DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70

diff --git a/dev-python/stormpath/stormpath-2.3.1.ebuild 
b/dev-python/stormpath/stormpath-2.3.1.ebuild
new file mode 100644
index 000..8248d4f
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.3.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
+HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
+SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
+   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-04-24 Thread Alex Brandt
commit: 8ab0027f96e6102337ffd435d2955871b6fdb837
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:11:46 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:11:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab0027f

dev-python/wrapt: remove version 1.10.6

Package-Manager: portage-2.2.28

 dev-python/wrapt/Manifest|  1 -
 dev-python/wrapt/wrapt-1.10.6.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index a7f2649..8a22ee1 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,5 +1,4 @@
 DIST wrapt-1.10.5.tar.gz 119157 SHA256 
4fd82193b23f60e1a39f3e10c81143c1e29e26cd5fc9afe1a7dc0f5e4b4a67d7 SHA512 
450b32eea67774081d23c0e020ed7eea3c8ac458925a16cd606a4f95ee5b7631bda5ff00ceb914e9ccc28a5e0a7302534b6711bb23d637c77327a8a9d228cb55
 WHIRLPOOL 
7cfa9477f525e60f16a7b1689ba43b327192837bea34e96977442b9cd143a63fafdfa7d0b3895c93052b0e6f426e76fa439b155ee4e481dd5e922c529676691c
 DIST wrapt-1.10.6-r1.tar.gz 120259 SHA256 
b540e23753d3f7017ec0d38f16daf77f9e9cf170d5040abc3d87573ba20fc4f3 SHA512 
658c780971dddf444070b9d30a8ac7c08ee0088b8f4378bcc9c22126608e52b338dc00969b08828b0318070abcf0e875bc2b7c6228a71fbbca362033088b4314
 WHIRLPOOL 
7aed77677a1448d6b3795be7fb56989be98a691a7470096adf45002ca124a99b5cab3e42b319493b4c8300684e488a07cf96d1c5a01e9fc9f181f765a0542254
-DIST wrapt-1.10.6.tar.gz 25134 SHA256 
9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab SHA512 
d0c326fd401bc84656d69ec5da446b459f5596873a1ec01d616bebcc3d11237949eaafcfdf5de78e43f59927a0eaeee3da3f462975fa46fa22fd6c1593509e04
 WHIRLPOOL 
2d3c56d0a6e9e9af0a59708ce70190097da2459d80bdaa8d8f884a849905b44cdfb6bedb412ccd1e74be1e975492309a398e05d4b6c61a6852d3cd125230846a
 DIST wrapt-1.10.7.tar.gz 120316 SHA256 
50ad31f01761410b192ce054aebcb61c54dbd493446440214356635874ecafca SHA512 
ca694963860e22d6fe05fdd679f25c7d2fb01a3a635f9744dd2034c7468563f299442a3a60f4385e049b15f04bc86c7c0a6d0501bf274a87cdcd786fd46efeee
 WHIRLPOOL 
659226504f1711749dae0228a9de07bebd04d2c4dd4b8696095eb7e76c6e1a7e991ea5a08188d93abe14c8a7e9b69b0d4ea04945fcf8349dd1f397870e39cab1
 DIST wrapt-1.10.8.tar.gz 120359 SHA256 
096b47f44e3197934ccc335c53d2d21bf6ed9fd941b294726e26a1fd18fd4541 SHA512 
2a37584b3c3a33a2d39d5cbe9f7e61a50131db55ffd5be7902b5ee84c347d8ff4d6094e5639d2f854fab274b2517a0e47420da9f543f11cf92973acd6d15d42e
 WHIRLPOOL 
5f27b048b9f06c03c3e3acdd9c3a64308958585deb7e314c80158910cfc1eac154540a0e4a3c838718456d5ed38751d85f49645e634a7d2734cad916547a5bc7

diff --git a/dev-python/wrapt/wrapt-1.10.6.ebuild 
b/dev-python/wrapt/wrapt-1.10.6.ebuild
deleted file mode 100644
index f1e92f5..000
--- a/dev-python/wrapt/wrapt-1.10.6.ebuild
+++ /dev/null
@@ -1,50 +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_{3,4,5} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Module for decorators, wrappers and monkey patching"
-HOMEPAGE="https://github.com/GrahamDumpleton/wrapt;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND=""
-
-# https://github.com/GrahamDumpleton/wrapt/issues/58
-RESTRICT=test
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_compile() {
-   local WRAPT_EXTENSIONS=true
-
-   distutils-r1_python_compile
-}
-
-python_test() {
-   py.test -vv || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-24 Thread Alex Brandt
commit: 3a58ce987fecbf79396dcf0df5aafab3c52cab6c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:08:54 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:08:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a58ce98

dev-python/wrapt: add version 1.10.8

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index 7c39964..a7f2649 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -2,3 +2,4 @@ DIST wrapt-1.10.5.tar.gz 119157 SHA256 
4fd82193b23f60e1a39f3e10c81143c1e29e26cd5
 DIST wrapt-1.10.6-r1.tar.gz 120259 SHA256 
b540e23753d3f7017ec0d38f16daf77f9e9cf170d5040abc3d87573ba20fc4f3 SHA512 
658c780971dddf444070b9d30a8ac7c08ee0088b8f4378bcc9c22126608e52b338dc00969b08828b0318070abcf0e875bc2b7c6228a71fbbca362033088b4314
 WHIRLPOOL 
7aed77677a1448d6b3795be7fb56989be98a691a7470096adf45002ca124a99b5cab3e42b319493b4c8300684e488a07cf96d1c5a01e9fc9f181f765a0542254
 DIST wrapt-1.10.6.tar.gz 25134 SHA256 
9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab SHA512 
d0c326fd401bc84656d69ec5da446b459f5596873a1ec01d616bebcc3d11237949eaafcfdf5de78e43f59927a0eaeee3da3f462975fa46fa22fd6c1593509e04
 WHIRLPOOL 
2d3c56d0a6e9e9af0a59708ce70190097da2459d80bdaa8d8f884a849905b44cdfb6bedb412ccd1e74be1e975492309a398e05d4b6c61a6852d3cd125230846a
 DIST wrapt-1.10.7.tar.gz 120316 SHA256 
50ad31f01761410b192ce054aebcb61c54dbd493446440214356635874ecafca SHA512 
ca694963860e22d6fe05fdd679f25c7d2fb01a3a635f9744dd2034c7468563f299442a3a60f4385e049b15f04bc86c7c0a6d0501bf274a87cdcd786fd46efeee
 WHIRLPOOL 
659226504f1711749dae0228a9de07bebd04d2c4dd4b8696095eb7e76c6e1a7e991ea5a08188d93abe14c8a7e9b69b0d4ea04945fcf8349dd1f397870e39cab1
+DIST wrapt-1.10.8.tar.gz 120359 SHA256 
096b47f44e3197934ccc335c53d2d21bf6ed9fd941b294726e26a1fd18fd4541 SHA512 
2a37584b3c3a33a2d39d5cbe9f7e61a50131db55ffd5be7902b5ee84c347d8ff4d6094e5639d2f854fab274b2517a0e47420da9f543f11cf92973acd6d15d42e
 WHIRLPOOL 
5f27b048b9f06c03c3e3acdd9c3a64308958585deb7e314c80158910cfc1eac154540a0e4a3c838718456d5ed38751d85f49645e634a7d2734cad916547a5bc7

diff --git a/dev-python/wrapt/wrapt-1.10.8.ebuild 
b/dev-python/wrapt/wrapt-1.10.8.ebuild
new file mode 100644
index 000..22a84a3
--- /dev/null
+++ b/dev-python/wrapt/wrapt-1.10.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Module for decorators, wrappers and monkey patching"
+HOMEPAGE="https://github.com/GrahamDumpleton/wrapt;
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+
+DEPEND="
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_compile() {
+   local WRAPT_EXTENSIONS=true
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   py.test -vv || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-04-24 Thread Alex Brandt
commit: 4344f2a8f2a5db4d0c777cda443e9dd37bcfd68d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:05:40 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:05:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4344f2a8

dev-python/websocket-client: remove version 0.31.0

Package-Manager: portage-2.2.28

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client-0.31.0.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 3ff2a79..78561e2 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,5 +1,4 @@
 DIST websocket-client-0.21.0.tar.gz 190523 SHA256 
0e279c371df0bc1b3a890a31e90631e03c11ea596e00fd53524f03a5fb972d3d SHA512 
cd6ae58226890dd94e03d3d348a5ec83c1b7a5a0e8b353cf28db9b5a78131ecbc84755ba9925fe9c90a90388f03d6e9a535960a13c53536f6b4fe4effbbc736c
 WHIRLPOOL 
4732ad6e839e14f68a0a2070171f724a912f00d2d76003cb23a6253560a2aab51a34525e0cf98ebd7e045e326052b8aa4c7497d384e807f493f99a125e323dd0
-DIST websocket-client-0.31.0.tar.gz 192146 SHA256 
ddbba49fe9f185dec6a80a536831fa781e10e1d946eef20ebcccd75b943c6ea6 SHA512 
899fb3534f76f044b5f550282a05df7d58423b1108cc3134a7b1701c03c673c5e036435218a2931330e800b3060e287f7ad87133e54b0735db1c1581e219f222
 WHIRLPOOL 
d440db59c5f5290e81f614eb1d68d66843b3f06b7c4d7de45c61675143d26f8b507d89c8bd76923dac09f5a117c98ed8239a4acf9ee84a9e0955850c0afe5390
 DIST websocket-client-0.32.0.tar.gz 192180 SHA256 
cb3ab95617ed2098d24723e3ad04ed06c4fde661400b96daa1859af965bfe040 SHA512 
648b5ea6bbf5b402004d0dcaa3d5242580efb7803a6cbadc20448fcdedb0097508d747c6ba67d4df9e289f3917ad6e09698b0fbf1330e073e14d369cfdb98bd3
 WHIRLPOOL 
b24791a7c3eb2994f60c5743eb858dd0b02a0c3ea36a70b1c4a0434276a19a4a73893fcf1aac6cc05ea489469cdc6a9d4d4cd1be4e906817046b711e5c3d083e
 DIST websocket-client-0.34.0.tar.gz 193141 SHA256 
682a6241ca953499f06ca506f69aa3ea26f0ed2a41fe7982732cb8449ae92ddf SHA512 
db0d87d842884a326ceee1fb089012bb49476077977e3a3a7972f52acc9770431f14d6dcab8b15942230c65c9020336785bed3bf360b0ddc3dc40348fafb18d6
 WHIRLPOOL 
e2851eab4c53c73f229692a9981229a20b9f4e66969cd6edcbed3bd557dde0b70365e543222308ee6f226e991404de23a3be7cc0d668dd18c0ebc75d8cebc6fc
 DIST websocket-client-0.35.0.tar.gz 193509 SHA256 
5ac3ead091be17b680a0dda926aef1a697a2b6cf1e9ac0fbe4bffb14914c2116 SHA512 
d2bfb27f1908882621db21badc9f665ed7b0c0164f47c29014fc87ae7aa52b81160c11b26dd8abd97ced5a3429a917034b1a94dfd8ecfa91637dec9d2857475a
 WHIRLPOOL 
2d55f1dc51d94cab0724f2c48b2aed1862e00c60c5f54b369d41725bbc6ecfe45aee98f7a16338ff76950b11fc19ef477d0c1d5a98dbd0bba468720ce0e5849f

diff --git a/dev-python/websocket-client/websocket-client-0.31.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.31.0.ebuild
deleted file mode 100644
index de7e120..000
--- a/dev-python/websocket-client/websocket-client-0.31.0.ebuild
+++ /dev/null
@@ -1,36 +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_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python. hybi13 is supported"
-HOMEPAGE="https://github.com/liris/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-24 Thread Alex Brandt
commit: fb38b143d0872d1455498944e01e3dfead6d7858
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:02:27 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:02:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb38b143

dev-python/websocket-client: add version 0.37.0

Package-Manager: portage-2.2.28

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.37.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index b4a4584..3ff2a79 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -3,3 +3,4 @@ DIST websocket-client-0.31.0.tar.gz 192146 SHA256 
ddbba49fe9f185dec6a80a536831fa
 DIST websocket-client-0.32.0.tar.gz 192180 SHA256 
cb3ab95617ed2098d24723e3ad04ed06c4fde661400b96daa1859af965bfe040 SHA512 
648b5ea6bbf5b402004d0dcaa3d5242580efb7803a6cbadc20448fcdedb0097508d747c6ba67d4df9e289f3917ad6e09698b0fbf1330e073e14d369cfdb98bd3
 WHIRLPOOL 
b24791a7c3eb2994f60c5743eb858dd0b02a0c3ea36a70b1c4a0434276a19a4a73893fcf1aac6cc05ea489469cdc6a9d4d4cd1be4e906817046b711e5c3d083e
 DIST websocket-client-0.34.0.tar.gz 193141 SHA256 
682a6241ca953499f06ca506f69aa3ea26f0ed2a41fe7982732cb8449ae92ddf SHA512 
db0d87d842884a326ceee1fb089012bb49476077977e3a3a7972f52acc9770431f14d6dcab8b15942230c65c9020336785bed3bf360b0ddc3dc40348fafb18d6
 WHIRLPOOL 
e2851eab4c53c73f229692a9981229a20b9f4e66969cd6edcbed3bd557dde0b70365e543222308ee6f226e991404de23a3be7cc0d668dd18c0ebc75d8cebc6fc
 DIST websocket-client-0.35.0.tar.gz 193509 SHA256 
5ac3ead091be17b680a0dda926aef1a697a2b6cf1e9ac0fbe4bffb14914c2116 SHA512 
d2bfb27f1908882621db21badc9f665ed7b0c0164f47c29014fc87ae7aa52b81160c11b26dd8abd97ced5a3429a917034b1a94dfd8ecfa91637dec9d2857475a
 WHIRLPOOL 
2d55f1dc51d94cab0724f2c48b2aed1862e00c60c5f54b369d41725bbc6ecfe45aee98f7a16338ff76950b11fc19ef477d0c1d5a98dbd0bba468720ce0e5849f
+DIST websocket-client-0.37.0.tar.gz 194246 SHA256 
678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41 SHA512 
b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7
 WHIRLPOOL 
71b370849f92ef2bb022a05de308cfba1273bd34a564363ce5167f1f21c422879dcaa1f896efaf2c9b17d33867311cb2bf7ac619acf7142a8c8eaedf443f84fe

diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
new file mode 100644
index 000..0078df1
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/liris/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
+"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}



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

2016-04-24 Thread Alex Brandt
commit: e3cc80673cef0655d903426c8d8248dfc0e40fb0
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 24 15:06:11 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 24 15:06:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cc8067

dev-python/websocket-client: remove version 0.32.0

Package-Manager: portage-2.2.28

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client-0.32.0.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 78561e2..c9c35cd2 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,5 +1,4 @@
 DIST websocket-client-0.21.0.tar.gz 190523 SHA256 
0e279c371df0bc1b3a890a31e90631e03c11ea596e00fd53524f03a5fb972d3d SHA512 
cd6ae58226890dd94e03d3d348a5ec83c1b7a5a0e8b353cf28db9b5a78131ecbc84755ba9925fe9c90a90388f03d6e9a535960a13c53536f6b4fe4effbbc736c
 WHIRLPOOL 
4732ad6e839e14f68a0a2070171f724a912f00d2d76003cb23a6253560a2aab51a34525e0cf98ebd7e045e326052b8aa4c7497d384e807f493f99a125e323dd0
-DIST websocket-client-0.32.0.tar.gz 192180 SHA256 
cb3ab95617ed2098d24723e3ad04ed06c4fde661400b96daa1859af965bfe040 SHA512 
648b5ea6bbf5b402004d0dcaa3d5242580efb7803a6cbadc20448fcdedb0097508d747c6ba67d4df9e289f3917ad6e09698b0fbf1330e073e14d369cfdb98bd3
 WHIRLPOOL 
b24791a7c3eb2994f60c5743eb858dd0b02a0c3ea36a70b1c4a0434276a19a4a73893fcf1aac6cc05ea489469cdc6a9d4d4cd1be4e906817046b711e5c3d083e
 DIST websocket-client-0.34.0.tar.gz 193141 SHA256 
682a6241ca953499f06ca506f69aa3ea26f0ed2a41fe7982732cb8449ae92ddf SHA512 
db0d87d842884a326ceee1fb089012bb49476077977e3a3a7972f52acc9770431f14d6dcab8b15942230c65c9020336785bed3bf360b0ddc3dc40348fafb18d6
 WHIRLPOOL 
e2851eab4c53c73f229692a9981229a20b9f4e66969cd6edcbed3bd557dde0b70365e543222308ee6f226e991404de23a3be7cc0d668dd18c0ebc75d8cebc6fc
 DIST websocket-client-0.35.0.tar.gz 193509 SHA256 
5ac3ead091be17b680a0dda926aef1a697a2b6cf1e9ac0fbe4bffb14914c2116 SHA512 
d2bfb27f1908882621db21badc9f665ed7b0c0164f47c29014fc87ae7aa52b81160c11b26dd8abd97ced5a3429a917034b1a94dfd8ecfa91637dec9d2857475a
 WHIRLPOOL 
2d55f1dc51d94cab0724f2c48b2aed1862e00c60c5f54b369d41725bbc6ecfe45aee98f7a16338ff76950b11fc19ef477d0c1d5a98dbd0bba468720ce0e5849f
 DIST websocket-client-0.37.0.tar.gz 194246 SHA256 
678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41 SHA512 
b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7
 WHIRLPOOL 
71b370849f92ef2bb022a05de308cfba1273bd34a564363ce5167f1f21c422879dcaa1f896efaf2c9b17d33867311cb2bf7ac619acf7142a8c8eaedf443f84fe

diff --git a/dev-python/websocket-client/websocket-client-0.32.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.32.0.ebuild
deleted file mode 100644
index de7e120..000
--- a/dev-python/websocket-client/websocket-client-0.32.0.ebuild
+++ /dev/null
@@ -1,36 +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_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python. hybi13 is supported"
-HOMEPAGE="https://github.com/liris/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/

2016-04-23 Thread Alex Brandt
commit: ca0477946fd6540698285f90541a09e63040ed44
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Apr 23 15:23:05 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Apr 23 15:23:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca047794

last-rites dev-python/py2-ipaddress

Signed-off-by: Alex Brandt  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 03635c4..179108d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Alex Brandt <alund...@gentoo.org> (23 Apr 2016)
+# Contains collisions with dev-python/ipaddress.  See #580388 for more details.
+# Masked for removal in 30 days.
+dev-python/py2-ipaddress
+
 # Michael Palimaka <kensing...@gentoo.org> (21 Apr 2016)
 # Requires package no longer in the tree to be useful. Unmaintained.
 # Dead upstream. Masked for removal in 30 days.



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

2016-04-23 Thread Alex Brandt
commit: e5d95a206bc74620bb43b47bdc072ea771b07d71
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Apr 23 15:13:25 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Apr 23 15:13:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d95a20

dev-python/docker-py: add version 1.8.0-r1

Due to bug #580388, I've removed python2_7 support from docker-py.  This
shouldn't be a problem.  This removes the conflict due to py2-ipaddress and
makes the question of which package to keep moot.  With py2-ipaddress no longer
required by anything in the tree I will be running it through the last-rites
process.

Package-Manager: portage-2.2.28

 dev-python/docker-py/docker-py-1.8.0-r1.ebuild | 48 ++
 1 file changed, 48 insertions(+)

diff --git a/dev-python/docker-py/docker-py-1.8.0-r1.ebuild 
b/dev-python/docker-py/docker-py-1.8.0-r1.ebuild
new file mode 100644
index 000..4f2348c
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.8.0-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



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

2016-04-23 Thread Alex Brandt
commit: 8ff01f78c0fe45cd18dcf9e429be29348589e0c9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Apr 23 15:14:42 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Apr 23 15:14:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff01f78

dev-python/docker-py: remove version 1.8.0

Again, due to bug #580388, I am removing this version of docker-py to finish the
solution of py2-ipaddress causing collisions.

Package-Manager: portage-2.2.28

 dev-python/docker-py/docker-py-1.8.0.ebuild | 49 -
 1 file changed, 49 deletions(-)

diff --git a/dev-python/docker-py/docker-py-1.8.0.ebuild 
b/dev-python/docker-py/docker-py-1.8.0.ebuild
deleted file mode 100644
index db7ba70..000
--- a/dev-python/docker-py/docker-py-1.8.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'>=dev-python/py2-ipaddress-3.4.1[${PYTHON_USEDEP}]' 'python2_7')
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( mkdocs_site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-17 Thread Alex Brandt
commit: cd09332db2c3a82f2723ea01cf0f6d18fa1dd1dc
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 17 17:40:50 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 17 17:47:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd09332d

dev-python/docker-py: add version 1.8.0

Package-Manager: portage-2.2.28

 dev-python/docker-py/docker-py-1.8.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/docker-py/docker-py-1.8.0.ebuild 
b/dev-python/docker-py/docker-py-1.8.0.ebuild
index 155e961..db7ba70 100644
--- a/dev-python/docker-py/docker-py-1.8.0.ebuild
+++ b/dev-python/docker-py/docker-py-1.8.0.ebuild
@@ -7,11 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 vcs-snapshot
 
-MY_PV=${PV//_/-}
-
 DESCRIPTION="Python client for Docker"
 HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -31,6 +29,7 @@ RDEPEND="
>=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/py2-ipaddress-3.4.1[${PYTHON_USEDEP}]' 'python2_7')
 "
 
 python_compile_all() {



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

2016-04-17 Thread Alex Brandt
commit: cf01a4c755ef986eafd45a7d7e2797866f77470a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 17 17:46:15 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 17 17:47:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01a4c7

dev-python/docker-py: remove version 1.7.2

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.7.2.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 80e5828..d3438e3 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
-DIST docker-py-1.7.2.tar.gz 96062 SHA256 
695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 SHA512 
1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f
 WHIRLPOOL 
ae0246ec188218d1b5b9e6337c484eafc59b2ce36dc5be61b6e54d281d84c02c00fd6c62527fb1dfa2fd646b778efcee014261211687548a229724e18dadc40b
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.0_rc5.tar.gz 102470 SHA256 
0cf741f17233c8aa494c61b053d032d8d296fbc3f11586b1e5efad31fdb46de1 SHA512 
1490b913fdac35e226d72f8e926405fde50a249189ccdfe35ae7e5f805fbcb5dee9722666b7d7b3fd23481508f9bfead9a1e231abe49a997c2db370568e8b40f
 WHIRLPOOL 
2a48da6d79a8df59b0cd94a69844bc3d5a048285232faf6f2e118a52bb1bfddaa74b69334fcdb204b7d0be862dfe07ef63c3fb61a4b4fa8e18aba5c8c3be1910

diff --git a/dev-python/docker-py/docker-py-1.7.2.ebuild 
b/dev-python/docker-py/docker-py-1.7.2.ebuild
deleted file mode 100644
index 6939399..000
--- a/dev-python/docker-py/docker-py-1.7.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( mkdocs_site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-17 Thread Alex Brandt
commit: 6b29c7d01b79b2f5bdd36e5afcd37b6831e8c976
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 17 17:37:28 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 17 17:37:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b29c7d0

dev-python/py2-ipaddress: add version 3.4.1

Package-Manager: portage-2.2.28

 dev-python/py2-ipaddress/Manifest   |  1 +
 dev-python/py2-ipaddress/metadata.xml   | 10 ++
 dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild | 20 
 3 files changed, 31 insertions(+)

diff --git a/dev-python/py2-ipaddress/Manifest 
b/dev-python/py2-ipaddress/Manifest
new file mode 100644
index 000..5c102c3
--- /dev/null
+++ b/dev-python/py2-ipaddress/Manifest
@@ -0,0 +1 @@
+DIST py2-ipaddress-3.4.1.tar.gz 17880 SHA256 
6d7bf02ac2590764691bf50ac213e966bc885ed37c02606513dcac484190564b SHA512 
b57df7362d9d03b7e2d7e713ca005b25f8bd70959d4a500ae4ca33cb4be7203911adae4b539ba19268e0cf906175e98cacbceefa2ed6bdca688be9de3a3106d5
 WHIRLPOOL 
770fea377ef191d04461e842d436efb9c420a4efc23858a7ce77edacd923720c6a6093b681d75c817b29d5067919be64b993ee80ac9f3a658875d738bc8802ff

diff --git a/dev-python/py2-ipaddress/metadata.xml 
b/dev-python/py2-ipaddress/metadata.xml
new file mode 100644
index 000..9b3c6f8
--- /dev/null
+++ b/dev-python/py2-ipaddress/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
+

diff --git a/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild 
b/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild
new file mode 100644
index 000..594fada
--- /dev/null
+++ b/dev-python/py2-ipaddress/py2-ipaddress-3.4.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python 2.6 backport of 3.4's ipaddress module"
+HOMEPAGE="https://bitbucket.org/kwi/py2-ipaddress/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2016-04-17 Thread Alex Brandt
commit: 4ea045cbb3a78f6f86e351fd1ea6db19c3f4a6d4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 17 17:26:44 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 17 17:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea045cb

dev-python/botocore: add version 1.4.10

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.10.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index faa0505..715c264 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
+DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
 DIST botocore-1.4.7.tar.gz 2422444 SHA256 
0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 
7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae
 WHIRLPOOL 
1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7
 DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.10.ebuild 
b/dev-python/botocore/botocore-1.4.10.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.10.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-04-17 Thread Alex Brandt
commit: 1dbec03b4e42855cf2c7b55162169973521e3a61
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 17 17:33:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 17 17:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbec03b

dev-python/botocore: remove version 1.4.7

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest  |  1 -
 dev-python/botocore/botocore-1.4.7.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 715c264..b294007 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
 DIST botocore-1.4.10.tar.gz 2453883 SHA256 
f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b SHA512 
51009ad6abc1f413e9dbeea52207c96df7d1647a6da8f0139e7557e36a3ad0fa440d32f430f5d7f690f0ec70b9c114ac1544c6fcddc8080acf5f2fa14bc5d1db
 WHIRLPOOL 
c9bc19adae6f7c4eceb33e448e717f41639fbc9126a07c6f511ccf958ace98fcbea54f02e928b4435fc3abfdd8b4da745b05227fd7397de89448e411e32b
-DIST botocore-1.4.7.tar.gz 2422444 SHA256 
0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 
7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae
 WHIRLPOOL 
1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7
 DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.7.ebuild 
b/dev-python/botocore/botocore-1.4.7.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-04-10 Thread Alex Brandt
commit: a6195c60784242ded4999a854425fd235fdb3d6d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:47:21 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6195c60

dev-python/typing: add version 3.5.0.1

Package-Manager: portage-2.2.28

 dev-python/typing/Manifest  |  1 +
 dev-python/typing/metadata.xml  | 10 ++
 dev-python/typing/typing-3.5.0.1.ebuild | 24 
 3 files changed, 35 insertions(+)

diff --git a/dev-python/typing/Manifest b/dev-python/typing/Manifest
new file mode 100644
index 000..76926ba
--- /dev/null
+++ b/dev-python/typing/Manifest
@@ -0,0 +1 @@
+DIST typing-3.5.0.1.tar.gz 44955 SHA256 
b247d3ffe4228bebf319cc6670535eca472ad65a96d681c41cd67b90a686d942 SHA512 
abd638f243b40bcb002fa94cfe64df29a454a3874edc629ab43e79b10149a18a29d8200ce0574bf1e920461e58f4736905f04d231c3cf045bb6a91ad12d4c53e
 WHIRLPOOL 
8d7f3fc04d3aec17a492f3c405fa6edd55be8431c266a8a3de5a31d61711835a0eaf11b3cbda9089165d69476e948d810bb233acac199ea9350579c315b96037

diff --git a/dev-python/typing/metadata.xml b/dev-python/typing/metadata.xml
new file mode 100644
index 000..9b3c6f8
--- /dev/null
+++ b/dev-python/typing/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
+

diff --git a/dev-python/typing/typing-3.5.0.1.ebuild 
b/dev-python/typing/typing-3.5.0.1.ebuild
new file mode 100644
index 000..2850d78
--- /dev/null
+++ b/dev-python/typing/typing-3.5.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Type Hints for Python"
+HOMEPAGE="https://docs.python.org/3.5/library/typing.html;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+python_test() {
+   "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
+}



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

2016-04-10 Thread Alex Brandt
commit: 0c1014fb41b97233a5254a17b076d78039100b04
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:12:43 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:12:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1014fb

dev-python/docker-py: remove version 1.7.0

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.7.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 3207a0a..1d87c4d 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
-DIST docker-py-1.7.0.tar.gz 95003 SHA256 
13193dff1e29e0f3bfa8a51751a08eac8d56b3b7d14c4c2c9b7a56647303166b SHA512 
98296c2bcc567caae6178599470999ee97b6e9648096a09790912e92191b88b2affaec5fb8dbe3b9070015ddb198fe8b9c3210d1a450ce91e620793d19da7b0c
 WHIRLPOOL 
483f85e598d601346e933645819c78639adff1f1c2d0d65e7f22c71412d85442c74e1690b8457a372b4ab2dc0d1c56e4a30b44edc67bb150a16f2bb95aae1462
 DIST docker-py-1.7.2.tar.gz 96062 SHA256 
695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 SHA512 
1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f
 WHIRLPOOL 
ae0246ec188218d1b5b9e6337c484eafc59b2ce36dc5be61b6e54d281d84c02c00fd6c62527fb1dfa2fd646b778efcee014261211687548a229724e18dadc40b
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.0_rc5.tar.gz 102470 SHA256 
0cf741f17233c8aa494c61b053d032d8d296fbc3f11586b1e5efad31fdb46de1 SHA512 
1490b913fdac35e226d72f8e926405fde50a249189ccdfe35ae7e5f805fbcb5dee9722666b7d7b3fd23481508f9bfead9a1e231abe49a997c2db370568e8b40f
 WHIRLPOOL 
2a48da6d79a8df59b0cd94a69844bc3d5a048285232faf6f2e118a52bb1bfddaa74b69334fcdb204b7d0be862dfe07ef63c3fb61a4b4fa8e18aba5c8c3be1910

diff --git a/dev-python/docker-py/docker-py-1.7.0.ebuild 
b/dev-python/docker-py/docker-py-1.7.0.ebuild
deleted file mode 100644
index bb34232..000
--- a/dev-python/docker-py/docker-py-1.7.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 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 vcs-snapshot
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test -vv tests/unit || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-10 Thread Alex Brandt
commit: a7f56dac7d0e901a6af19e87ac323ebdacc79a21
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:10:15 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:10:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f56dac

dev-python/docker-py: add version 1.8.0_rc5

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-1.8.0_rc5.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index c64d3b4..3207a0a 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -2,3 +2,4 @@ DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a
 DIST docker-py-1.7.0.tar.gz 95003 SHA256 
13193dff1e29e0f3bfa8a51751a08eac8d56b3b7d14c4c2c9b7a56647303166b SHA512 
98296c2bcc567caae6178599470999ee97b6e9648096a09790912e92191b88b2affaec5fb8dbe3b9070015ddb198fe8b9c3210d1a450ce91e620793d19da7b0c
 WHIRLPOOL 
483f85e598d601346e933645819c78639adff1f1c2d0d65e7f22c71412d85442c74e1690b8457a372b4ab2dc0d1c56e4a30b44edc67bb150a16f2bb95aae1462
 DIST docker-py-1.7.2.tar.gz 96062 SHA256 
695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 SHA512 
1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f
 WHIRLPOOL 
ae0246ec188218d1b5b9e6337c484eafc59b2ce36dc5be61b6e54d281d84c02c00fd6c62527fb1dfa2fd646b778efcee014261211687548a229724e18dadc40b
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
+DIST docker-py-1.8.0_rc5.tar.gz 102470 SHA256 
0cf741f17233c8aa494c61b053d032d8d296fbc3f11586b1e5efad31fdb46de1 SHA512 
1490b913fdac35e226d72f8e926405fde50a249189ccdfe35ae7e5f805fbcb5dee9722666b7d7b3fd23481508f9bfead9a1e231abe49a997c2db370568e8b40f
 WHIRLPOOL 
2a48da6d79a8df59b0cd94a69844bc3d5a048285232faf6f2e118a52bb1bfddaa74b69334fcdb204b7d0be862dfe07ef63c3fb61a4b4fa8e18aba5c8c3be1910

diff --git a/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild 
b/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild
new file mode 100644
index 000..155e961
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.8.0_rc5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/-}
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



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

2016-04-10 Thread Alex Brandt
commit: 5429d698791b48466e92dba0944f5e08cab540cf
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:05:01 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:08:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5429d698

dev-python/radon: add version 1.3.2

Package-Manager: portage-2.2.28

 dev-python/radon/Manifest   |  1 +
 dev-python/radon/radon-1.3.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index 6be972d..fb07d57 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,3 +1,4 @@
 DIST radon-1.2.1.tar.gz 1633366 SHA256 
bacc94a4a5c1a3e9410944e8e4e0f0aaf7dcf066c9b35bd92ac8eba5d47429fa SHA512 
5676695344b7cf574abd9079ee3856debdf3ac4bda4a1c52e00406e2bbb71ad74f320f43638887e30db073fd623070a97fc44c031eec13588e953b33b549e2bf
 WHIRLPOOL 
2ab535d0fe0b56b538dbe389b68e522468611f25c797c69343f4da700ae6129dc725051998238f0f136c45382f29887cdccc899aeaab000796f22a9962d40505
 DIST radon-1.2.2.tar.gz 3468244 SHA256 
3cab798af062632ad275092c537e409f8948c19034e98d3ab243ce455b4eee9d SHA512 
2bd424ca81fd55d1bf444e7b2a228bd11ee23a7f77cad488fa45e8ce888282373f1729f7f00ca2f19838e10bbc1dabb1602f5bbac396702b52309a60671ef0a7
 WHIRLPOOL 
46e549bd9d29cd7d54a4e9746ea67f541919fdb90769f1cb3b70b51420b85bacac024b6bc0c16f25f4257652f76d750892bf2eefb146ea0ae76ef7718de11781
 DIST radon-1.3.1.tar.gz 3472429 SHA256 
292afbb0e4e489d0b52ea6ce6e34008f2c62e359969d9ef5967ffbd18ae210ba SHA512 
21088696f29479ae188064ee3864ae8fdee3687b322f2b60ea8deeafca93e582b37b739e2251da6cd47c18a67fbb527acb6293233652dc8993224ba7cc471d8c
 WHIRLPOOL 
32806fd18bfd5f26148cc78f412179c4f5395d4af1548a61851b957d89eddaef466fff220231fbb17c3f41e0be15cb4a3d9196af67811edadf2b0b67e0f28ee6
+DIST radon-1.3.2.tar.gz 3454351 SHA256 
2f8f70f9d445ddf9327c750a36ecd0231ced8bc80271333a980368ec282ab69d SHA512 
60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
 WHIRLPOOL 
4aba7ab2a831ed693349f42b9371c1af9f3192e7f93f6e660d19d1d9b9fd0f5c4d91ef54be53a1d333d4b65a0d91586de10050117162ac090d18477e7dd8a8c7

diff --git a/dev-python/radon/radon-1.3.2.ebuild 
b/dev-python/radon/radon-1.3.2.ebuild
new file mode 100644
index 000..64950fc
--- /dev/null
+++ b/dev-python/radon/radon-1.3.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Code Metrics in Python"
+HOMEPAGE="https://radon.readthedocs.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RCDEPEND="
+   >=dev-python/colorama-0.3[${PYTHON_USEDEP}]
+   =dev-python/mando-0.3[${PYTHON_USEDEP}]
+   

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

2016-04-10 Thread Alex Brandt
commit: a11d3299bbd3911a14b67efc38edc3a1c93834ee
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:07:16 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:08:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11d3299

dev-python/radon: remove version 1.2.1

Package-Manager: portage-2.2.28

 dev-python/radon/Manifest   |  1 -
 dev-python/radon/radon-1.2.1.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index fb07d57..d503c1b 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,4 +1,3 @@
-DIST radon-1.2.1.tar.gz 1633366 SHA256 
bacc94a4a5c1a3e9410944e8e4e0f0aaf7dcf066c9b35bd92ac8eba5d47429fa SHA512 
5676695344b7cf574abd9079ee3856debdf3ac4bda4a1c52e00406e2bbb71ad74f320f43638887e30db073fd623070a97fc44c031eec13588e953b33b549e2bf
 WHIRLPOOL 
2ab535d0fe0b56b538dbe389b68e522468611f25c797c69343f4da700ae6129dc725051998238f0f136c45382f29887cdccc899aeaab000796f22a9962d40505
 DIST radon-1.2.2.tar.gz 3468244 SHA256 
3cab798af062632ad275092c537e409f8948c19034e98d3ab243ce455b4eee9d SHA512 
2bd424ca81fd55d1bf444e7b2a228bd11ee23a7f77cad488fa45e8ce888282373f1729f7f00ca2f19838e10bbc1dabb1602f5bbac396702b52309a60671ef0a7
 WHIRLPOOL 
46e549bd9d29cd7d54a4e9746ea67f541919fdb90769f1cb3b70b51420b85bacac024b6bc0c16f25f4257652f76d750892bf2eefb146ea0ae76ef7718de11781
 DIST radon-1.3.1.tar.gz 3472429 SHA256 
292afbb0e4e489d0b52ea6ce6e34008f2c62e359969d9ef5967ffbd18ae210ba SHA512 
21088696f29479ae188064ee3864ae8fdee3687b322f2b60ea8deeafca93e582b37b739e2251da6cd47c18a67fbb527acb6293233652dc8993224ba7cc471d8c
 WHIRLPOOL 
32806fd18bfd5f26148cc78f412179c4f5395d4af1548a61851b957d89eddaef466fff220231fbb17c3f41e0be15cb4a3d9196af67811edadf2b0b67e0f28ee6
 DIST radon-1.3.2.tar.gz 3454351 SHA256 
2f8f70f9d445ddf9327c750a36ecd0231ced8bc80271333a980368ec282ab69d SHA512 
60857e82742c2d1ecb2ddf9a1ffdd23066ca5ad4939ee7afe07b0309385000fb7ba8d69ae58b00174f0ec2f758ed40ccf0677e56e2904fa6d5220a4bb6d31e21
 WHIRLPOOL 
4aba7ab2a831ed693349f42b9371c1af9f3192e7f93f6e660d19d1d9b9fd0f5c4d91ef54be53a1d333d4b65a0d91586de10050117162ac090d18477e7dd8a8c7

diff --git a/dev-python/radon/radon-1.2.1.ebuild 
b/dev-python/radon/radon-1.2.1.ebuild
deleted file mode 100644
index 6eaa063..000
--- a/dev-python/radon/radon-1.2.1.ebuild
+++ /dev/null
@@ -1,51 +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_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Code Metrics in Python"
-HOMEPAGE="https://radon.readthedocs.org/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RCDEPEND="
-   dev-python/mando[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ${CDEPEND}
-   test? (
-   ${RCDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/paramunittest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   ${RCDEPEND}
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   "${PYTHON}" radon/tests/run.py || die "tests failed to run under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-04-10 Thread Alex Brandt
commit: 88b20a80d3a3e7861b1fa7238418d5ce37203df9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 21:57:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 21:57:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b20a80

dev-python/botocore: add version 1.4.8

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest  |  1 +
 dev-python/botocore/botocore-1.4.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6ad2b93..af32759 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
 DIST botocore-1.4.5.tar.gz 2415867 SHA256 
d83d6623d9eba2d2e2474c35b6180809d3f4c36321006a49a8d1dd6f652a93c3 SHA512 
275d9a44128137e387955a374af53227262c3faa6327bd93f58c7884666a05b44b90a9e8a06bdcfacd656a30a3694d337a09fc22ea623d7519a6f15ff047f705
 WHIRLPOOL 
3ad0898b872bd0f99293e36be3e514da608c480eb068d9e098fa76ff68897088865249d143b82df021c71b00a63305bf017703cedd52a2665864487d6c2d
 DIST botocore-1.4.7.tar.gz 2422444 SHA256 
0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 
7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae
 WHIRLPOOL 
1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7
+DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.8.ebuild 
b/dev-python/botocore/botocore-1.4.8.ebuild
new file mode 100644
index 000..f3ea5ec
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-04-10 Thread Alex Brandt
commit: 6c78bfdf2d894d85ee951a2922d54ceb15668a72
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 22:01:15 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 22:01:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c78bfdf

dev-python/botocore: remove version 1.4.5

Package-Manager: portage-2.2.28

 dev-python/botocore/Manifest  |  1 -
 dev-python/botocore/botocore-1.4.5.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index af32759..faa0505 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.5.tar.gz 2415867 SHA256 
d83d6623d9eba2d2e2474c35b6180809d3f4c36321006a49a8d1dd6f652a93c3 SHA512 
275d9a44128137e387955a374af53227262c3faa6327bd93f58c7884666a05b44b90a9e8a06bdcfacd656a30a3694d337a09fc22ea623d7519a6f15ff047f705
 WHIRLPOOL 
3ad0898b872bd0f99293e36be3e514da608c480eb068d9e098fa76ff68897088865249d143b82df021c71b00a63305bf017703cedd52a2665864487d6c2d
 DIST botocore-1.4.7.tar.gz 2422444 SHA256 
0c39162434ef65f16eb0ee1e1ef1e809cc2927b0ed89f437e1609834868aa469 SHA512 
7c280064fdfcc74a29cd39bc48279453893350430c65a355a247d1fac6bf8fd36a377144ac0232e081f4a14120348a61d57cd1dc7cd114658fd4742d4ecedfae
 WHIRLPOOL 
1a0753e37047958208655476684ade71d280bad9f473c04c714cd78f08f0fca0e3e8a3599fb59c0c2d6d58c22a4690799e3548789010590856fc31d5d45c15e7
 DIST botocore-1.4.8.tar.gz 2445498 SHA256 
47bcd9bdcde8661f79a031da68f21bd86cc5ecf07cec5cd1de0af114911d1806 SHA512 
80d87b70eb2d70ace91e95746cb9e15f4435e12d141769764a7f82fbb03a1ce2c85266cee93499ee26f343bfcc700dfde7e6e5ec3af9b8ab0a99a8cb9997d61c
 WHIRLPOOL 
7b39ad4e451fcd4ed2b58da709474983be9305c4e4b15ca42ea1c46aa5f4874edc7472cb5b6935dec6d356b3e693658168940f82645ff95396264eec72e904ac

diff --git a/dev-python/botocore/botocore-1.4.5.ebuild 
b/dev-python/botocore/botocore-1.4.5.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

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

2016-04-10 Thread Alex Brandt
commit: db9f83869f2cb86cf6d6b644742255f0657e5623
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr 10 21:51:21 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr 10 21:54:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9f8386

dev-python/wrapt: add version 1.10.7

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index 3dffc8a..7c39964 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,3 +1,4 @@
 DIST wrapt-1.10.5.tar.gz 119157 SHA256 
4fd82193b23f60e1a39f3e10c81143c1e29e26cd5fc9afe1a7dc0f5e4b4a67d7 SHA512 
450b32eea67774081d23c0e020ed7eea3c8ac458925a16cd606a4f95ee5b7631bda5ff00ceb914e9ccc28a5e0a7302534b6711bb23d637c77327a8a9d228cb55
 WHIRLPOOL 
7cfa9477f525e60f16a7b1689ba43b327192837bea34e96977442b9cd143a63fafdfa7d0b3895c93052b0e6f426e76fa439b155ee4e481dd5e922c529676691c
 DIST wrapt-1.10.6-r1.tar.gz 120259 SHA256 
b540e23753d3f7017ec0d38f16daf77f9e9cf170d5040abc3d87573ba20fc4f3 SHA512 
658c780971dddf444070b9d30a8ac7c08ee0088b8f4378bcc9c22126608e52b338dc00969b08828b0318070abcf0e875bc2b7c6228a71fbbca362033088b4314
 WHIRLPOOL 
7aed77677a1448d6b3795be7fb56989be98a691a7470096adf45002ca124a99b5cab3e42b319493b4c8300684e488a07cf96d1c5a01e9fc9f181f765a0542254
 DIST wrapt-1.10.6.tar.gz 25134 SHA256 
9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab SHA512 
d0c326fd401bc84656d69ec5da446b459f5596873a1ec01d616bebcc3d11237949eaafcfdf5de78e43f59927a0eaeee3da3f462975fa46fa22fd6c1593509e04
 WHIRLPOOL 
2d3c56d0a6e9e9af0a59708ce70190097da2459d80bdaa8d8f884a849905b44cdfb6bedb412ccd1e74be1e975492309a398e05d4b6c61a6852d3cd125230846a
+DIST wrapt-1.10.7.tar.gz 120316 SHA256 
50ad31f01761410b192ce054aebcb61c54dbd493446440214356635874ecafca SHA512 
ca694963860e22d6fe05fdd679f25c7d2fb01a3a635f9744dd2034c7468563f299442a3a60f4385e049b15f04bc86c7c0a6d0501bf274a87cdcd786fd46efeee
 WHIRLPOOL 
659226504f1711749dae0228a9de07bebd04d2c4dd4b8696095eb7e76c6e1a7e991ea5a08188d93abe14c8a7e9b69b0d4ea04945fcf8349dd1f397870e39cab1

diff --git a/dev-python/wrapt/wrapt-1.10.7.ebuild 
b/dev-python/wrapt/wrapt-1.10.7.ebuild
new file mode 100644
index 000..22a84a3
--- /dev/null
+++ b/dev-python/wrapt/wrapt-1.10.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Module for decorators, wrappers and monkey patching"
+HOMEPAGE="https://github.com/GrahamDumpleton/wrapt;
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+
+DEPEND="
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_compile() {
+   local WRAPT_EXTENSIONS=true
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   py.test -vv || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-lib-common/

2016-04-03 Thread Alex Brandt
commit: 87a0c10787a81d36c8a6facf1c38311db63529c4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:12:48 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a0c107

app-backup/holland-lib-common: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-lib-common/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-lib-common/metadata.xml 
b/app-backup/holland-lib-common/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-lib-common/metadata.xml
+++ b/app-backup/holland-lib-common/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-pgdump/

2016-04-03 Thread Alex Brandt
commit: 58dadcd1fcd000ac5453f4e36aa77d5c2324ce27
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:11:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dadcd1

app-backup/holland-backup-pgdump: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-pgdump/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-pgdump/metadata.xml 
b/app-backup/holland-backup-pgdump/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-pgdump/metadata.xml
+++ b/app-backup/holland-backup-pgdump/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-lib-mysql/

2016-04-03 Thread Alex Brandt
commit: 6bcbb16573e134e20429979ddf252a3e82fb45a7
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:13:52 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcbb165

app-backup/holland-lib-mysql: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-lib-mysql/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-lib-mysql/metadata.xml 
b/app-backup/holland-lib-mysql/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-lib-mysql/metadata.xml
+++ b/app-backup/holland-lib-mysql/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-mysql-meta/

2016-04-03 Thread Alex Brandt
commit: 0724ac73fca1c0fa1e18de38ef8dc977a4a6b323
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:10:51 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0724ac73

app-backup/holland-backup-mysql-meta: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-mysql-meta/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-mysql-meta/metadata.xml 
b/app-backup/holland-backup-mysql-meta/metadata.xml
index 93b270d..d35f8e3 100644
--- a/app-backup/holland-backup-mysql-meta/metadata.xml
+++ b/app-backup/holland-backup-mysql-meta/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   






[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-mysql-lvm/

2016-04-03 Thread Alex Brandt
commit: 04f0487acc7adf369b86be81d4737e073d50c52a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:10:17 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f0487a

app-backup/holland-backup-mysql-lvm: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-mysql-lvm/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-mysql-lvm/metadata.xml 
b/app-backup/holland-backup-mysql-lvm/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-mysql-lvm/metadata.xml
+++ b/app-backup/holland-backup-mysql-lvm/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-example/

2016-04-03 Thread Alex Brandt
commit: d8a0e61dc5a8d570c70500ff1b953a1e5205
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:08:15 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a0e61d

app-backup/holland-backup-example: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-example/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-example/metadata.xml 
b/app-backup/holland-backup-example/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-example/metadata.xml
+++ b/app-backup/holland-backup-example/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-sqlite/

2016-04-03 Thread Alex Brandt
commit: 33d4ddcc5fcdf0291ae770b09035cf10bc4f7440
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:12:19 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d4ddcc

app-backup/holland-backup-sqlite: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-sqlite/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-sqlite/metadata.xml 
b/app-backup/holland-backup-sqlite/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-sqlite/metadata.xml
+++ b/app-backup/holland-backup-sqlite/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland/

2016-04-03 Thread Alex Brandt
commit: 817a98acecc83d25779cbe40c79e536902ed28f3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:07:44 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817a98ac

app-backup/holland: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland/metadata.xml b/app-backup/holland/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland/metadata.xml
+++ b/app-backup/holland/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-mysqlhotcopy/

2016-04-03 Thread Alex Brandt
commit: 4d5b7b76abb76ee796351a1aa40821166d41490f
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:09:26 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5b7b76

app-backup/holland-backup-mysqlhotcopy: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-mysqlhotcopy/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-mysqlhotcopy/metadata.xml 
b/app-backup/holland-backup-mysqlhotcopy/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-mysqlhotcopy/metadata.xml
+++ b/app-backup/holland-backup-mysqlhotcopy/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-lib-lvm/

2016-04-03 Thread Alex Brandt
commit: 063313a08bb6bc89e08d88c30429773354aebd61
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:13:19 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063313a0

app-backup/holland-lib-lvm: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-lib-lvm/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-lib-lvm/metadata.xml 
b/app-backup/holland-lib-lvm/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-lib-lvm/metadata.xml
+++ b/app-backup/holland-lib-lvm/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-random/

2016-04-03 Thread Alex Brandt
commit: e6e3a8e5530c99bd3cf0c8e7b0f014f6baa4626f
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:11:51 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e3a8e5

app-backup/holland-backup-random: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-random/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-random/metadata.xml 
b/app-backup/holland-backup-random/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-random/metadata.xml
+++ b/app-backup/holland-backup-random/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-backup/holland-backup-mysqldump/

2016-04-03 Thread Alex Brandt
commit: 131072ba315c8a4cc03fdfd3f30d427cc8389053
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 15:08:49 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 15:15:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131072ba

app-backup/holland-backup-mysqldump: mark with maintainer-needed

Package-Manager: portage-2.2.28

 app-backup/holland-backup-mysqldump/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-backup/holland-backup-mysqldump/metadata.xml 
b/app-backup/holland-backup-mysqldump/metadata.xml
index 9b3c6f8..2dc1ff3 100644
--- a/app-backup/holland-backup-mysqldump/metadata.xml
+++ b/app-backup/holland-backup-mysqldump/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   alund...@gentoo.org
-   Alex Brandt
-   
+   


 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-04-03 Thread Alex Brandt
commit: 2f494843edbc3b5c3ddde851985c3421fe0f666a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 14:51:37 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 14:51:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f494843

app-emulation/docker-compose: remove version 1.5.1

Package-Manager: portage-2.2.28

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.5.1.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index a5dc636..a6631d5 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
-DIST docker-compose-1.5.1.tar.gz 104331 SHA256 
df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 
be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa
 WHIRLPOOL 
0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311
 DIST docker-compose-1.5.2.tar.gz 106583 SHA256 
79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 
be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc
 WHIRLPOOL 
bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
 DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42

diff --git a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
deleted file mode 100644
index e20684f..000
--- a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
+++ /dev/null
@@ -1,62 +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 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}]
-   =dev-python/docker-py-1.5.0[${PYTHON_USEDEP}]
-   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-   $(python_gen_cond_dep '

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2016-04-03 Thread Alex Brandt
commit: 7176578529af463023471c3805b76cd5a6f3ba4d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 14:49:01 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 14:49:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71765785

app-emulation/docker-compose: add version 1.7.0_rc1

Package-Manager: portage-2.2.28

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.7.0_rc1.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 342b702..a5dc636 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,4 @@
 DIST docker-compose-1.5.1.tar.gz 104331 SHA256 
df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 
be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa
 WHIRLPOOL 
0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311
 DIST docker-compose-1.5.2.tar.gz 106583 SHA256 
79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 
be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc
 WHIRLPOOL 
bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
 DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
+DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42

diff --git a/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild
new file mode 100644
index 000..6434132
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.7.0_rc1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-1.7.2[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '

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

2016-04-03 Thread Alex Brandt
commit: 4ba53ada7144510399435aac1dc45310627f3417
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Apr  3 14:45:28 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Apr  3 14:46:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba53ada

dev-python/docker-py: remove version 1.5.0

Package-Manager: portage-2.2.28

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.5.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 7febd99..c64d3b4 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
-DIST docker-py-1.5.0.tar.gz 84712 SHA256 
a7b437aa9bfd2ad1e9b3eeed57e376d28a93acb852bac2aaf01dd70a304d439b SHA512 
948f63f48a1994f90041c7d2e2982a313ccc0c9aea0dc1cec03bcd9afd855459088b36d052ab061ada270c8fe06c0c18115910b40740c78f58258782791180ab
 WHIRLPOOL 
a34f3f896e5e3722fb9fed520e0f776875fd869f4dbd10ee922a73332dcd46b00c608c1a65f28eb9e53ba4a343b430a83ccacf7fd23ee4dabde6dbf7963b
 DIST docker-py-1.7.0.tar.gz 95003 SHA256 
13193dff1e29e0f3bfa8a51751a08eac8d56b3b7d14c4c2c9b7a56647303166b SHA512 
98296c2bcc567caae6178599470999ee97b6e9648096a09790912e92191b88b2affaec5fb8dbe3b9070015ddb198fe8b9c3210d1a450ce91e620793d19da7b0c
 WHIRLPOOL 
483f85e598d601346e933645819c78639adff1f1c2d0d65e7f22c71412d85442c74e1690b8457a372b4ab2dc0d1c56e4a30b44edc67bb150a16f2bb95aae1462
 DIST docker-py-1.7.2.tar.gz 96062 SHA256 
695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 SHA512 
1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f
 WHIRLPOOL 
ae0246ec188218d1b5b9e6337c484eafc59b2ce36dc5be61b6e54d281d84c02c00fd6c62527fb1dfa2fd646b778efcee014261211687548a229724e18dadc40b
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809

diff --git a/dev-python/docker-py/docker-py-1.5.0.ebuild 
b/dev-python/docker-py/docker-py-1.5.0.ebuild
deleted file mode 100644
index 15edc12..000
--- a/dev-python/docker-py/docker-py-1.5.0.ebuild
+++ /dev/null
@@ -1,48 +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 vcs-snapshot
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test tests/test.py tests/utils_test.py || die "tests failed under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( site/. )
-
-   distutils-r1_python_install_all
-}



<    1   2   3   4   5   6   7   8   >