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

2016-10-30 Thread Alex Brandt
commit: c20812356e9845ea78cb115d88607bbfa01a7f22
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 30 20:49:01 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 30 20:49:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2081235

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

Package-Manager: portage-2.3.2

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 1b4b65e..c380d96 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,4 @@
 DIST docker-compose-1.8.0.tar.gz 149822 SHA256 
65f46b2ac836918c68306646206612ecadbb0cf17fae1557f6d565554747a2a9 SHA512 
ed7aa5b7f318cd71492ad3da672937619063b824809888928bd64275dbf89ea6152c72d96028ca796d63da7fe028dc164ae871db0fdc531c918ba9f946b0b17d
 WHIRLPOOL 
c3cbf631d01d1e96c8e29965d3e493ade80869ad43c31d6ae7129c875d4b7d0856bc6a990f5af46db761dfb1f6a615f1e4056d00b0e423be6e0a41bb6db6a564
 DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686
 DIST docker-compose-1.8.1.tar.gz 151478 SHA256 
1c72725a0a5cd41f56021cb51c6cba86932fb5b4155378ce883500d2644efc84 SHA512 
8b33bf5b1fa3eeb5c5724e7ada8c61cf054a5cc1af68c9c9ab40955958f0f6a537f5bad8d54367dddc5ae66930d0555c83da47a48fc43f623d92fd60ad01cb62
 WHIRLPOOL 
5dca7ff3303833a45b0e7f462a375c58f68f4a19659e66b93bfc564701df8dfba70311151eb674a84c5a3b81703ddcc8809c6c7b89574c738ac9db96a32c93e6
+DIST docker-compose-1.9.0_rc1.tar.gz 155857 SHA256 
56132744a8bcebdfedac459a1a8fddb7f88a0513f3299f4b9b006d644ca49b6c SHA512 
925105b6eb781a6f3014a704b7f703bd26551f3717e6a948bb7961b83cf893741f80017e9ac4261beaff60ac8813fc7d222f91488a3aa08c85bb084548bccfa4
 WHIRLPOOL 
7a085e11faef2c40f8b0b8d30bfdbcf6d721599cefc8267182121254c528fc5de6713e0241dfce874e651dbf997c21bd30b7a04267f7224619a34eb76877474c

diff --git a/app-emulation/docker-compose/docker-compose-1.9.0_rc1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.9.0_rc1.ebuild
new file mode 100644
index ..5806c62
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.9.0_rc1.ebuild
@@ -0,0 +1,67 @@
+# 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.10.4[${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-10-30 Thread Alex Brandt
commit: 46ed60a899c46cddb07ff0b6ecb215c1a51d3c3d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 30 20:52:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 30 20:52:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ed60a8

app-emulation/docker-compose: remove version 1.8.0_rc2

Package-Manager: portage-2.3.2

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.8.0_rc2.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index c380d96..36bc775 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
 DIST docker-compose-1.8.0.tar.gz 149822 SHA256 
65f46b2ac836918c68306646206612ecadbb0cf17fae1557f6d565554747a2a9 SHA512 
ed7aa5b7f318cd71492ad3da672937619063b824809888928bd64275dbf89ea6152c72d96028ca796d63da7fe028dc164ae871db0fdc531c918ba9f946b0b17d
 WHIRLPOOL 
c3cbf631d01d1e96c8e29965d3e493ade80869ad43c31d6ae7129c875d4b7d0856bc6a990f5af46db761dfb1f6a615f1e4056d00b0e423be6e0a41bb6db6a564
-DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686
 DIST docker-compose-1.8.1.tar.gz 151478 SHA256 
1c72725a0a5cd41f56021cb51c6cba86932fb5b4155378ce883500d2644efc84 SHA512 
8b33bf5b1fa3eeb5c5724e7ada8c61cf054a5cc1af68c9c9ab40955958f0f6a537f5bad8d54367dddc5ae66930d0555c83da47a48fc43f623d92fd60ad01cb62
 WHIRLPOOL 
5dca7ff3303833a45b0e7f462a375c58f68f4a19659e66b93bfc564701df8dfba70311151eb674a84c5a3b81703ddcc8809c6c7b89574c738ac9db96a32c93e6
 DIST docker-compose-1.9.0_rc1.tar.gz 155857 SHA256 
56132744a8bcebdfedac459a1a8fddb7f88a0513f3299f4b9b006d644ca49b6c SHA512 
925105b6eb781a6f3014a704b7f703bd26551f3717e6a948bb7961b83cf893741f80017e9ac4261beaff60ac8813fc7d222f91488a3aa08c85bb084548bccfa4
 WHIRLPOOL 
7a085e11faef2c40f8b0b8d30bfdbcf6d721599cefc8267182121254c528fc5de6713e0241dfce874e651dbf997c21bd30b7a04267f7224619a34eb76877474c

diff --git a/app-emulation/docker-compose/docker-compose-1.8.0_rc2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.8.0_rc2.ebuild
deleted file mode 100644
index 8d2f126..
--- a/app-emulation/docker-compose/docker-compose-1.8.0_rc2.ebuild
+++ /dev/null
@@ -1,65 +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/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/botocore/

2016-10-30 Thread Alex Brandt
commit: 057ebfb57921c84e6186bd63ac76c9d2cfacc8ee
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 30 20:44:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 30 20:44:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057ebfb5

dev-python/botocore: remove version 1.4.58

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 1488f82..1b38c57 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
 DIST botocore-1.4.60.tar.gz 2908934 SHA256 
b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 
77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f
 WHIRLPOOL 
17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e
 DIST botocore-1.4.62.tar.gz 2912358 SHA256 
9286305627019c6ecba580085046ed9ad5b26a4abdb095da1174258f39fdacff SHA512 
bdef1da605541831592c25ccd99fb42e2bbf0a713cce650dcc8bfc04df816af88eaa56875fbb06d2f6efb8cf7b42cadc67cae566e892653e897d2e2625d5ea97
 WHIRLPOOL 
7486ba04ef97829456f0456a80d483a8c3dcfbfcc4f39659d1217ed649f2d2c180e7b37ed1c582d8347baf66d99b028dfa55824a305e21f783d99f8aabf95819
 DIST botocore-1.4.65.tar.gz 2946032 SHA256 
9b4e2d54ad89294e3866888b9711b58ad9923a7850e2ad3245a96e5bf5ec9e6d SHA512 
ee3cf9c8b6fd0d6adb7f423c2a72a2d5ac2e7efd314c07c2d5014580b700f26bacb6bc09a75a295b5d508234446640cfed641d39515a8d658ba8c35df3240358
 WHIRLPOOL 
b49274619ec8f06d94e07592e4ba21a83f39241d4aa28c61ef514ec95993ec9769661470ace44778738fd72644fb96954fd3f67077e2ff467643352a5598e311

diff --git a/dev-python/botocore/botocore-1.4.58.ebuild 
b/dev-python/botocore/botocore-1.4.58.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.58.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-10-30 Thread Alex Brandt
commit: 032e39d296fe886c30b2e20af9057015e479f4e8
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 30 20:42:14 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 30 20:42:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032e39d2

dev-python/botocore: add version 1.4.65

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 58ad14c..1488f82 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
 DIST botocore-1.4.60.tar.gz 2908934 SHA256 
b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 
77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f
 WHIRLPOOL 
17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e
 DIST botocore-1.4.62.tar.gz 2912358 SHA256 
9286305627019c6ecba580085046ed9ad5b26a4abdb095da1174258f39fdacff SHA512 
bdef1da605541831592c25ccd99fb42e2bbf0a713cce650dcc8bfc04df816af88eaa56875fbb06d2f6efb8cf7b42cadc67cae566e892653e897d2e2625d5ea97
 WHIRLPOOL 
7486ba04ef97829456f0456a80d483a8c3dcfbfcc4f39659d1217ed649f2d2c180e7b37ed1c582d8347baf66d99b028dfa55824a305e21f783d99f8aabf95819
+DIST botocore-1.4.65.tar.gz 2946032 SHA256 
9b4e2d54ad89294e3866888b9711b58ad9923a7850e2ad3245a96e5bf5ec9e6d SHA512 
ee3cf9c8b6fd0d6adb7f423c2a72a2d5ac2e7efd314c07c2d5014580b700f26bacb6bc09a75a295b5d508234446640cfed641d39515a8d658ba8c35df3240358
 WHIRLPOOL 
b49274619ec8f06d94e07592e4ba21a83f39241d4aa28c61ef514ec95993ec9769661470ace44778738fd72644fb96954fd3f67077e2ff467643352a5598e311

diff --git a/dev-python/botocore/botocore-1.4.65.ebuild 
b/dev-python/botocore/botocore-1.4.65.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.65.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-10-30 Thread Alex Brandt
commit: 159a56476a409d32c6c8bfcb2683aa489c7a173a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 30 20:37:50 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 30 20:37:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159a5647

dev-python/docker-py: add version 1.10.4

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index eb2b7b9..6a8dde3 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,4 +1,5 @@
 DIST docker-py-1.10.3.tar.gz 121064 SHA256 
3042c0b3ca533353f0aa7acc19b5a1258b0f2fcf0a90da0f96659f52f64a SHA512 
39bb7440849fcc815f6a36dfe402e76635d01584f9af3d17610d0c70719f46aa16b697058feeda961b9830e463fba5aeac2cc28752881ea0bf1cd0c6ca41acb7
 WHIRLPOOL 
92a0b7dd9a3fdedee7538bc1518035bca470c91a436516c87b2645b50a36fd5b884517f92759bd4e7f02cd6545335072bd801692cbb5c2b424cb6f4320ddea27
+DIST docker-py-1.10.4.tar.gz 13 SHA256 
8b0054aa1afce641df369ccec5e350c3d2dbe9deef2b3ad11222f7becfab8081 SHA512 
bdfbaff471ecb16c5b283a960d2366ada80bce3fbc67c962f14bd1a254a59f85bbdc9e47873e409118d09594dfb2fa1fd5a522beaa668a2a63bd46dbd58b0dc3
 WHIRLPOOL 
0d56f43001130aef6d4a9f963d211c1f6f3617b09ec64e9b6e15404ba1c5a692ed28e29be4022d4218b5b615f3bbeac1d81caf9fcf6108224752eb82b544be4a
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.9.0.tar.gz 105939 SHA256 
0ff58798c8cf79c7e459505786b3b83ca0552a077945b8fe20fc38ff3f732361 SHA512 
49e6d4e8ab30c4e54165e7eff9e3034a1fe102348020bad2c5aefa238c44efdf39711536a7727fd9689e2e90483a348930bb91f1e76cade546161c82990f78ed
 WHIRLPOOL 
d60bca034f91569f37bef65ff42fcf950dfbc02bc42053bb650a9188661a8c0d9c21cb03128782a15799e6f208e88b32618286615ef94ba9396a4940ae3b6603
 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.10.4.ebuild 
b/dev-python/docker-py/docker-py-1.10.4.ebuild
new file mode 100644
index ..5d030e7
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.10.4.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
+
+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/docker-pycreds-0.2.1[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+   >=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/botocore/

2016-10-22 Thread Alex Brandt
commit: 3728c2fe0a4683be7b8302f0a34cb20303860311
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 23 01:43:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 23 01:43:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3728c2fe

dev-python/botocore: add version 1.4.62

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index a882237..0a88e78 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621
 DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
 DIST botocore-1.4.60.tar.gz 2908934 SHA256 
b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 
77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f
 WHIRLPOOL 
17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e
+DIST botocore-1.4.62.tar.gz 2912358 SHA256 
9286305627019c6ecba580085046ed9ad5b26a4abdb095da1174258f39fdacff SHA512 
bdef1da605541831592c25ccd99fb42e2bbf0a713cce650dcc8bfc04df816af88eaa56875fbb06d2f6efb8cf7b42cadc67cae566e892653e897d2e2625d5ea97
 WHIRLPOOL 
7486ba04ef97829456f0456a80d483a8c3dcfbfcc4f39659d1217ed649f2d2c180e7b37ed1c582d8347baf66d99b028dfa55824a305e21f783d99f8aabf95819

diff --git a/dev-python/botocore/botocore-1.4.62.ebuild 
b/dev-python/botocore/botocore-1.4.62.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.62.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-10-22 Thread Alex Brandt
commit: 2e331ce257b03de8df5e3f21444f3b05bf867e71
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 23 01:48:01 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 23 01:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e331ce2

dev-python/botocore: remove version 1.4.56

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 0a88e78..58ad14c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621
 DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
 DIST botocore-1.4.60.tar.gz 2908934 SHA256 
b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 
77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f
 WHIRLPOOL 
17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e
 DIST botocore-1.4.62.tar.gz 2912358 SHA256 
9286305627019c6ecba580085046ed9ad5b26a4abdb095da1174258f39fdacff SHA512 
bdef1da605541831592c25ccd99fb42e2bbf0a713cce650dcc8bfc04df816af88eaa56875fbb06d2f6efb8cf7b42cadc67cae566e892653e897d2e2625d5ea97
 WHIRLPOOL 
7486ba04ef97829456f0456a80d483a8c3dcfbfcc4f39659d1217ed649f2d2c180e7b37ed1c582d8347baf66d99b028dfa55824a305e21f783d99f8aabf95819

diff --git a/dev-python/botocore/botocore-1.4.56.ebuild 
b/dev-python/botocore/botocore-1.4.56.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.56.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-10-22 Thread Alex Brandt
commit: e4810615f173a7d7e82fa3c78a5c3cd0ce4f9913
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 23 01:27:56 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 23 01:27:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4810615

dev-python/aiohttp: add version 1.0.5

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-1.0.5.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index be3f75e..7615755 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -3,3 +3,4 @@ DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e696165
 DIST aiohttp-1.0.2.tar.gz 499266 SHA256 
d104a8e762debc1acc3fe40dbc4f0da4cace5a797a93d59c618673b390d3947c SHA512 
94004219b8809bad26df4119512faaad7ebbc7c961fea2488f333aa580a24691752154a688e9fe224be6aeb2b769c6f101a288fec66fdf66e619756ebe98258b
 WHIRLPOOL 
7130e1ea90ef64af9bd128ae8c021e5ba2061c02b276aa81db0aabd326572ef3e68396c842cedec43d0f68ea33bce6128d3f2275909fdae3a942de90b7d3bfda
 DIST aiohttp-1.0.3.tar.gz 499693 SHA256 
5ec0fdf17868bcabfef4effa3ce53c4cfa6108b481585bda88498f46435d5eaa SHA512 
1fd915d04bf978826863c06a3a9ef5c23fd11c3b6a65b71828a7be4301e24421483717af6181319ba8461a22351decda4fb776765d18843e4ab1f436f5319d73
 WHIRLPOOL 
8e6b2503833c98d0d5e341275cc82a0a943e3f69b8b2a0c478c826775aff35b343af6d786b919d75f46a920e09b33eca3d24ba1bec316db82d16a1006cd71e0c
 DIST aiohttp-1.0.4.tar.gz 562803 SHA256 
7e2d4282b2031ca2aaef35d4291743f37a8840821e8b3c6b491fcd903ad853c0 SHA512 
437bed5e5f8729e8809411213cdb8f6a7de08879841c0cc89e88eec6de1883702903ecfb1b8e32ecf3701415fd6757545a0aafd44738681050425d5df44bef56
 WHIRLPOOL 
4ccb55b93fba2774ea65adcf3b5b00c3bc8bc72f05ac2a07bc84d50dbf07c34b4f3ee75265b800ef59aa9c7deb61e23c7662b3226f8aa0c40918c17295085568
+DIST aiohttp-1.0.5.tar.gz 563623 SHA256 
053a16d03672cb3055cfac06650d238f55205702207be4a3b40c42333df0ebeb SHA512 
f6fe77729a54d817046f0cc952d8906524c2dfe6712dd1972d696680fe34310b6dba9a3b48b6e27c52d3fedd3fa0f541a7c1ac45488b3358e39e3768a01749d9
 WHIRLPOOL 
51c609bed1bad59e8c1761fa412ed36031da7b80dff03f5edffd84763044cdb570c49d7b9970d133c9b1b224cc293e73004b00447f5b242d91c8286cc21e87c9

diff --git a/dev-python/aiohttp/aiohttp-1.0.5.ebuild 
b/dev-python/aiohttp/aiohttp-1.0.5.ebuild
new file mode 100644
index ..b6f53c2
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-1.0.5.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp;
+SRC_URI="https://github.com/KeepSafe/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND="
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-2.0[${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-asyncio[${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-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${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/. )
+
+   distutils-r1_python_install_all
+}



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

2016-10-22 Thread Alex Brandt
commit: 96e67485ee00c11a313fa4b0438836659ae7a068
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 23 01:32:27 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 23 01:32:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e67485

dev-python/aiohttp: remove version 1.0.2

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest |  1 -
 dev-python/aiohttp/aiohttp-1.0.2.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index d0db48c..72570dc 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,5 +1,4 @@
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
-DIST aiohttp-1.0.2.tar.gz 499266 SHA256 
d104a8e762debc1acc3fe40dbc4f0da4cace5a797a93d59c618673b390d3947c SHA512 
94004219b8809bad26df4119512faaad7ebbc7c961fea2488f333aa580a24691752154a688e9fe224be6aeb2b769c6f101a288fec66fdf66e619756ebe98258b
 WHIRLPOOL 
7130e1ea90ef64af9bd128ae8c021e5ba2061c02b276aa81db0aabd326572ef3e68396c842cedec43d0f68ea33bce6128d3f2275909fdae3a942de90b7d3bfda
 DIST aiohttp-1.0.3.tar.gz 499693 SHA256 
5ec0fdf17868bcabfef4effa3ce53c4cfa6108b481585bda88498f46435d5eaa SHA512 
1fd915d04bf978826863c06a3a9ef5c23fd11c3b6a65b71828a7be4301e24421483717af6181319ba8461a22351decda4fb776765d18843e4ab1f436f5319d73
 WHIRLPOOL 
8e6b2503833c98d0d5e341275cc82a0a943e3f69b8b2a0c478c826775aff35b343af6d786b919d75f46a920e09b33eca3d24ba1bec316db82d16a1006cd71e0c
 DIST aiohttp-1.0.4.tar.gz 562803 SHA256 
7e2d4282b2031ca2aaef35d4291743f37a8840821e8b3c6b491fcd903ad853c0 SHA512 
437bed5e5f8729e8809411213cdb8f6a7de08879841c0cc89e88eec6de1883702903ecfb1b8e32ecf3701415fd6757545a0aafd44738681050425d5df44bef56
 WHIRLPOOL 
4ccb55b93fba2774ea65adcf3b5b00c3bc8bc72f05ac2a07bc84d50dbf07c34b4f3ee75265b800ef59aa9c7deb61e23c7662b3226f8aa0c40918c17295085568
 DIST aiohttp-1.0.5.tar.gz 563623 SHA256 
053a16d03672cb3055cfac06650d238f55205702207be4a3b40c42333df0ebeb SHA512 
f6fe77729a54d817046f0cc952d8906524c2dfe6712dd1972d696680fe34310b6dba9a3b48b6e27c52d3fedd3fa0f541a7c1ac45488b3358e39e3768a01749d9
 WHIRLPOOL 
51c609bed1bad59e8c1761fa412ed36031da7b80dff03f5edffd84763044cdb570c49d7b9970d133c9b1b224cc293e73004b00447f5b242d91c8286cc21e87c9

diff --git a/dev-python/aiohttp/aiohttp-1.0.2.ebuild 
b/dev-python/aiohttp/aiohttp-1.0.2.ebuild
deleted file mode 100644
index 17bce77..
--- a/dev-python/aiohttp/aiohttp-1.0.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-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 ~x86"
-IUSE="doc examples test"
-
-CDEPEND="
-   dev-python/aiodns[${PYTHON_USEDEP}]
-   dev-python/async_timeout[${PYTHON_USEDEP}]
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/multidict-2[${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-asyncio[${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-mock[${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-10-22 Thread Alex Brandt
commit: 5a0ee7d3ebfdd76064a4332aee571eb222507733
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 23 01:31:30 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 23 01:31:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0ee7d3

dev-python/aiohttp: remove version 1.0.1

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest |  1 -
 dev-python/aiohttp/aiohttp-1.0.1.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 7615755..d0db48c 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,5 +1,4 @@
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
-DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e69616560cbedb89317d551dcc42e41 SHA512 
3744186d259563d21e5a7a3c5969f24178a442b1482a98d1d45e132dc4d889c55b9ff3da4394acbcca2dc9c7c78b7eb857cb2467c0faec54e11832db909760f6
 WHIRLPOOL 
cbc31efafa28e17375fc795a053878ddc6978c36926e4ce250bb06ae39f332ed1f2e4ec255a19e334bc994cd5707c2ac1ade48c4089546e432c16b8527374daf
 DIST aiohttp-1.0.2.tar.gz 499266 SHA256 
d104a8e762debc1acc3fe40dbc4f0da4cace5a797a93d59c618673b390d3947c SHA512 
94004219b8809bad26df4119512faaad7ebbc7c961fea2488f333aa580a24691752154a688e9fe224be6aeb2b769c6f101a288fec66fdf66e619756ebe98258b
 WHIRLPOOL 
7130e1ea90ef64af9bd128ae8c021e5ba2061c02b276aa81db0aabd326572ef3e68396c842cedec43d0f68ea33bce6128d3f2275909fdae3a942de90b7d3bfda
 DIST aiohttp-1.0.3.tar.gz 499693 SHA256 
5ec0fdf17868bcabfef4effa3ce53c4cfa6108b481585bda88498f46435d5eaa SHA512 
1fd915d04bf978826863c06a3a9ef5c23fd11c3b6a65b71828a7be4301e24421483717af6181319ba8461a22351decda4fb776765d18843e4ab1f436f5319d73
 WHIRLPOOL 
8e6b2503833c98d0d5e341275cc82a0a943e3f69b8b2a0c478c826775aff35b343af6d786b919d75f46a920e09b33eca3d24ba1bec316db82d16a1006cd71e0c
 DIST aiohttp-1.0.4.tar.gz 562803 SHA256 
7e2d4282b2031ca2aaef35d4291743f37a8840821e8b3c6b491fcd903ad853c0 SHA512 
437bed5e5f8729e8809411213cdb8f6a7de08879841c0cc89e88eec6de1883702903ecfb1b8e32ecf3701415fd6757545a0aafd44738681050425d5df44bef56
 WHIRLPOOL 
4ccb55b93fba2774ea65adcf3b5b00c3bc8bc72f05ac2a07bc84d50dbf07c34b4f3ee75265b800ef59aa9c7deb61e23c7662b3226f8aa0c40918c17295085568

diff --git a/dev-python/aiohttp/aiohttp-1.0.1.ebuild 
b/dev-python/aiohttp/aiohttp-1.0.1.ebuild
deleted file mode 100644
index 17bce77..
--- a/dev-python/aiohttp/aiohttp-1.0.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-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 ~x86"
-IUSE="doc examples test"
-
-CDEPEND="
-   dev-python/aiodns[${PYTHON_USEDEP}]
-   dev-python/async_timeout[${PYTHON_USEDEP}]
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/multidict-2[${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-asyncio[${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-mock[${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/mypy/

2016-10-15 Thread Alex Brandt
commit: 9e3840c519a22588812e43b7ca6fb15ab6d9cec9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:50:16 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:52:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3840c5

dev-python/mypy: add version 0.4.5

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 0fd652b..c810423 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,3 +1,4 @@
 DIST mypy-0.4.2.tar.gz 697919 SHA256 
d39607701c226007f3bb5a7619222c6c6e7e4c4a2c565d99d44377324d2072ad SHA512 
16d2f1476bc7b40c20b66aca81b3c99477394cbcbbff5541ca26179bde0634794126c0b28506ad3019d6a1c5cd0bf48292b4de0152927123ffdfb3bbbc69ee15
 WHIRLPOOL 
45e459ac076e5bb800a3b8f62828fb326a43d69522caf493166694e4a11b65136756dde43f01e13ac4c74a0535595914364096042dad40c631f17837ca1aca0b
 DIST mypy-0.4.3.tar.gz 714118 SHA256 
d90aaf3e8c01ccdfdb5b74e9321a3f3a32dea964ce13472f406cec43c174229d SHA512 
2185eccb6fa783168879acfc316da0c879fca0b04e6a21bbd47a456014281d634711d9f3e25fa3a64a0b7819b54f0bb87f8bede7452147fd3bab8bca4859f5f0
 WHIRLPOOL 
4b1db030e1c8aed69e763141a812626129451f04ec32ed4cd4bff15461d826b9479a85a92dcc846baa16dda3056840e6c7f798e9b27317d5158e4ccc769c34c9
 DIST mypy-0.4.4.tar.gz 757353 SHA256 
665c9eecc1d43380534d2b88bfc6df2fc7c387f23772e5d82cb37ae96c580034 SHA512 
7a5cb8dae4d28cb7803b56ce17e379dd5f1f953663af6a5c2510e3183028f06a8b3722b94843a782e01e4a65b3f5ae48ff002ad85bfb85cad05abb181fc60e47
 WHIRLPOOL 
71e0b90d521e09c8df21db3bd8a37d3f738ab91823a82481397f81a30cd0f04031a73b71acefefc77405570c8080bf7ccc19669db565313b676c2384018c0863
+DIST mypy-0.4.5.tar.gz 779940 SHA256 
3217d0d0d1f43a102b43618cf73ac5640e0006c3403558da70206e9a642f61d8 SHA512 
e0bd4cb1080f2a4c0f2c4f9ebbe22d05b8dabb374396e7d91c645724b5d67084fd005e181847fccc45c9c51f3280233185fa6bf08dc24c2d4f6e482197246fa7
 WHIRLPOOL 
9ee581530c59a07d0d06307708fc5970161e45111d838d77a5f511ba2d569601012a67ef5e7847c1baa1e79fbf78ce5e9a9f013f33d1b59937d2b3997d4d5594

diff --git a/dev-python/mypy/mypy-0.4.5.ebuild 
b/dev-python/mypy/mypy-0.4.5.ebuild
new file mode 100644
index ..bdebb35
--- /dev/null
+++ b/dev-python/mypy/mypy-0.4.5.ebuild
@@ -0,0 +1,42 @@
+# 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 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/. )
+
+   distutils-r1_python_install_all
+}



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

2016-10-15 Thread Alex Brandt
commit: dd6ab2d98cd7cad2d7c499ef5b031128f22dd76c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:52:10 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:52:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6ab2d9

dev-python/mypy: remove version 0.4.2

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index c810423..f8b1546 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,4 +1,3 @@
-DIST mypy-0.4.2.tar.gz 697919 SHA256 
d39607701c226007f3bb5a7619222c6c6e7e4c4a2c565d99d44377324d2072ad SHA512 
16d2f1476bc7b40c20b66aca81b3c99477394cbcbbff5541ca26179bde0634794126c0b28506ad3019d6a1c5cd0bf48292b4de0152927123ffdfb3bbbc69ee15
 WHIRLPOOL 
45e459ac076e5bb800a3b8f62828fb326a43d69522caf493166694e4a11b65136756dde43f01e13ac4c74a0535595914364096042dad40c631f17837ca1aca0b
 DIST mypy-0.4.3.tar.gz 714118 SHA256 
d90aaf3e8c01ccdfdb5b74e9321a3f3a32dea964ce13472f406cec43c174229d SHA512 
2185eccb6fa783168879acfc316da0c879fca0b04e6a21bbd47a456014281d634711d9f3e25fa3a64a0b7819b54f0bb87f8bede7452147fd3bab8bca4859f5f0
 WHIRLPOOL 
4b1db030e1c8aed69e763141a812626129451f04ec32ed4cd4bff15461d826b9479a85a92dcc846baa16dda3056840e6c7f798e9b27317d5158e4ccc769c34c9
 DIST mypy-0.4.4.tar.gz 757353 SHA256 
665c9eecc1d43380534d2b88bfc6df2fc7c387f23772e5d82cb37ae96c580034 SHA512 
7a5cb8dae4d28cb7803b56ce17e379dd5f1f953663af6a5c2510e3183028f06a8b3722b94843a782e01e4a65b3f5ae48ff002ad85bfb85cad05abb181fc60e47
 WHIRLPOOL 
71e0b90d521e09c8df21db3bd8a37d3f738ab91823a82481397f81a30cd0f04031a73b71acefefc77405570c8080bf7ccc19669db565313b676c2384018c0863
 DIST mypy-0.4.5.tar.gz 779940 SHA256 
3217d0d0d1f43a102b43618cf73ac5640e0006c3403558da70206e9a642f61d8 SHA512 
e0bd4cb1080f2a4c0f2c4f9ebbe22d05b8dabb374396e7d91c645724b5d67084fd005e181847fccc45c9c51f3280233185fa6bf08dc24c2d4f6e482197246fa7
 WHIRLPOOL 
9ee581530c59a07d0d06307708fc5970161e45111d838d77a5f511ba2d569601012a67ef5e7847c1baa1e79fbf78ce5e9a9f013f33d1b59937d2b3997d4d5594

diff --git a/dev-python/mypy/mypy-0.4.2.ebuild 
b/dev-python/mypy/mypy-0.4.2.ebuild
deleted file mode 100644
index 5d7d96c..
--- a/dev-python/mypy/mypy-0.4.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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/boto3/

2016-10-15 Thread Alex Brandt
commit: 8e760e9df43f2764c280ba6bfa0534d61998462f
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:47:35 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e760e9d

dev-python/boto3: remove version 1.3.0

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index c17c097..f4a20c0 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,3 @@
-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
 DIST boto3-1.4.0.tar.gz 183263 SHA256 
8fdd3743e34a32e5cb8636fb33dafe7336b7a341583653f52c6c20f7fe764472 SHA512 
9e678b26993f48f156a5acdb33aec3488d263230517e6b5e1e608cb007fbf4f29a3c33290e460eb7cf1031f87894f3daca03bf80048139435979f23dd2fd61b8
 WHIRLPOOL 
5eb3703b11b4a0b3a4c873aed78f9c8b6588b5a83cacbd673f27cc4460822772745abcbc6698f680968ed37318d76bd812a491a83caa7b04b1e4a663def4a271
 DIST boto3-1.4.1.tar.gz 188341 SHA256 
a7f10245b3ff947019963963b73911c515debed89709740586503ac22f5dfb97 SHA512 
525f2db50d0a9d6f452c0261e934ecd9f06b576154b128d209a729b0fe96190e641369c00e13700f2aba5fe4a0c02f80248e25bc3d716cb72752d645e880eb23
 WHIRLPOOL 
195e5dcd59152ef09ae1f32aa9f321ea1f57c2ac20f7a233673c4f2a4529c062f78af0641efe8ac0632188e8e85e1e687eeb7c6932de89d3c49e110df2958eb4

diff --git a/dev-python/boto3/boto3-1.3.0.ebuild 
b/dev-python/boto3/boto3-1.3.0.ebuild
deleted file mode 100644
index d496da5..
--- a/dev-python/boto3/boto3-1.3.0.ebuild
+++ /dev/null
@@ -1,55 +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 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/boto3/

2016-10-15 Thread Alex Brandt
commit: 74f9894ec9968c38cc9ced284daf0b7daec0d4d0
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:45:34 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:45:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f9894e

dev-python/boto3: add version 1.4.1

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 80e4c11..c17c097 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 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
 DIST boto3-1.4.0.tar.gz 183263 SHA256 
8fdd3743e34a32e5cb8636fb33dafe7336b7a341583653f52c6c20f7fe764472 SHA512 
9e678b26993f48f156a5acdb33aec3488d263230517e6b5e1e608cb007fbf4f29a3c33290e460eb7cf1031f87894f3daca03bf80048139435979f23dd2fd61b8
 WHIRLPOOL 
5eb3703b11b4a0b3a4c873aed78f9c8b6588b5a83cacbd673f27cc4460822772745abcbc6698f680968ed37318d76bd812a491a83caa7b04b1e4a663def4a271
+DIST boto3-1.4.1.tar.gz 188341 SHA256 
a7f10245b3ff947019963963b73911c515debed89709740586503ac22f5dfb97 SHA512 
525f2db50d0a9d6f452c0261e934ecd9f06b576154b128d209a729b0fe96190e641369c00e13700f2aba5fe4a0c02f80248e25bc3d716cb72752d645e880eb23
 WHIRLPOOL 
195e5dcd59152ef09ae1f32aa9f321ea1f57c2ac20f7a233673c4f2a4529c062f78af0641efe8ac0632188e8e85e1e687eeb7c6932de89d3c49e110df2958eb4

diff --git a/dev-python/boto3/boto3-1.4.1.ebuild 
b/dev-python/boto3/boto3-1.4.1.ebuild
new file mode 100644
index ..59d301c
--- /dev/null
+++ b/dev-python/boto3/boto3-1.4.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/s3transfer-0.1.0[${PYTHON_USEDEP}]
+   

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

2016-10-15 Thread Alex Brandt
commit: 8e14058a772da27183a581074d1d2e4c257ec808
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:43:08 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:43:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e14058a

dev-python/s3transfer: remove version 0.1.2

Package-Manager: portage-2.3.2

 dev-python/s3transfer/Manifest|  1 -
 dev-python/s3transfer/s3transfer-0.1.2.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 1b30369..6d9639e 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,4 +1,3 @@
-DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 
96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f
 WHIRLPOOL 
14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9
 DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2
 DIST s3transfer-0.1.4.tar.gz 87620 SHA256 
c41d039ab9204e9eea72a6098ca5092ed001f2820274b80be622dbe582ab2d41 SHA512 
ec56ff5f535ffab7d0c21d933b12d71c55cc4647260f82b54d6aebb97716f3b55d26f75f3640487dcd7275ed2b4a57d3f7b7995b873ec7775f53ec5a13ba0419
 WHIRLPOOL 
bb615d142d9df7c602307c956fa2c8c868f9d35864cdb4ee9b452e34b3831bbcd7ae2c912ecd09177a42bb440c75510d9062c2ca458864d93bf481a3b54d2183
 DIST s3transfer-0.1.5.tar.gz 92081 SHA256 
c500b27b5a8693507e4768730c4c423d4717477c8676139fc764ac4e8e88708e SHA512 
12639ac1576553c95443bcc51eb1c4ed036d5eeec134f0d5922661aa975b905fc433f712c3f4524363b46e3f79dd0dfe91aae75bbeb949c02abe996bae5f020a
 WHIRLPOOL 
444d609770ea5fb84e09a76a3dd7b6047e16064e56417cd25bbed913d8619312405f2ff8dd38b5b300653f430a755afeaaad5f4837b86ae8cfac06ac8732c318

diff --git a/dev-python/s3transfer/s3transfer-0.1.2.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.2.ebuild
deleted file mode 100644
index 7ad1e5c..
--- a/dev-python/s3transfer/s3transfer-0.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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="An Amazon S3 Transfer Manager"
-HOMEPAGE="https://github.com/boto/s3transfer;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/botocore-1.3.0[${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/s3transfer/

2016-10-15 Thread Alex Brandt
commit: 8b45346d365da5a591ee8bb48306e87b4da65dc2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:41:04 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:41:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b45346d

dev-python/s3transfer: add version 0.1.7

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index aa82d3f..1b30369 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -2,3 +2,4 @@ DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6
 DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2
 DIST s3transfer-0.1.4.tar.gz 87620 SHA256 
c41d039ab9204e9eea72a6098ca5092ed001f2820274b80be622dbe582ab2d41 SHA512 
ec56ff5f535ffab7d0c21d933b12d71c55cc4647260f82b54d6aebb97716f3b55d26f75f3640487dcd7275ed2b4a57d3f7b7995b873ec7775f53ec5a13ba0419
 WHIRLPOOL 
bb615d142d9df7c602307c956fa2c8c868f9d35864cdb4ee9b452e34b3831bbcd7ae2c912ecd09177a42bb440c75510d9062c2ca458864d93bf481a3b54d2183
 DIST s3transfer-0.1.5.tar.gz 92081 SHA256 
c500b27b5a8693507e4768730c4c423d4717477c8676139fc764ac4e8e88708e SHA512 
12639ac1576553c95443bcc51eb1c4ed036d5eeec134f0d5922661aa975b905fc433f712c3f4524363b46e3f79dd0dfe91aae75bbeb949c02abe996bae5f020a
 WHIRLPOOL 
444d609770ea5fb84e09a76a3dd7b6047e16064e56417cd25bbed913d8619312405f2ff8dd38b5b300653f430a755afeaaad5f4837b86ae8cfac06ac8732c318
+DIST s3transfer-0.1.7.tar.gz 92659 SHA256 
433d067bafb099a7d1653ae09ba39a7e479c90fcef06d396c8e6823f2a3cfd86 SHA512 
081ed7e35c8c929a0b1f634dd47bb3de4776d40188d4ffc82c681dbe0a771c33351dedbeca3e6f57b94c6e501a0fe058065f18e3078280bd51a14ecbe1d1d35a
 WHIRLPOOL 
1467e7f712a351f4944959a09a2f83e7b99c6283c61b8944fe6874ccaf5f7aa9e84f75253549620237b092b860562de876d2886ee9571699ed19abae9f553513

diff --git a/dev-python/s3transfer/s3transfer-0.1.7.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.7.ebuild
new file mode 100644
index ..7ad1e5c
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.7.ebuild
@@ -0,0 +1,38 @@
+# 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="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/botocore-1.3.0[${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/s3transfer/

2016-10-15 Thread Alex Brandt
commit: 61421c4316c5d0e2192a71b26d1dc9b2be8737a9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:43:38 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:43:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61421c43

dev-python/s3transfer: remove version 0.1.3

Package-Manager: portage-2.3.2

 dev-python/s3transfer/Manifest|  1 -
 dev-python/s3transfer/s3transfer-0.1.3.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 6d9639e..3323e65 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,4 +1,3 @@
-DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2
 DIST s3transfer-0.1.4.tar.gz 87620 SHA256 
c41d039ab9204e9eea72a6098ca5092ed001f2820274b80be622dbe582ab2d41 SHA512 
ec56ff5f535ffab7d0c21d933b12d71c55cc4647260f82b54d6aebb97716f3b55d26f75f3640487dcd7275ed2b4a57d3f7b7995b873ec7775f53ec5a13ba0419
 WHIRLPOOL 
bb615d142d9df7c602307c956fa2c8c868f9d35864cdb4ee9b452e34b3831bbcd7ae2c912ecd09177a42bb440c75510d9062c2ca458864d93bf481a3b54d2183
 DIST s3transfer-0.1.5.tar.gz 92081 SHA256 
c500b27b5a8693507e4768730c4c423d4717477c8676139fc764ac4e8e88708e SHA512 
12639ac1576553c95443bcc51eb1c4ed036d5eeec134f0d5922661aa975b905fc433f712c3f4524363b46e3f79dd0dfe91aae75bbeb949c02abe996bae5f020a
 WHIRLPOOL 
444d609770ea5fb84e09a76a3dd7b6047e16064e56417cd25bbed913d8619312405f2ff8dd38b5b300653f430a755afeaaad5f4837b86ae8cfac06ac8732c318
 DIST s3transfer-0.1.7.tar.gz 92659 SHA256 
433d067bafb099a7d1653ae09ba39a7e479c90fcef06d396c8e6823f2a3cfd86 SHA512 
081ed7e35c8c929a0b1f634dd47bb3de4776d40188d4ffc82c681dbe0a771c33351dedbeca3e6f57b94c6e501a0fe058065f18e3078280bd51a14ecbe1d1d35a
 WHIRLPOOL 
1467e7f712a351f4944959a09a2f83e7b99c6283c61b8944fe6874ccaf5f7aa9e84f75253549620237b092b860562de876d2886ee9571699ed19abae9f553513

diff --git a/dev-python/s3transfer/s3transfer-0.1.3.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.3.ebuild
deleted file mode 100644
index 7ad1e5c..
--- a/dev-python/s3transfer/s3transfer-0.1.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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="An Amazon S3 Transfer Manager"
-HOMEPAGE="https://github.com/boto/s3transfer;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/botocore-1.3.0[${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/botocore/

2016-10-15 Thread Alex Brandt
commit: 368768e5c75d061950a383d0eb1f0545f6a89816
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:38:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:38:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368768e5

dev-python/botocore: remove version 1.4.55

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 04d7fcb..a882237 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60
 DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621
 DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
 DIST botocore-1.4.60.tar.gz 2908934 SHA256 
b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 
77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f
 WHIRLPOOL 
17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e

diff --git a/dev-python/botocore/botocore-1.4.55.ebuild 
b/dev-python/botocore/botocore-1.4.55.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.55.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-10-15 Thread Alex Brandt
commit: 7e887daf762bf64adf15c33916e030bd61446637
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:36:02 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:36:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e887daf

dev-python/botocore: add version 1.4.60

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 5fc430d..04d7fcb 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60
 DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621
 DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
+DIST botocore-1.4.60.tar.gz 2908934 SHA256 
b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 
77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f
 WHIRLPOOL 
17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e

diff --git a/dev-python/botocore/botocore-1.4.60.ebuild 
b/dev-python/botocore/botocore-1.4.60.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.60.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/aiohttp/

2016-10-15 Thread Alex Brandt
commit: 25f05dedf8ced90bed70a308f0d317514489ebd2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:28:48 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:28:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f05ded

dev-python/aiohttp: add version 1.0.4

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-1.0.4.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index a3bf750..fbee33f 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -5,3 +5,4 @@ DIST aiohttp-0.22.5.tar.gz 475312 SHA256 
9c51af030c866f91e18a219614e39d345db4483
 DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e69616560cbedb89317d551dcc42e41 SHA512 
3744186d259563d21e5a7a3c5969f24178a442b1482a98d1d45e132dc4d889c55b9ff3da4394acbcca2dc9c7c78b7eb857cb2467c0faec54e11832db909760f6
 WHIRLPOOL 
cbc31efafa28e17375fc795a053878ddc6978c36926e4ce250bb06ae39f332ed1f2e4ec255a19e334bc994cd5707c2ac1ade48c4089546e432c16b8527374daf
 DIST aiohttp-1.0.2.tar.gz 499266 SHA256 
d104a8e762debc1acc3fe40dbc4f0da4cace5a797a93d59c618673b390d3947c SHA512 
94004219b8809bad26df4119512faaad7ebbc7c961fea2488f333aa580a24691752154a688e9fe224be6aeb2b769c6f101a288fec66fdf66e619756ebe98258b
 WHIRLPOOL 
7130e1ea90ef64af9bd128ae8c021e5ba2061c02b276aa81db0aabd326572ef3e68396c842cedec43d0f68ea33bce6128d3f2275909fdae3a942de90b7d3bfda
 DIST aiohttp-1.0.3.tar.gz 499693 SHA256 
5ec0fdf17868bcabfef4effa3ce53c4cfa6108b481585bda88498f46435d5eaa SHA512 
1fd915d04bf978826863c06a3a9ef5c23fd11c3b6a65b71828a7be4301e24421483717af6181319ba8461a22351decda4fb776765d18843e4ab1f436f5319d73
 WHIRLPOOL 
8e6b2503833c98d0d5e341275cc82a0a943e3f69b8b2a0c478c826775aff35b343af6d786b919d75f46a920e09b33eca3d24ba1bec316db82d16a1006cd71e0c
+DIST aiohttp-1.0.4.tar.gz 562803 SHA256 
7e2d4282b2031ca2aaef35d4291743f37a8840821e8b3c6b491fcd903ad853c0 SHA512 
437bed5e5f8729e8809411213cdb8f6a7de08879841c0cc89e88eec6de1883702903ecfb1b8e32ecf3701415fd6757545a0aafd44738681050425d5df44bef56
 WHIRLPOOL 
4ccb55b93fba2774ea65adcf3b5b00c3bc8bc72f05ac2a07bc84d50dbf07c34b4f3ee75265b800ef59aa9c7deb61e23c7662b3226f8aa0c40918c17295085568

diff --git a/dev-python/aiohttp/aiohttp-1.0.4.ebuild 
b/dev-python/aiohttp/aiohttp-1.0.4.ebuild
new file mode 100644
index ..b6f53c2
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-1.0.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp;
+SRC_URI="https://github.com/KeepSafe/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND="
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-2.0[${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-asyncio[${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-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${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/. )
+
+   distutils-r1_python_install_all
+}



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

2016-10-15 Thread Alex Brandt
commit: af77002a8b72f09c82ed8fbb61a76c7c76a18431
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:33:05 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:33:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af77002a

dev-python/aiohttp: remove version 0.22.5

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest  |  1 -
 dev-python/aiohttp/aiohttp-0.22.5.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 55999e9..be3f75e 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,5 +1,4 @@
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
-DIST aiohttp-0.22.5.tar.gz 475312 SHA256 
9c51af030c866f91e18a219614e39d345db4483ed9860389d0536d74d04b0d3b SHA512 
919818445590b386b40edd05e8a58fac0b1b2993fe82faf95e10b53b5c0b3b464e92ea2484bc1929cb737351f3629b77a4ff67788248e19d69eb638bbf44a5e3
 WHIRLPOOL 
45e2c0fc3aab759ac1e95bc25d1983aa1c874c07595af7cb48af0e4e43b01fbe69a56c22216d0c4ba13da53c5e0172e95916e0c87bb0bb7a7630c8d631aa0152
 DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e69616560cbedb89317d551dcc42e41 SHA512 
3744186d259563d21e5a7a3c5969f24178a442b1482a98d1d45e132dc4d889c55b9ff3da4394acbcca2dc9c7c78b7eb857cb2467c0faec54e11832db909760f6
 WHIRLPOOL 
cbc31efafa28e17375fc795a053878ddc6978c36926e4ce250bb06ae39f332ed1f2e4ec255a19e334bc994cd5707c2ac1ade48c4089546e432c16b8527374daf
 DIST aiohttp-1.0.2.tar.gz 499266 SHA256 
d104a8e762debc1acc3fe40dbc4f0da4cace5a797a93d59c618673b390d3947c SHA512 
94004219b8809bad26df4119512faaad7ebbc7c961fea2488f333aa580a24691752154a688e9fe224be6aeb2b769c6f101a288fec66fdf66e619756ebe98258b
 WHIRLPOOL 
7130e1ea90ef64af9bd128ae8c021e5ba2061c02b276aa81db0aabd326572ef3e68396c842cedec43d0f68ea33bce6128d3f2275909fdae3a942de90b7d3bfda
 DIST aiohttp-1.0.3.tar.gz 499693 SHA256 
5ec0fdf17868bcabfef4effa3ce53c4cfa6108b481585bda88498f46435d5eaa SHA512 
1fd915d04bf978826863c06a3a9ef5c23fd11c3b6a65b71828a7be4301e24421483717af6181319ba8461a22351decda4fb776765d18843e4ab1f436f5319d73
 WHIRLPOOL 
8e6b2503833c98d0d5e341275cc82a0a943e3f69b8b2a0c478c826775aff35b343af6d786b919d75f46a920e09b33eca3d24ba1bec316db82d16a1006cd71e0c

diff --git a/dev-python/aiohttp/aiohttp-0.22.5.ebuild 
b/dev-python/aiohttp/aiohttp-0.22.5.ebuild
deleted file mode 100644
index 3a442c1..
--- a/dev-python/aiohttp/aiohttp-0.22.5.ebuild
+++ /dev/null
@@ -1,58 +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
-
-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 ~x86"
-IUSE="doc examples test"
-
-CDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/multidict-1.2.2[${PYTHON_USEDEP}]
-   

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

2016-10-15 Thread Alex Brandt
commit: 3e5966d2a58e8e4b7482fb466db71d3bea0ba18c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:31:55 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:31:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5966d2

dev-python/aiohttp: remove version 0.22.2

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest  |  1 -
 dev-python/aiohttp/aiohttp-0.22.2.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index fbee33f..4c4a486 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,5 +1,4 @@
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
-DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84
 DIST aiohttp-0.22.4.tar.gz 475257 SHA256 
167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd SHA512 
04efa2b714c0c310b24b092af8d5c7e766ccfbc888f969b2d2f99ac57a478056f2aa793f319783b8c12605bbee8c5ba283bb8b10fd34497a583b886e8aa1
 WHIRLPOOL 
d827932ccfb19290ae1f6f1b3551da29c255640f309d1e776723e825e0a7580b830b0bd836e9c33ce3859d5e21955211f1d2e6830cff89e1cf9df8082a04b8af
 DIST aiohttp-0.22.5.tar.gz 475312 SHA256 
9c51af030c866f91e18a219614e39d345db4483ed9860389d0536d74d04b0d3b SHA512 
919818445590b386b40edd05e8a58fac0b1b2993fe82faf95e10b53b5c0b3b464e92ea2484bc1929cb737351f3629b77a4ff67788248e19d69eb638bbf44a5e3
 WHIRLPOOL 
45e2c0fc3aab759ac1e95bc25d1983aa1c874c07595af7cb48af0e4e43b01fbe69a56c22216d0c4ba13da53c5e0172e95916e0c87bb0bb7a7630c8d631aa0152
 DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e69616560cbedb89317d551dcc42e41 SHA512 
3744186d259563d21e5a7a3c5969f24178a442b1482a98d1d45e132dc4d889c55b9ff3da4394acbcca2dc9c7c78b7eb857cb2467c0faec54e11832db909760f6
 WHIRLPOOL 
cbc31efafa28e17375fc795a053878ddc6978c36926e4ce250bb06ae39f332ed1f2e4ec255a19e334bc994cd5707c2ac1ade48c4089546e432c16b8527374daf

diff --git a/dev-python/aiohttp/aiohttp-0.22.2.ebuild 
b/dev-python/aiohttp/aiohttp-0.22.2.ebuild
deleted file mode 100644
index f7b65a2..
--- a/dev-python/aiohttp/aiohttp-0.22.2.ebuild
+++ /dev/null
@@ -1,57 +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
-
-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 ~x86"
-IUSE="doc examples test"
-
-CDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/multidict-1.1.0[${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-asyncio[${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-10-15 Thread Alex Brandt
commit: d9c2946cf5358d75ccb739fcdb34b81006d668d3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct 16 01:32:30 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct 16 01:32:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c2946c

dev-python/aiohttp: remove version 0.22.4

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest  |  1 -
 dev-python/aiohttp/aiohttp-0.22.4.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 4c4a486..55999e9 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,5 +1,4 @@
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
-DIST aiohttp-0.22.4.tar.gz 475257 SHA256 
167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd SHA512 
04efa2b714c0c310b24b092af8d5c7e766ccfbc888f969b2d2f99ac57a478056f2aa793f319783b8c12605bbee8c5ba283bb8b10fd34497a583b886e8aa1
 WHIRLPOOL 
d827932ccfb19290ae1f6f1b3551da29c255640f309d1e776723e825e0a7580b830b0bd836e9c33ce3859d5e21955211f1d2e6830cff89e1cf9df8082a04b8af
 DIST aiohttp-0.22.5.tar.gz 475312 SHA256 
9c51af030c866f91e18a219614e39d345db4483ed9860389d0536d74d04b0d3b SHA512 
919818445590b386b40edd05e8a58fac0b1b2993fe82faf95e10b53b5c0b3b464e92ea2484bc1929cb737351f3629b77a4ff67788248e19d69eb638bbf44a5e3
 WHIRLPOOL 
45e2c0fc3aab759ac1e95bc25d1983aa1c874c07595af7cb48af0e4e43b01fbe69a56c22216d0c4ba13da53c5e0172e95916e0c87bb0bb7a7630c8d631aa0152
 DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e69616560cbedb89317d551dcc42e41 SHA512 
3744186d259563d21e5a7a3c5969f24178a442b1482a98d1d45e132dc4d889c55b9ff3da4394acbcca2dc9c7c78b7eb857cb2467c0faec54e11832db909760f6
 WHIRLPOOL 
cbc31efafa28e17375fc795a053878ddc6978c36926e4ce250bb06ae39f332ed1f2e4ec255a19e334bc994cd5707c2ac1ade48c4089546e432c16b8527374daf
 DIST aiohttp-1.0.2.tar.gz 499266 SHA256 
d104a8e762debc1acc3fe40dbc4f0da4cace5a797a93d59c618673b390d3947c SHA512 
94004219b8809bad26df4119512faaad7ebbc7c961fea2488f333aa580a24691752154a688e9fe224be6aeb2b769c6f101a288fec66fdf66e619756ebe98258b
 WHIRLPOOL 
7130e1ea90ef64af9bd128ae8c021e5ba2061c02b276aa81db0aabd326572ef3e68396c842cedec43d0f68ea33bce6128d3f2275909fdae3a942de90b7d3bfda

diff --git a/dev-python/aiohttp/aiohttp-0.22.4.ebuild 
b/dev-python/aiohttp/aiohttp-0.22.4.ebuild
deleted file mode 100644
index 93f0f26..
--- a/dev-python/aiohttp/aiohttp-0.22.4.ebuild
+++ /dev/null
@@ -1,58 +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
-
-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 ~x86"
-IUSE="doc examples test"
-
-CDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/multidict-1.1.0[${PYTHON_USEDEP}]
-   

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

2016-10-08 Thread Alex Brandt
commit: 0226f4f827ba34fe0eb71d45af467f4c8cb9473a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct  9 02:41:02 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct  9 02:41:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0226f4f8

dev-python/botocore: add version 1.4.58

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b6ba887..9f98193 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22
 DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60
 DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621
+DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e

diff --git a/dev-python/botocore/botocore-1.4.58.ebuild 
b/dev-python/botocore/botocore-1.4.58.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.58.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-10-08 Thread Alex Brandt
commit: c08e57a5b9aa5de092bbd19ffd09863a4ad1d487
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Oct  9 02:43:32 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Oct  9 02:43:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08e57a5

dev-python/botocore: remove version 1.4.53

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 9f98193..5fc430d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22
 DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60
 DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621
 DIST botocore-1.4.58.tar.gz 2906349 SHA256 
a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 
717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb
 WHIRLPOOL 
bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e

diff --git a/dev-python/botocore/botocore-1.4.53.ebuild 
b/dev-python/botocore/botocore-1.4.53.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.53.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/multidict/

2016-10-01 Thread Alex Brandt
commit: 4d2dde6d275b0a1d1f2ba140c6df1e434648b774
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:40:27 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:40:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2dde6d

dev-python/multidict: add version 2.1.2

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 5128865..989de60 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1,4 @@
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
 DIST multidict-2.0.1.tar.gz 27586 SHA256 
465e0e62dcb68a1779b6428d8ff73134d84f986241b98e9ac0a6ff2b7f1370ef SHA512 
2de3743256cdf3849f767613a510d707716b978c964626846fd082edb52d169a5fb47becf76dc287858f2d06c7f4bbf8aa0f662e41e8bc73becabfe0518f7836
 WHIRLPOOL 
513f0a2cdeef2742470c37a134a863ab8f2dce5753307f9e57cd8fa40b492cebdd3c4d54a38db37be2946d094fb14003cbe8dcbb02e08d2c8445ec7e83ec33bd
 DIST multidict-2.1.0.tar.gz 28131 SHA256 
91c1b57f79a391cc8efaf6ada7b2a84c3954249ccf290c59d198a2df1ca4084e SHA512 
124691f3654b202cc35c59bf4e1c38a9da7d89ca3fed71f800d15313fb4042b55c0df25c012be72b0cf64ca1b8cc00707f001d007df649840e0d7a76d171d385
 WHIRLPOOL 
6d8d00ca386d2a677fc8aada7c8342eac5163d3ad7ed62f0ace811048f18f72378cf9f874ec8f6ddaccf862735cb7c145cdab81c5b5141ae53354d42663f5931
+DIST multidict-2.1.2.tar.gz 28193 SHA256 
f258814a672d093e062bb2fa3ebf007db3a542bc55785f25942b0728418feba7 SHA512 
7debfe3c0abb3323a5ee82b7522ab86162b3d44333ea7dcb26c7c87d24fb4c4c062095db9603ac4a757d507971fff6252f4b3dd9d2183ea167caa5ae80ae3b33
 WHIRLPOOL 
6d1a9a66b753c05b430aabc21301576e2b19bde9713be8cb9b25781104c655effcf485cd64b472e82d4568cb06ce92ca3a158b22a547918ec2f44bd2d5068ff6

diff --git a/dev-python/multidict/multidict-2.1.2.ebuild 
b/dev-python/multidict/multidict-2.1.2.ebuild
new file mode 100644
index ..f43c16c
--- /dev/null
+++ b/dev-python/multidict/multidict-2.1.2.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${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: app-emulation/docker-compose/

2016-10-01 Thread Alex Brandt
commit: 34d6893a3b21eb48d776f7c5344cfd111c3382d3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:33:36 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:33:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d6893a

app-emulation/docker-compose: add version 1.8.1

Package-Manager: portage-2.3.1

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.8.1.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 6706037..691cc37 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,4 @@
 DIST docker-compose-1.8.0.tar.gz 149822 SHA256 
65f46b2ac836918c68306646206612ecadbb0cf17fae1557f6d565554747a2a9 SHA512 
ed7aa5b7f318cd71492ad3da672937619063b824809888928bd64275dbf89ea6152c72d96028ca796d63da7fe028dc164ae871db0fdc531c918ba9f946b0b17d
 WHIRLPOOL 
c3cbf631d01d1e96c8e29965d3e493ade80869ad43c31d6ae7129c875d4b7d0856bc6a990f5af46db761dfb1f6a615f1e4056d00b0e423be6e0a41bb6db6a564
 DIST docker-compose-1.8.0_rc1.tar.gz 145401 SHA256 
9c897c6dc99b0cc63b402220e5c3ff530a09c974b965d6a07f050bd7a07ef663 SHA512 
75c0ec21e0edbe0086ff5229115f12469996c2a6cb569fe744b381536aa590f0001ccab7aa8f67d052613a8475e4901316c99db4116ccf1e4bc47b0b0ecb016f
 WHIRLPOOL 
32f6f0311adb2ebaec798f1b8f654f16c397e2aa48bb0ec44c1e92c38cea8438a6fbab67b5c9b7db06a89d081675568dcb40214d3d3c9c07aff9d71e2f5f3ce8
 DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686
+DIST docker-compose-1.8.1.tar.gz 151478 SHA256 
1c72725a0a5cd41f56021cb51c6cba86932fb5b4155378ce883500d2644efc84 SHA512 
8b33bf5b1fa3eeb5c5724e7ada8c61cf054a5cc1af68c9c9ab40955958f0f6a537f5bad8d54367dddc5ae66930d0555c83da47a48fc43f623d92fd60ad01cb62
 WHIRLPOOL 
5dca7ff3303833a45b0e7f462a375c58f68f4a19659e66b93bfc564701df8dfba70311151eb674a84c5a3b81703ddcc8809c6c7b89574c738ac9db96a32c93e6

diff --git a/app-emulation/docker-compose/docker-compose-1.8.1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.8.1.ebuild
new file mode 100644
index ..f3bd7df
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.8.1.ebuild
@@ -0,0 +1,64 @@
+# 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.10.3[${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-10-01 Thread Alex Brandt
commit: 34eeb051713a71a1994e60e021f51adb4faa24a7
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:36:03 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:36:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34eeb051

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

Package-Manager: portage-2.3.1

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 691cc37..1b4b65e 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
 DIST docker-compose-1.8.0.tar.gz 149822 SHA256 
65f46b2ac836918c68306646206612ecadbb0cf17fae1557f6d565554747a2a9 SHA512 
ed7aa5b7f318cd71492ad3da672937619063b824809888928bd64275dbf89ea6152c72d96028ca796d63da7fe028dc164ae871db0fdc531c918ba9f946b0b17d
 WHIRLPOOL 
c3cbf631d01d1e96c8e29965d3e493ade80869ad43c31d6ae7129c875d4b7d0856bc6a990f5af46db761dfb1f6a615f1e4056d00b0e423be6e0a41bb6db6a564
-DIST docker-compose-1.8.0_rc1.tar.gz 145401 SHA256 
9c897c6dc99b0cc63b402220e5c3ff530a09c974b965d6a07f050bd7a07ef663 SHA512 
75c0ec21e0edbe0086ff5229115f12469996c2a6cb569fe744b381536aa590f0001ccab7aa8f67d052613a8475e4901316c99db4116ccf1e4bc47b0b0ecb016f
 WHIRLPOOL 
32f6f0311adb2ebaec798f1b8f654f16c397e2aa48bb0ec44c1e92c38cea8438a6fbab67b5c9b7db06a89d081675568dcb40214d3d3c9c07aff9d71e2f5f3ce8
 DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686
 DIST docker-compose-1.8.1.tar.gz 151478 SHA256 
1c72725a0a5cd41f56021cb51c6cba86932fb5b4155378ce883500d2644efc84 SHA512 
8b33bf5b1fa3eeb5c5724e7ada8c61cf054a5cc1af68c9c9ab40955958f0f6a537f5bad8d54367dddc5ae66930d0555c83da47a48fc43f623d92fd60ad01cb62
 WHIRLPOOL 
5dca7ff3303833a45b0e7f462a375c58f68f4a19659e66b93bfc564701df8dfba70311151eb674a84c5a3b81703ddcc8809c6c7b89574c738ac9db96a32c93e6

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
deleted file mode 100644
index 04df923..
--- a/app-emulation/docker-compose/docker-compose-1.8.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.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/stormpath/

2016-10-01 Thread Alex Brandt
commit: 24ce286aaf0d67e986ae9a1277b72b2770e49b00
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:12:56 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:29:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ce286a

dev-python/stormpath: add version 2.4.5

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 97f20a8..dd9de5c 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 DIST stormpath-2.4.1.tar.gz 4345634 SHA256 
5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 
50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95
 WHIRLPOOL 
332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f
 DIST stormpath-2.4.2.tar.gz 4345932 SHA256 
17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 
0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff
 WHIRLPOOL 
536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca
 DIST stormpath-2.4.4.tar.gz 4347668 SHA256 
6630abba74bc5de5f295b78fd1c32a60a9d1f3b09863ce4353ea568a99fc175c SHA512 
41c06dc8c96f363493777e4d65a559d12af0b4fc85e5bdd1a799d7191f24d06e4c1bad5364771e5aff5788e896a4d8bc5dd9209243f558062444da5201e21747
 WHIRLPOOL 
a9277465fb21d127c7b75f4836ee89b5c98203b68af12b46bb9cb82842a79c7f8c6fc82533b677bd2815d8e5d88007ea44dc82cc8c40af3fe2fbca5883a2cb89
+DIST stormpath-2.4.5.tar.gz 3821801 SHA256 
93446387a369483d219db9a1f760743fe97c19fe09f1a1ab6c074f576ff31f22 SHA512 
8bf3ad45cabd9c16a615f3303a4253d7f81bfb39a9c1542bc9662be54075f85013624e9ace7ec6ae7a81ef3ebb6864919458bbeca685879a8623ab7fb13cfbb4
 WHIRLPOOL 
ebff05e9bc7346a034d8c3ae643fa65629e29425db7067d8a995b7b63fd8c24d3c987134a03f9bb1817c783a636fa7a5987bdf47d81f7330db0ee9704be6a062

diff --git a/dev-python/stormpath/stormpath-2.4.5.ebuild 
b/dev-python/stormpath/stormpath-2.4.5.ebuild
new file mode 100644
index ..82cb332
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.4.5.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() {
+   esetup.py docs
+}
+
+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-10-01 Thread Alex Brandt
commit: 0cce63463d54dceddfaae4ceebbafcc92fdd3c47
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:25:58 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:29:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cce6346

dev-python/stormpath: remove version 2.4.1

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index dd9de5c..d0e5556 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-DIST stormpath-2.4.1.tar.gz 4345634 SHA256 
5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 
50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95
 WHIRLPOOL 
332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f
 DIST stormpath-2.4.2.tar.gz 4345932 SHA256 
17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 
0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff
 WHIRLPOOL 
536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca
 DIST stormpath-2.4.4.tar.gz 4347668 SHA256 
6630abba74bc5de5f295b78fd1c32a60a9d1f3b09863ce4353ea568a99fc175c SHA512 
41c06dc8c96f363493777e4d65a559d12af0b4fc85e5bdd1a799d7191f24d06e4c1bad5364771e5aff5788e896a4d8bc5dd9209243f558062444da5201e21747
 WHIRLPOOL 
a9277465fb21d127c7b75f4836ee89b5c98203b68af12b46bb9cb82842a79c7f8c6fc82533b677bd2815d8e5d88007ea44dc82cc8c40af3fe2fbca5883a2cb89
 DIST stormpath-2.4.5.tar.gz 3821801 SHA256 
93446387a369483d219db9a1f760743fe97c19fe09f1a1ab6c074f576ff31f22 SHA512 
8bf3ad45cabd9c16a615f3303a4253d7f81bfb39a9c1542bc9662be54075f85013624e9ace7ec6ae7a81ef3ebb6864919458bbeca685879a8623ab7fb13cfbb4
 WHIRLPOOL 
ebff05e9bc7346a034d8c3ae643fa65629e29425db7067d8a995b7b63fd8c24d3c987134a03f9bb1817c783a636fa7a5987bdf47d81f7330db0ee9704be6a062

diff --git a/dev-python/stormpath/stormpath-2.4.1.ebuild 
b/dev-python/stormpath/stormpath-2.4.1.ebuild
deleted file mode 100644
index 8248d4f..
--- a/dev-python/stormpath/stormpath-2.4.1.ebuild
+++ /dev/null
@@ -1,51 +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="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-10-01 Thread Alex Brandt
commit: 88556ed49e5a6707efde9a6513c262a008a7c9bc
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:06:58 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:09:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88556ed4

dev-python/botocore: add version 1.4.56

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index d389322..cc9fb89 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df
 DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22
 DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60
+DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621

diff --git a/dev-python/botocore/botocore-1.4.56.ebuild 
b/dev-python/botocore/botocore-1.4.56.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.56.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-10-01 Thread Alex Brandt
commit: 63066097a8282c4060cdb763805413f8fbab90c4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Oct  1 22:09:18 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Oct  1 22:09:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63066097

dev-python/botocore: remove version 1.4.51

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index cc9fb89..b6ba887 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df
 DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22
 DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60
 DIST botocore-1.4.56.tar.gz 2778136 SHA256 
8cf6152b5af9df16bb7ba660d2bc7dc110911532fc253e052c2c26099d84ac8f SHA512 
87b48221e7d1c9d77bd048f5d3a4b67660af1d3c3ebdbce0f517fd3f8fa5ae91cb45d3644d62b40ec85291f4e26f85dff6ddb2258d5a86cce26b82abee09421f
 WHIRLPOOL 
c336b5878d5656455b696a75eca28f4c65cc95af0ed79d6e7051908652cf6c935d65db2b9185dabf0df493c49d4478870463ff2a1e31cb33c45f05794cb86621

diff --git a/dev-python/botocore/botocore-1.4.51.ebuild 
b/dev-python/botocore/botocore-1.4.51.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.51.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-09-24 Thread Alex Brandt
commit: 5c2830f2e801bf43c284b19f755c859397c37c30
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:40:40 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:40:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2830f2

dev-python/docker-py: remove version 1.8.1

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 5561149..eb2b7b9 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.10.3.tar.gz 121064 SHA256 
3042c0b3ca533353f0aa7acc19b5a1258b0f2fcf0a90da0f96659f52f64a SHA512 
39bb7440849fcc815f6a36dfe402e76635d01584f9af3d17610d0c70719f46aa16b697058feeda961b9830e463fba5aeac2cc28752881ea0bf1cd0c6ca41acb7
 WHIRLPOOL 
92a0b7dd9a3fdedee7538bc1518035bca470c91a436516c87b2645b50a36fd5b884517f92759bd4e7f02cd6545335072bd801692cbb5c2b424cb6f4320ddea27
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
-DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
 DIST docker-py-1.9.0.tar.gz 105939 SHA256 
0ff58798c8cf79c7e459505786b3b83ca0552a077945b8fe20fc38ff3f732361 SHA512 
49e6d4e8ab30c4e54165e7eff9e3034a1fe102348020bad2c5aefa238c44efdf39711536a7727fd9689e2e90483a348930bb91f1e76cade546161c82990f78ed
 WHIRLPOOL 
d60bca034f91569f37bef65ff42fcf950dfbc02bc42053bb650a9188661a8c0d9c21cb03128782a15799e6f208e88b32618286615ef94ba9396a4940ae3b6603
 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.1.ebuild 
b/dev-python/docker-py/docker-py-1.8.1.ebuild
deleted file mode 100644
index 2c9b498..
--- a/dev-python/docker-py/docker-py-1.8.1.ebuild
+++ /dev/null
@@ -1,52 +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_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/docker-py/

2016-09-24 Thread Alex Brandt
commit: 52c9e3485f86354a16b8822293be456cf7405fc7
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:35:00 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:35:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c9e348

dev-python/docker-py: add version 1.10.3

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 63f9a23..5561149 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,3 +1,4 @@
+DIST docker-py-1.10.3.tar.gz 121064 SHA256 
3042c0b3ca533353f0aa7acc19b5a1258b0f2fcf0a90da0f96659f52f64a SHA512 
39bb7440849fcc815f6a36dfe402e76635d01584f9af3d17610d0c70719f46aa16b697058feeda961b9830e463fba5aeac2cc28752881ea0bf1cd0c6ca41acb7
 WHIRLPOOL 
92a0b7dd9a3fdedee7538bc1518035bca470c91a436516c87b2645b50a36fd5b884517f92759bd4e7f02cd6545335072bd801692cbb5c2b424cb6f4320ddea27
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
 DIST docker-py-1.9.0.tar.gz 105939 SHA256 
0ff58798c8cf79c7e459505786b3b83ca0552a077945b8fe20fc38ff3f732361 SHA512 
49e6d4e8ab30c4e54165e7eff9e3034a1fe102348020bad2c5aefa238c44efdf39711536a7727fd9689e2e90483a348930bb91f1e76cade546161c82990f78ed
 WHIRLPOOL 
d60bca034f91569f37bef65ff42fcf950dfbc02bc42053bb650a9188661a8c0d9c21cb03128782a15799e6f208e88b32618286615ef94ba9396a4940ae3b6603

diff --git a/dev-python/docker-py/docker-py-1.10.3.ebuild 
b/dev-python/docker-py/docker-py-1.10.3.ebuild
new file mode 100644
index ..927bee7
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.10.3.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 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.15.3[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}]
+   <=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/docker-pycreds-0.2.1[${PYTHON_USEDEP}]
+   =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/pytest-aiohttp/

2016-09-24 Thread Alex Brandt
commit: 38d15791e6e281ca813f53d7796199e88553db51
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:28:30 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:28:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d15791

dev-python/pytest-aiohttp: add version 0.1.3

Package-Manager: portage-2.3.1

 dev-python/pytest-aiohttp/Manifest |  1 +
 dev-python/pytest-aiohttp/metadata.xml | 13 +++
 .../pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild | 25 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-aiohttp/Manifest 
b/dev-python/pytest-aiohttp/Manifest
new file mode 100644
index ..0494d32
--- /dev/null
+++ b/dev-python/pytest-aiohttp/Manifest
@@ -0,0 +1 @@
+DIST pytest-aiohttp-0.1.3.tar.gz 6192 SHA256 
c2391c424b5342f9234f5f56f15183d167050b50c08c96258c1816cdb5a0283f SHA512 
2271f7730b91812a619e04522c13b7e2ff76353179a4588226d0b943b67f7397b966c1d3c24016861cc3eda3a541b3f0d3b2858a6ca3586f7707e10581c34e4c
 WHIRLPOOL 
8bf1608b655db5cc3a932316e48fbff6ab4045971e5e0d2e7240219798bcffdb2f130a8270163b67d8f213a15242127721b128b0edb2a97fa8e07f1ce2026d98

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

diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild 
b/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild
new file mode 100644
index ..1552cc1
--- /dev/null
+++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin for aiohttp support"
+HOMEPAGE="https://github.com/aio-libs/pytest-aiohttp/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   >=dev-python/aiohttp-0.22.0[${PYTHON_USEDEP}]
+"



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

2016-09-24 Thread Alex Brandt
commit: 310ef69497a52a86dd9c7521a3de614e35e68a12
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:20:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:20:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310ef694

dev-python/multidict: add version 2.1.0

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 6463d96..e0038a7 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1,4 @@
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
 DIST multidict-2.0.0.tar.gz 99480 SHA256 
12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 
fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22
 WHIRLPOOL 
6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16
 DIST multidict-2.0.1.tar.gz 27586 SHA256 
465e0e62dcb68a1779b6428d8ff73134d84f986241b98e9ac0a6ff2b7f1370ef SHA512 
2de3743256cdf3849f767613a510d707716b978c964626846fd082edb52d169a5fb47becf76dc287858f2d06c7f4bbf8aa0f662e41e8bc73becabfe0518f7836
 WHIRLPOOL 
513f0a2cdeef2742470c37a134a863ab8f2dce5753307f9e57cd8fa40b492cebdd3c4d54a38db37be2946d094fb14003cbe8dcbb02e08d2c8445ec7e83ec33bd
+DIST multidict-2.1.0.tar.gz 28131 SHA256 
91c1b57f79a391cc8efaf6ada7b2a84c3954249ccf290c59d198a2df1ca4084e SHA512 
124691f3654b202cc35c59bf4e1c38a9da7d89ca3fed71f800d15313fb4042b55c0df25c012be72b0cf64ca1b8cc00707f001d007df649840e0d7a76d171d385
 WHIRLPOOL 
6d8d00ca386d2a677fc8aada7c8342eac5163d3ad7ed62f0ace811048f18f72378cf9f874ec8f6ddaccf862735cb7c145cdab81c5b5141ae53354d42663f5931

diff --git a/dev-python/multidict/multidict-2.1.0.ebuild 
b/dev-python/multidict/multidict-2.1.0.ebuild
new file mode 100644
index ..f43c16c
--- /dev/null
+++ b/dev-python/multidict/multidict-2.1.0.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${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-09-24 Thread Alex Brandt
commit: 2286a8659db3d875cf7c1ee73c72269b134e1c59
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:23:32 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:23:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2286a865

dev-python/multidict: remove version 2.0.0

Package-Manager: portage-2.3.1

 dev-python/multidict/Manifest   |  1 -
 dev-python/multidict/multidict-2.0.0.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index e0038a7..5128865 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
-DIST multidict-2.0.0.tar.gz 99480 SHA256 
12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 
fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22
 WHIRLPOOL 
6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16
 DIST multidict-2.0.1.tar.gz 27586 SHA256 
465e0e62dcb68a1779b6428d8ff73134d84f986241b98e9ac0a6ff2b7f1370ef SHA512 
2de3743256cdf3849f767613a510d707716b978c964626846fd082edb52d169a5fb47becf76dc287858f2d06c7f4bbf8aa0f662e41e8bc73becabfe0518f7836
 WHIRLPOOL 
513f0a2cdeef2742470c37a134a863ab8f2dce5753307f9e57cd8fa40b492cebdd3c4d54a38db37be2946d094fb14003cbe8dcbb02e08d2c8445ec7e83ec33bd
 DIST multidict-2.1.0.tar.gz 28131 SHA256 
91c1b57f79a391cc8efaf6ada7b2a84c3954249ccf290c59d198a2df1ca4084e SHA512 
124691f3654b202cc35c59bf4e1c38a9da7d89ca3fed71f800d15313fb4042b55c0df25c012be72b0cf64ca1b8cc00707f001d007df649840e0d7a76d171d385
 WHIRLPOOL 
6d8d00ca386d2a677fc8aada7c8342eac5163d3ad7ed62f0ace811048f18f72378cf9f874ec8f6ddaccf862735cb7c145cdab81c5b5141ae53354d42663f5931

diff --git a/dev-python/multidict/multidict-2.0.0.ebuild 
b/dev-python/multidict/multidict-2.0.0.ebuild
deleted file mode 100644
index d561c57..
--- a/dev-python/multidict/multidict-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +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
-
-DESCRIPTION="multidict implementation"
-HOMEPAGE="https://github.com/aio-libs/multidict/;
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${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/docker-pycreds/

2016-09-24 Thread Alex Brandt
commit: e6559b01bb6c24e2a3e134e927a099d7c140b5cf
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:17:26 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:17:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6559b01

dev-python/docker-pycreds: add version 0.2.1

Package-Manager: portage-2.3.1

 dev-python/docker-pycreds/Manifest   |  1 +
 .../docker-pycreds/docker-pycreds-0.2.1.ebuild   | 20 
 dev-python/docker-pycreds/metadata.xml   | 13 +
 3 files changed, 34 insertions(+)

diff --git a/dev-python/docker-pycreds/Manifest 
b/dev-python/docker-pycreds/Manifest
new file mode 100644
index ..9f0cc7c
--- /dev/null
+++ b/dev-python/docker-pycreds/Manifest
@@ -0,0 +1 @@
+DIST docker-pycreds-0.2.1.tar.gz 7555 SHA256 
93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348 SHA512 
04a2dbd00c4e0a02bee13eaf23255e660b0e8640ef4225eff94e6c2391e5ceaf539b373ef932737dbc8eb4383746b374aca5a018a1f21c1eebb2f53160662338
 WHIRLPOOL 
5a3ef7689cf3cd7f5a1811b14f00468ab9d2fdd35ac0d2953164e3d453eb05efda951e169e1d59561c2134f097c8875a378f57d6327f032c4ca6db11039315f4

diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild 
b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild
new file mode 100644
index ..bf78fe8
--- /dev/null
+++ b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild
@@ -0,0 +1,20 @@
+# 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 )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the docker credentials store API"
+HOMEPAGE="https://github.com/shin-/docker-pycreds/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/six-1.4.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/docker-pycreds/metadata.xml 
b/dev-python/docker-pycreds/metadata.xml
new file mode 100644
index ..3e6df16
--- /dev/null
+++ b/dev-python/docker-pycreds/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/fuzzywuzzy/

2016-09-24 Thread Alex Brandt
commit: 5bfe3dab7572cc1c1e53cde14b4498e454c1884e
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:15:07 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:15:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfe3dab

dev-python/fuzzywuzzy: add version 0.12.0

Package-Manager: portage-2.3.1

 dev-python/fuzzywuzzy/Manifest |  1 +
 dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest
index 463cb87..c853b4b 100644
--- a/dev-python/fuzzywuzzy/Manifest
+++ b/dev-python/fuzzywuzzy/Manifest
@@ -1,2 +1,3 @@
 DIST fuzzywuzzy-0.11.0.tar.gz 17260 SHA256 
3d3d961c24aec15d48e9d2a60d7fdffce18d0a168d4e0ca2dd22571d5c53cc80 SHA512 
a6f88f76ccf54f775a64e9325f4b06630db2f9fe9d5d34540a0bc48e23659964c0230aa66a9bd65214c22a7b2ee0621d12e3ee85a35b29614c8039398c023eb1
 WHIRLPOOL 
6c5a5ec77466c5d22a098d9a3b0314d1ab9ea6e286b4053e0e472cb84b4ba3995fc8c8c2f0328a0dd096cb17b4b65b6dac67ef5fd15d47d10ee26aba89e6a909
 DIST fuzzywuzzy-0.11.1.tar.gz 17364 SHA256 
09336f9c8f170d4d6af4db3c5f23c2d587d3a03ba150c9cab51b9bce3594 SHA512 
20b28be5eb0a2b8e618c0c6238364ca56668c56a41489f1c2a7358e898ca36eef7b69029c74b5bc764e0aeda0cb10ece1b1ab3f10a14a47567781dff56214e89
 WHIRLPOOL 
a41ed0bf16024703a9f121a0c1d67a6ca0f7c248814f6ffd711e7d779990a57d5bc9c0323e43afb369c96a0ef3d69a57d30bd545d004c268d647b6fd9f6e5d0b
+DIST fuzzywuzzy-0.12.0.tar.gz 25792 SHA256 
0a39865799ada1d514c8ac612194a2d1c8a335f67c17078d5ab0bb9ec980ac33 SHA512 
d4312342af9e3fc9383e1967e60b2856af73e8ad869f6b694d3f737d0280cd840dc42779b0407aefce2571d98c97ab780912943078c4d94dd77502c4e28bd2cc
 WHIRLPOOL 
161c464690b9f2479f0eaa158619c764fa179371aa7bfe4757dd5e68ab84dc819e001da7a04f1be54815ad49de299cabc39c44fbf1bba7c5a2a29c50dd1975e1

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.0.ebuild
new file mode 100644
index ..6368bfd
--- /dev/null
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.12.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}"
+}



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

2016-09-24 Thread Alex Brandt
commit: 0ffd47fbbd10c8081195ee89239e8ad87d11c9e8
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:09:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:09:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffd47fb

dev-python/s3transfer: add version 0.1.4

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 26aaa3b..14919aa 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,4 @@
 DIST s3transfer-0.1.1.tar.gz 82198 SHA256 
6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 
3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d
 WHIRLPOOL 
64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415
 DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 
96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f
 WHIRLPOOL 
14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9
 DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2
+DIST s3transfer-0.1.4.tar.gz 87620 SHA256 
c41d039ab9204e9eea72a6098ca5092ed001f2820274b80be622dbe582ab2d41 SHA512 
ec56ff5f535ffab7d0c21d933b12d71c55cc4647260f82b54d6aebb97716f3b55d26f75f3640487dcd7275ed2b4a57d3f7b7995b873ec7775f53ec5a13ba0419
 WHIRLPOOL 
bb615d142d9df7c602307c956fa2c8c868f9d35864cdb4ee9b452e34b3831bbcd7ae2c912ecd09177a42bb440c75510d9062c2ca458864d93bf481a3b54d2183

diff --git a/dev-python/s3transfer/s3transfer-0.1.4.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.4.ebuild
new file mode 100644
index ..7ad1e5c
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.4.ebuild
@@ -0,0 +1,38 @@
+# 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="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/botocore-1.3.0[${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/s3transfer/

2016-09-24 Thread Alex Brandt
commit: 472fdcf091b19c81aceda263b3b5b819237b0bb5
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:13:10 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:13:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472fdcf0

dev-python/s3transfer: remove version 0.1.1

Package-Manager: portage-2.3.1

 dev-python/s3transfer/Manifest|  1 -
 dev-python/s3transfer/s3transfer-0.1.1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 14919aa..3d42c39 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,4 +1,3 @@
-DIST s3transfer-0.1.1.tar.gz 82198 SHA256 
6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 
3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d
 WHIRLPOOL 
64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415
 DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 
96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f
 WHIRLPOOL 
14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9
 DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2
 DIST s3transfer-0.1.4.tar.gz 87620 SHA256 
c41d039ab9204e9eea72a6098ca5092ed001f2820274b80be622dbe582ab2d41 SHA512 
ec56ff5f535ffab7d0c21d933b12d71c55cc4647260f82b54d6aebb97716f3b55d26f75f3640487dcd7275ed2b4a57d3f7b7995b873ec7775f53ec5a13ba0419
 WHIRLPOOL 
bb615d142d9df7c602307c956fa2c8c868f9d35864cdb4ee9b452e34b3831bbcd7ae2c912ecd09177a42bb440c75510d9062c2ca458864d93bf481a3b54d2183

diff --git a/dev-python/s3transfer/s3transfer-0.1.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.1.ebuild
deleted file mode 100644
index 7ad1e5c..
--- a/dev-python/s3transfer/s3transfer-0.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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="An Amazon S3 Transfer Manager"
-HOMEPAGE="https://github.com/boto/s3transfer;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/botocore-1.3.0[${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/botocore/

2016-09-24 Thread Alex Brandt
commit: 2234c5bb75d6fff4db12c8ee0089fb168545df99
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:03:31 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:03:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2234c5bb

dev-python/botocore: add version 1.4.55

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index e7d2a98..2e5b359 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc
 DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df
 DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22
+DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60

diff --git a/dev-python/botocore/botocore-1.4.55.ebuild 
b/dev-python/botocore/botocore-1.4.55.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.55.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-09-24 Thread Alex Brandt
commit: fc802dc8bd805dc0fe03f36561cb942a4ac987aa
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 24 15:07:43 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 24 15:07:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc802dc8

dev-python/botocore: remove version 1.4.49

Package-Manager: portage-2.3.1

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 2e5b359..d389322 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc
 DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df
 DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22
 DIST botocore-1.4.55.tar.gz 2774299 SHA256 
0c0a2ffa545cb4209cac4f8caad4463d12e17c052a2a643814109782a68540b8 SHA512 
5d532e56329afa37f7930102e60d6372790c9c45f76f483936fb53eb97608f6a2b7d3c39c5c03e576a25e1b8944586761b11465409cd57bbed2af590a5d7
 WHIRLPOOL 
1ebe49e320cb894281a3e7b35779baa99d7d7f1a59aa469cc0ef8e67880cc6eb070ba43cd4040f5fa57b739be4f3aac8c83a6d1d797f3fac942109ef40c9fa60

diff --git a/dev-python/botocore/botocore-1.4.49.ebuild 
b/dev-python/botocore/botocore-1.4.49.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.49.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-09-17 Thread Alex Brandt
commit: f0536e36a9b3ce527cbd054079a595266f08c9fd
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 17 14:06:46 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 17 14:07:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0536e36

dev-python/botocore: remove version 1.4.48

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index ffa0a57..e7d2a98 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
 DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc
 DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df
 DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22

diff --git a/dev-python/botocore/botocore-1.4.48.ebuild 
b/dev-python/botocore/botocore-1.4.48.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.48.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-09-17 Thread Alex Brandt
commit: c3cde9139d56f1c24c134e58a197bfc1931c48bd
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 17 14:04:12 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 17 14:07:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cde913

dev-python/botocore: add version 1.4.53

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 21d92f6..ffa0a57 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
 DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc
 DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df
+DIST botocore-1.4.53.tar.gz 2772347 SHA256 
7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad SHA512 
28a6b2dbea3ee5394df15fb2c99a9d353fb75785b8e87e309c7c77dc61fe3fc508d76bbcd3e6cf928851be4cb236c4a375e8307a1b97db0f224b7057007cdcd7
 WHIRLPOOL 
c14095f6f3e7aa616ebb258634323b266e8668eef89839250760ad09e23b9686ec421a6388036b1457295248b019484beca597e92d0efc90eb4dfff0e9cbce22

diff --git a/dev-python/botocore/botocore-1.4.53.ebuild 
b/dev-python/botocore/botocore-1.4.53.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.53.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/s3transfer/

2016-09-10 Thread Alex Brandt
commit: 822b6ce9eaed7e9c14343dd6e98da1004c793f7c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 10 23:33:19 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 10 23:33:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822b6ce9

dev-python/s3transfer: add version 0.1.3

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 7755fdd..23f9267 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,4 @@
 DIST s3transfer-0.0.1.tar.gz 9465 SHA256 
2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 SHA512 
77ef39d2043b7ca7cfa105d3a682881392ae8048dd2e1263a9c88390a28e24578e49733afc330ace78027c1a3e3ff5401b30fc12f8a5fac70544bda099f33461
 WHIRLPOOL 
6a31f8d40c649a244d6f43deb97bc844ad2cb61856ab9e07bf527d8afa576decc22d962baeeec64ea96c715e01a6f9731bc4db49a68f48017a189d8aa95db7b9
 DIST s3transfer-0.1.1.tar.gz 82198 SHA256 
6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 
3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d
 WHIRLPOOL 
64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415
 DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 
96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f
 WHIRLPOOL 
14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9
+DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2

diff --git a/dev-python/s3transfer/s3transfer-0.1.3.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.3.ebuild
new file mode 100644
index ..7ad1e5c
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.3.ebuild
@@ -0,0 +1,38 @@
+# 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="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/botocore-1.3.0[${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/s3transfer/

2016-09-10 Thread Alex Brandt
commit: 54d44a82785e1450e9f6432503e2e8d47bedd4c8
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 10 23:35:27 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 10 23:35:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d44a82

dev-python/s3transfer: remove version 0.0.1

Package-Manager: portage-2.3.0

 dev-python/s3transfer/Manifest|  1 -
 dev-python/s3transfer/s3transfer-0.0.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 23f9267..26aaa3b 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,4 +1,3 @@
-DIST s3transfer-0.0.1.tar.gz 9465 SHA256 
2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 SHA512 
77ef39d2043b7ca7cfa105d3a682881392ae8048dd2e1263a9c88390a28e24578e49733afc330ace78027c1a3e3ff5401b30fc12f8a5fac70544bda099f33461
 WHIRLPOOL 
6a31f8d40c649a244d6f43deb97bc844ad2cb61856ab9e07bf527d8afa576decc22d962baeeec64ea96c715e01a6f9731bc4db49a68f48017a189d8aa95db7b9
 DIST s3transfer-0.1.1.tar.gz 82198 SHA256 
6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 
3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d
 WHIRLPOOL 
64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415
 DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 
96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f
 WHIRLPOOL 
14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9
 DIST s3transfer-0.1.3.tar.gz 83873 SHA256 
af2e541ac584a1e88d3bca9529ae784d2b25e5d448685e0ee64f4c0e1e017ed2 SHA512 
c05ebd67f8295cd595ace77aaf1f437fa4572bfeb31a06df336ba05a17b8d420ce29ff3ba06ce31f75d8a8e9f43bf4dc23559fa1e78e477370ca989010fe23e1
 WHIRLPOOL 
d62df0fb99647e82d82331f953eb943f9e03e930ef9529882e18fe6bcd886f7a8386b9aafcfcae1146b3c5e1f71d9d3d93bbe63715fb5b4fb773f3245cc2

diff --git a/dev-python/s3transfer/s3transfer-0.0.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.0.1.ebuild
deleted file mode 100644
index eb56624..
--- a/dev-python/s3transfer/s3transfer-0.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon S3 Transfer Manager"
-HOMEPAGE="http://pypi.python.org/pypi/s3transfer;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-python/botocore[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "



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

2016-09-10 Thread Alex Brandt
commit: 354895c7d8b2e0446f312b867cf4db7d90d20a43
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 10 23:29:03 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 10 23:29:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354895c7

dev-python/botocore: add version 1.4.51

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 9fd19aa..569a23c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
 DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
 DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc
+DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df

diff --git a/dev-python/botocore/botocore-1.4.51.ebuild 
b/dev-python/botocore/botocore-1.4.51.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.51.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-09-10 Thread Alex Brandt
commit: 6fcd227dc49e6f4de64584aa43c3be7e2f4c9abb
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep 10 23:31:44 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep 10 23:31:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcd227d

dev-python/botocore: remove version 1.4.46

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 569a23c..21d92f6 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
 DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
 DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc
 DIST botocore-1.4.51.tar.gz 2753035 SHA256 
e6216bf77f23c49eaae9fff4ad3903af2fbff0de92d2d730d8ca83447be33ad9 SHA512 
80849c9eae2d700751258cc8dcf099a8bb8210c0f8f92f2daf53125879b91b7934f56fe98afdac38a92997fb9cb1584d3e188866508514758d4b587d9c1913cb
 WHIRLPOOL 
d0014eb9c10215dd4fbaab220a7a9db308dbb6c19857738c650a479591d5d63da4abed95d2c2708f8a92cd7f438c0518ed5216dcfa3332b94abe3fd3050d59df

diff --git a/dev-python/botocore/botocore-1.4.46.ebuild 
b/dev-python/botocore/botocore-1.4.46.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.46.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/mypy/

2016-09-03 Thread Alex Brandt
commit: 241d9e68a9c545df9d0b9618486c1db7a5ae4b66
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep  3 14:40:35 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep  3 14:40:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241d9e68

dev-python/mypy: add version 0.4.4

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 749bde7..560272d 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,3 +1,4 @@
 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
 DIST mypy-0.4.3.tar.gz 714118 SHA256 
d90aaf3e8c01ccdfdb5b74e9321a3f3a32dea964ce13472f406cec43c174229d SHA512 
2185eccb6fa783168879acfc316da0c879fca0b04e6a21bbd47a456014281d634711d9f3e25fa3a64a0b7819b54f0bb87f8bede7452147fd3bab8bca4859f5f0
 WHIRLPOOL 
4b1db030e1c8aed69e763141a812626129451f04ec32ed4cd4bff15461d826b9479a85a92dcc846baa16dda3056840e6c7f798e9b27317d5158e4ccc769c34c9
+DIST mypy-0.4.4.tar.gz 757353 SHA256 
665c9eecc1d43380534d2b88bfc6df2fc7c387f23772e5d82cb37ae96c580034 SHA512 
7a5cb8dae4d28cb7803b56ce17e379dd5f1f953663af6a5c2510e3183028f06a8b3722b94843a782e01e4a65b3f5ae48ff002ad85bfb85cad05abb181fc60e47
 WHIRLPOOL 
71e0b90d521e09c8df21db3bd8a37d3f738ab91823a82481397f81a30cd0f04031a73b71acefefc77405570c8080bf7ccc19669db565313b676c2384018c0863

diff --git a/dev-python/mypy/mypy-0.4.4.ebuild 
b/dev-python/mypy/mypy-0.4.4.ebuild
new file mode 100644
index ..bdebb35
--- /dev/null
+++ b/dev-python/mypy/mypy-0.4.4.ebuild
@@ -0,0 +1,42 @@
+# 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 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/. )
+
+   distutils-r1_python_install_all
+}



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

2016-09-03 Thread Alex Brandt
commit: 8009caa44a76b3b7ef0780bb2425ead99d0dc2c5
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep  3 14:44:33 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep  3 14:44:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8009caa4

dev-python/mypy: remove version 0.4.1

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 560272d..0fd652b 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,4 +1,3 @@
-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
 DIST mypy-0.4.3.tar.gz 714118 SHA256 
d90aaf3e8c01ccdfdb5b74e9321a3f3a32dea964ce13472f406cec43c174229d SHA512 
2185eccb6fa783168879acfc316da0c879fca0b04e6a21bbd47a456014281d634711d9f3e25fa3a64a0b7819b54f0bb87f8bede7452147fd3bab8bca4859f5f0
 WHIRLPOOL 
4b1db030e1c8aed69e763141a812626129451f04ec32ed4cd4bff15461d826b9479a85a92dcc846baa16dda3056840e6c7f798e9b27317d5158e4ccc769c34c9
 DIST mypy-0.4.4.tar.gz 757353 SHA256 
665c9eecc1d43380534d2b88bfc6df2fc7c387f23772e5d82cb37ae96c580034 SHA512 
7a5cb8dae4d28cb7803b56ce17e379dd5f1f953663af6a5c2510e3183028f06a8b3722b94843a782e01e4a65b3f5ae48ff002ad85bfb85cad05abb181fc60e47
 WHIRLPOOL 
71e0b90d521e09c8df21db3bd8a37d3f738ab91823a82481397f81a30cd0f04031a73b71acefefc77405570c8080bf7ccc19669db565313b676c2384018c0863

diff --git a/dev-python/mypy/mypy-0.4.1.ebuild 
b/dev-python/mypy/mypy-0.4.1.ebuild
deleted file mode 100644
index 5d7d96c..
--- a/dev-python/mypy/mypy-0.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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/botocore/

2016-09-03 Thread Alex Brandt
commit: 7ae493d2f4c23792b5bda22407f4bc7897585134
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep  3 14:38:26 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep  3 14:38:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae493d2

dev-python/botocore: remove version 1.4.43

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 44b5ea0..9fd19aa 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
 DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
 DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
 DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc

diff --git a/dev-python/botocore/botocore-1.4.43.ebuild 
b/dev-python/botocore/botocore-1.4.43.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.43.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-09-03 Thread Alex Brandt
commit: a6e0ef4d1c1d9508fd82318a85dcf791eb34b936
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep  3 14:35:03 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep  3 14:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e0ef4d

dev-python/botocore: add version 1.4.49

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 5fcbfa0..44b5ea0 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
 DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
 DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
+DIST botocore-1.4.49.tar.gz 2720919 SHA256 
c7804efb622f340593ae49cc552481f2820de2088199a0010d469cf0dfb94731 SHA512 
677d79bcd3cc13aba62693294952542588e016682a0e682cbf6b4035ea202abaf0b805664ae8c6b599df2f29f180ce48631286c9a8745ae7003b1858eda84259
 WHIRLPOOL 
3e5890f8ac15ae4db3e48d5f4c049eccf4de45e0a805988f5492a6b103faa64d636ec9113f4949523dc7706ed45ab000448b63821985da946b5eadc0e1cc

diff --git a/dev-python/botocore/botocore-1.4.49.ebuild 
b/dev-python/botocore/botocore-1.4.49.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.49.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/s3transfer/

2016-09-03 Thread Alex Brandt
commit: 1b6547d96661dd174db60eaecc6e631b147bdfe5
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Sep  3 14:30:05 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Sep  3 14:30:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6547d9

dev-python/s3transfer: rectify metadata overwrite

xiamao pointed out that I accidentally threw this work overtop of
existing work.  He suggested I at least merge the metadata with that in
6d3d8a71c0e825a77ced7588ddd5133026e07992 and this commit does that.

If there are any other problems due to this error, I'm sorry and feel
free to perform any necessary cleanups.

Package-Manager: portage-2.3.0

 dev-python/s3transfer/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/s3transfer/metadata.xml 
b/dev-python/s3transfer/metadata.xml
index 3e6df16..f8698a1 100644
--- a/dev-python/s3transfer/metadata.xml
+++ b/dev-python/s3transfer/metadata.xml
@@ -8,6 +8,10 @@
alund...@gentoo.org
    Alex Brandt

+   
+ klaus...@gentoo.org
+ Tobias Klausmann
+   


 



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

2016-08-30 Thread Alex Brandt
commit: ee00bc1b351046ef07e3838919194722c4cb883e
Author: Alex Brandt  gentoo  org>
AuthorDate: Tue Aug 30 15:52:44 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Tue Aug 30 15:52:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee00bc1b

dev-python/s3transfer: add versino 0.1.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index f2962c2..7755fdd 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,2 +1,3 @@
 DIST s3transfer-0.0.1.tar.gz 9465 SHA256 
2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 SHA512 
77ef39d2043b7ca7cfa105d3a682881392ae8048dd2e1263a9c88390a28e24578e49733afc330ace78027c1a3e3ff5401b30fc12f8a5fac70544bda099f33461
 WHIRLPOOL 
6a31f8d40c649a244d6f43deb97bc844ad2cb61856ab9e07bf527d8afa576decc22d962baeeec64ea96c715e01a6f9731bc4db49a68f48017a189d8aa95db7b9
 DIST s3transfer-0.1.1.tar.gz 82198 SHA256 
6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 
3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d
 WHIRLPOOL 
64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415
+DIST s3transfer-0.1.2.tar.gz 82681 SHA256 
779d0cd9aa30fa65c6e8da8dc203d165ef7aa6cab0b7faa502b850e6cb9236dc SHA512 
96cdc5744ba4297205d82d07aa5b8883269e59c9462baf1bd742ae6be385f17da0803fe09f3a2161c918f04a7c422f82d8e7075ea29d4424fc752a750dc98a6f
 WHIRLPOOL 
14d367b8ab592b27c15519d0a972979baaef9ad3acf293e0908c70df7d3b2dfb4dfefac033490ca9f7fbab1e30b19b414daa73fc516c8f974b4eafd989a462b9

diff --git a/dev-python/s3transfer/s3transfer-0.1.2.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.2.ebuild
new file mode 100644
index ..7ad1e5c
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.2.ebuild
@@ -0,0 +1,38 @@
+# 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="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/botocore-1.3.0[${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/botocore/

2016-08-30 Thread Alex Brandt
commit: 37b9c1aae0c6e3dcc2d279e38307baee9d8a2188
Author: Alex Brandt  gentoo  org>
AuthorDate: Tue Aug 30 15:49:11 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Tue Aug 30 15:49:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b9c1aa

dev-python/botocore: remove version 1.4.41

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 1901e1e..5fcbfa0 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
 DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
 DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04

diff --git a/dev-python/botocore/botocore-1.4.41.ebuild 
b/dev-python/botocore/botocore-1.4.41.ebuild
deleted file mode 100644
index 9c57e33..
--- a/dev-python/botocore/botocore-1.4.41.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-08-30 Thread Alex Brandt
commit: 81c765f61b9ad5a1139c1edf3df7869394c9b78b
Author: Alex Brandt  gentoo  org>
AuthorDate: Tue Aug 30 15:46:33 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Tue Aug 30 15:49:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c765f6

dev-python/botocore: add version 1.4.48

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 559e0a9..1901e1e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
 DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
+DIST botocore-1.4.48.tar.gz 2728910 SHA256 
167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 
73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e
 WHIRLPOOL 
b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04

diff --git a/dev-python/botocore/botocore-1.4.48.ebuild 
b/dev-python/botocore/botocore-1.4.48.ebuild
new file mode 100644
index ..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.48.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-08-20 Thread Alex Brandt
commit: 8274a2b160e2f07346c43716ff5fe9462ebd74d2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 20 23:29:14 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 20 23:30:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274a2b1

dev-python/botocore: remove version 1.4.39

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 964cd11..559e0a9 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
 DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40

diff --git a/dev-python/botocore/botocore-1.4.39.ebuild 
b/dev-python/botocore/botocore-1.4.39.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.39.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-08-20 Thread Alex Brandt
commit: 378b2af8a5e7315a3448d7b7133df3ee65045e08
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 20 23:25:27 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 20 23:29:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378b2af8

dev-python/botocore: add version 1.4.46

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 1a0a1ee..ebbf458 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.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
+DIST botocore-1.4.46.tar.gz 2713844 SHA256 
844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 
f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be
 WHIRLPOOL 
0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40

diff --git a/dev-python/botocore/botocore-1.4.46.ebuild 
b/dev-python/botocore/botocore-1.4.46.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.46.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-08-20 Thread Alex Brandt
commit: 15c1e1d1321af728703fcad6bca5d685eb5eb754
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 20 23:28:45 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 20 23:30:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c1e1d1

dev-python/botocore: remove version 1.3.22

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index ebbf458..964cd11 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.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339

diff --git a/dev-python/botocore/botocore-1.3.22.ebuild 
b/dev-python/botocore/botocore-1.3.22.ebuild
deleted file mode 100644
index 44e0a6a..000
--- a/dev-python/botocore/botocore-1.3.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 )
-
-inherit distutils-r1 vcs-snapshot
-
-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-08-13 Thread Alex Brandt
commit: 4430fe9e8d721bf9fb97245f2acd791a57163365
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:47:58 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:47:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4430fe9e

dev-python/stormpath: remove 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 deletions(-)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 4c436e2..97f20a8 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-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
 DIST stormpath-2.4.2.tar.gz 4345932 SHA256 
17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 
0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff
 WHIRLPOOL 
536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca
 DIST stormpath-2.4.4.tar.gz 4347668 SHA256 
6630abba74bc5de5f295b78fd1c32a60a9d1f3b09863ce4353ea568a99fc175c SHA512 
41c06dc8c96f363493777e4d65a559d12af0b4fc85e5bdd1a799d7191f24d06e4c1bad5364771e5aff5788e896a4d8bc5dd9209243f558062444da5201e21747
 WHIRLPOOL 
a9277465fb21d127c7b75f4836ee89b5c98203b68af12b46bb9cb82842a79c7f8c6fc82533b677bd2815d8e5d88007ea44dc82cc8c40af3fe2fbca5883a2cb89

diff --git a/dev-python/stormpath/stormpath-2.4.0.ebuild 
b/dev-python/stormpath/stormpath-2.4.0.ebuild
deleted file mode 100644
index 1885b70..000
--- a/dev-python/stormpath/stormpath-2.4.0.ebuild
+++ /dev/null
@@ -1,51 +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="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-08-13 Thread Alex Brandt
commit: 2961a32774cd9e766ec631390993f3d97eb66c76
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:45:49 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:45:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2961a327

dev-python/stormpath: add version 2.4.4

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 4729957..4c436e2 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 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
 DIST stormpath-2.4.2.tar.gz 4345932 SHA256 
17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 
0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff
 WHIRLPOOL 
536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca
+DIST stormpath-2.4.4.tar.gz 4347668 SHA256 
6630abba74bc5de5f295b78fd1c32a60a9d1f3b09863ce4353ea568a99fc175c SHA512 
41c06dc8c96f363493777e4d65a559d12af0b4fc85e5bdd1a799d7191f24d06e4c1bad5364771e5aff5788e896a4d8bc5dd9209243f558062444da5201e21747
 WHIRLPOOL 
a9277465fb21d127c7b75f4836ee89b5c98203b68af12b46bb9cb82842a79c7f8c6fc82533b677bd2815d8e5d88007ea44dc82cc8c40af3fe2fbca5883a2cb89

diff --git a/dev-python/stormpath/stormpath-2.4.4.ebuild 
b/dev-python/stormpath/stormpath-2.4.4.ebuild
new file mode 100644
index 000..82cb332
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.4.4.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() {
+   esetup.py docs
+}
+
+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/monotonic/

2016-08-13 Thread Alex Brandt
commit: 9fc0a8b7d0f4986187da3f8ba3a60e034df4f4e2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:43:45 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:43:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc0a8b7

dev-python/monotonic: remove version 0.2

Package-Manager: portage-2.3.0

 dev-python/monotonic/Manifest |  1 -
 dev-python/monotonic/monotonic-0.2.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
index cba18cf..0b3ea05 100644
--- a/dev-python/monotonic/Manifest
+++ b/dev-python/monotonic/Manifest
@@ -1,4 +1,3 @@
-DIST monotonic-0.2.tar.gz 6652 SHA256 
c5e81e875a43e218135ea2aa4c367523894e1a2d7633ddafbed5292c527644a8 SHA512 
0da2f9504aebf1b046a06156e30b8d6b6fde29c642f442ba8e5a43336309fca0fe636488ea69e463fcba5951d990723fddc2b9172211f6d8c57b0ab3ebab1a66
 WHIRLPOOL 
129f6a170856780d727ff2ef11d4b3688971b7376c9e9f590c7bc85aa20ba35d699751ddd5de58d144d4a3d540a2aac7d3f9fd3a63d010d88d7f93ffa62c836c
 DIST monotonic-0.3.tar.gz 6707 SHA256 
2825ba5ded67b1a70d44529634d3f4ddfad67a5ed7fdcf026022a3ce175be07b SHA512 
772154934ffdd1a12aacc331761ce219980caac1bce243fd0740320a25152cf800142c5787c9423270bf02d18e88973dcd981781e2279b28ce364063102f1099
 WHIRLPOOL 
83d34eac5ee577ba8c42c6276d1c3a46fc30a63919ffd6f86260c09aaf6720ab171db89dfdaa28fd6d42ebb309725ff2e4e0e6c8306c21f9f12dce3d71436e71
 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

diff --git a/dev-python/monotonic/monotonic-0.2.ebuild 
b/dev-python/monotonic/monotonic-0.2.ebuild
deleted file mode 100644
index f469780..000
--- a/dev-python/monotonic/monotonic-0.2.ebuild
+++ /dev/null
@@ -1,20 +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 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"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""



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

2016-08-13 Thread Alex Brandt
commit: af7a566fb7a4ad3a370af5be755f45b594ae9565
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:41:10 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:41:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7a566f

dev-python/monotonic: add version 1.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
index b4dca80..cba18cf 100644
--- a/dev-python/monotonic/Manifest
+++ b/dev-python/monotonic/Manifest
@@ -4,3 +4,4 @@ DIST monotonic-0.4.tar.gz 6702 SHA256 
852f656adbf623ee859def6ca2f5498f4cae3256f8
 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
+DIST monotonic-1.2.tar.gz 7173 SHA256 
c0e1ceca563ca6bb30b0fb047ee1002503ae6ad3585fc9c6af37a8f77ec274ba SHA512 
fe35cb2c23a9d8a6cac712fb0de2ec5bcff177f2f5af6e4d468090444f8c9a6adeca204071d9fc88bc4776e7b3fc30e15f00e77887925a7a39d9886dda412a82
 WHIRLPOOL 
41068f1f3ca6e02fc41c9379ad3443e477bda60736dd4eb45e91cabef4996df5c982a52f7a748d051b017383c9721d62785dfe6fa850fc4f6802891a2270f118

diff --git a/dev-python/monotonic/monotonic-1.2.ebuild 
b/dev-python/monotonic/monotonic-1.2.ebuild
new file mode 100644
index 000..d8618e1
--- /dev/null
+++ b/dev-python/monotonic/monotonic-1.2.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/boto3/

2016-08-13 Thread Alex Brandt
commit: 5d6a880409a5c44549d111afd66d87f718379567
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:37:28 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:37:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6a8804

dev-python/boto3: add version 1.4.0

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 968f994..54606ec 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 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
+DIST boto3-1.4.0.tar.gz 183263 SHA256 
8fdd3743e34a32e5cb8636fb33dafe7336b7a341583653f52c6c20f7fe764472 SHA512 
9e678b26993f48f156a5acdb33aec3488d263230517e6b5e1e608cb007fbf4f29a3c33290e460eb7cf1031f87894f3daca03bf80048139435979f23dd2fd61b8
 WHIRLPOOL 
5eb3703b11b4a0b3a4c873aed78f9c8b6588b5a83cacbd673f27cc4460822772745abcbc6698f680968ed37318d76bd812a491a83caa7b04b1e4a663def4a271

diff --git a/dev-python/boto3/boto3-1.4.0.ebuild 
b/dev-python/boto3/boto3-1.4.0.ebuild
new file mode 100644
index 000..59d301c
--- /dev/null
+++ b/dev-python/boto3/boto3-1.4.0.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/s3transfer-0.1.0[${PYTHON_USEDEP}]
+   

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

2016-08-13 Thread Alex Brandt
commit: 7186db60aad4dfe4fdcb1bd68478418babca038a
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:39:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:39:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7186db60

dev-python/boto3: remove version 1.2.3

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 54606ec..80e4c11 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,3 @@
-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
 DIST boto3-1.4.0.tar.gz 183263 SHA256 
8fdd3743e34a32e5cb8636fb33dafe7336b7a341583653f52c6c20f7fe764472 SHA512 
9e678b26993f48f156a5acdb33aec3488d263230517e6b5e1e608cb007fbf4f29a3c33290e460eb7cf1031f87894f3daca03bf80048139435979f23dd2fd61b8
 WHIRLPOOL 
5eb3703b11b4a0b3a4c873aed78f9c8b6588b5a83cacbd673f27cc4460822772745abcbc6698f680968ed37318d76bd812a491a83caa7b04b1e4a663def4a271

diff --git a/dev-python/boto3/boto3-1.2.3.ebuild 
b/dev-python/boto3/boto3-1.2.3.ebuild
deleted file mode 100644
index acb3006..000
--- a/dev-python/boto3/boto3-1.2.3.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}]
-   =dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
-   $(python_gen_cond_dep '

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

2016-08-13 Thread Alex Brandt
commit: 6d3d8a71c0e825a77ced7588ddd5133026e07992
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:35:28 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3d8a71

dev-python/s3transfer: add version 0.0.1

Package-Manager: portage-2.3.0

 dev-python/s3transfer/metadata.xml| 10 
 dev-python/s3transfer/s3transfer-0.1.1.ebuild | 33 +++
 2 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/dev-python/s3transfer/metadata.xml 
b/dev-python/s3transfer/metadata.xml
index 35fd9d5..3e6df16 100644
--- a/dev-python/s3transfer/metadata.xml
+++ b/dev-python/s3transfer/metadata.xml
@@ -3,9 +3,11 @@
 

pyt...@gentoo.org
-   Python

-   
-   s3transfer
-   
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
 

diff --git a/dev-python/s3transfer/s3transfer-0.1.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.1.ebuild
index eb56624..7ad1e5c 100644
--- a/dev-python/s3transfer/s3transfer-0.1.1.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.1.1.ebuild
@@ -4,22 +4,35 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 inherit distutils-r1
 
-DESCRIPTION="Amazon S3 Transfer Manager"
-HOMEPAGE="http://pypi.python.org/pypi/s3transfer;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
 
-RDEPEND="
-   dev-python/botocore[${PYTHON_USEDEP}]
+CDEPEND="
+   >=dev-python/botocore-1.3.0[${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/botocore/

2016-08-13 Thread Alex Brandt
commit: 53ce52297553a04f66feff9b58d25b49da1382c0
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:33:03 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:33:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ce5229

dev-python/botocore: remove 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 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 0e92d29..1a0a1ee 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.37.tar.gz 2642647 SHA256 
20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 SHA512 
033b7a03b9428cfeffaf0bd805a3ef94487b01b00aa9991eb11bba5a7e2a657c22e525b88f9879114ce170ca98a6727498b40879d6f899c1126dab81321eee47
 WHIRLPOOL 
0f00332660cd8f858b32f70a850f19b279494b31f70c2210da0c82c23a7ef10eeab904dcce087f382cc5cb284e802baf695601e2c3ab2caa53e19cb2b8873630
 DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
 DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339

diff --git a/dev-python/botocore/botocore-1.4.37.ebuild 
b/dev-python/botocore/botocore-1.4.37.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.37.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-08-13 Thread Alex Brandt
commit: fa8cca5e1104cbad70ef9102e9869feea371fbba
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:30:17 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:30:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8cca5e

dev-python/botocore: add version 1.4.43

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 774e722..0e92d29 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.37.tar.gz 2642647 SHA256 
20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 SHA512 
033b7a03b9428cfeffaf0bd805a3ef94487b01b00aa9991eb11bba5a7e2a657c22e525b88f9879114ce170ca98a6727498b40879d6f899c1126dab81321eee47
 WHIRLPOOL 
0f00332660cd8f858b32f70a850f19b279494b31f70c2210da0c82c23a7ef10eeab904dcce087f382cc5cb284e802baf695601e2c3ab2caa53e19cb2b8873630
 DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
+DIST botocore-1.4.43.tar.gz 2662274 SHA256 
15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 
d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f
 WHIRLPOOL 
c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339

diff --git a/dev-python/botocore/botocore-1.4.43.ebuild 
b/dev-python/botocore/botocore-1.4.43.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.43.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/aiohttp/

2016-08-13 Thread Alex Brandt
commit: 9f7e9089dd9bf51c8eb358235011dd451e01aae4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:26:06 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:26:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7e9089

dev-python/aiohttp: add version 0.22.5

Package-Manager: portage-2.3.0

 dev-python/aiohttp/Manifest  |  1 +
 dev-python/aiohttp/aiohttp-0.22.5.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 8e33a80..a92b1ad 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,3 +1,4 @@
 DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 SHA512 
4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c
 WHIRLPOOL 
135368db11316c8f99f39bbf317f791e433a779f61e45070166bab12b4e97165d2c6e732e8da96a848b431c1f26de45e416009bca4e75456025187ea7a41e04e
 DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84
 DIST aiohttp-0.22.4.tar.gz 475257 SHA256 
167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd SHA512 
04efa2b714c0c310b24b092af8d5c7e766ccfbc888f969b2d2f99ac57a478056f2aa793f319783b8c12605bbee8c5ba283bb8b10fd34497a583b886e8aa1
 WHIRLPOOL 
d827932ccfb19290ae1f6f1b3551da29c255640f309d1e776723e825e0a7580b830b0bd836e9c33ce3859d5e21955211f1d2e6830cff89e1cf9df8082a04b8af
+DIST aiohttp-0.22.5.tar.gz 475312 SHA256 
9c51af030c866f91e18a219614e39d345db4483ed9860389d0536d74d04b0d3b SHA512 
919818445590b386b40edd05e8a58fac0b1b2993fe82faf95e10b53b5c0b3b464e92ea2484bc1929cb737351f3629b77a4ff67788248e19d69eb638bbf44a5e3
 WHIRLPOOL 
45e2c0fc3aab759ac1e95bc25d1983aa1c874c07595af7cb48af0e4e43b01fbe69a56c22216d0c4ba13da53c5e0172e95916e0c87bb0bb7a7630c8d631aa0152

diff --git a/dev-python/aiohttp/aiohttp-0.22.5.ebuild 
b/dev-python/aiohttp/aiohttp-0.22.5.ebuild
new file mode 100644
index 000..3a442c1
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-0.22.5.ebuild
@@ -0,0 +1,58 @@
+# 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 ~x86"
+IUSE="doc examples test"
+
+CDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-1.2.2[${PYTHON_USEDEP}]
+   

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

2016-08-13 Thread Alex Brandt
commit: 25721207f7c9fa38ba30ca9e8977bdf47617e229
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:22:05 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:23:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25721207

dev-python/multidict: remove 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 deletions(-)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 1dbf201..6463d96 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
-DIST multidict-1.2.0.tar.gz 99060 SHA256 
820694f78b029649de00958ca03ad9debe28d489589b546fd6b8a69df5ed65bb SHA512 
5a6ec121db9b08707ba1491d39faf35645f48596d69f8ff01ccbd034bed15172bee6f98e8618dd762bf76131735b8453dae9bf29939780029ac2e5bb21b9535b
 WHIRLPOOL 
f9c4bb8e1f4536b151babdc8f5f788463fe8be15b125468bceae5ac39ee815695367d816adf1fecef430459abce114fb431665bd67a0b112b28f668e1da1cc85
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
 DIST multidict-2.0.0.tar.gz 99480 SHA256 
12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 
fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22
 WHIRLPOOL 
6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16
 DIST multidict-2.0.1.tar.gz 27586 SHA256 
465e0e62dcb68a1779b6428d8ff73134d84f986241b98e9ac0a6ff2b7f1370ef SHA512 
2de3743256cdf3849f767613a510d707716b978c964626846fd082edb52d169a5fb47becf76dc287858f2d06c7f4bbf8aa0f662e41e8bc73becabfe0518f7836
 WHIRLPOOL 
513f0a2cdeef2742470c37a134a863ab8f2dce5753307f9e57cd8fa40b492cebdd3c4d54a38db37be2946d094fb14003cbe8dcbb02e08d2c8445ec7e83ec33bd

diff --git a/dev-python/multidict/multidict-1.2.0.ebuild 
b/dev-python/multidict/multidict-1.2.0.ebuild
deleted file mode 100644
index 6004a97..000
--- a/dev-python/multidict/multidict-1.2.0.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//_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/multidict/

2016-08-13 Thread Alex Brandt
commit: 72bbf21443ac6b8f553d8c73990ec3a0a1f98346
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug 13 15:14:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug 13 15:23:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72bbf214

dev-python/multidict: add version 2.0.1

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 2fbef46..1dbf201 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1,4 @@
 DIST multidict-1.2.0.tar.gz 99060 SHA256 
820694f78b029649de00958ca03ad9debe28d489589b546fd6b8a69df5ed65bb SHA512 
5a6ec121db9b08707ba1491d39faf35645f48596d69f8ff01ccbd034bed15172bee6f98e8618dd762bf76131735b8453dae9bf29939780029ac2e5bb21b9535b
 WHIRLPOOL 
f9c4bb8e1f4536b151babdc8f5f788463fe8be15b125468bceae5ac39ee815695367d816adf1fecef430459abce114fb431665bd67a0b112b28f668e1da1cc85
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
 DIST multidict-2.0.0.tar.gz 99480 SHA256 
12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 
fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22
 WHIRLPOOL 
6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16
+DIST multidict-2.0.1.tar.gz 27586 SHA256 
465e0e62dcb68a1779b6428d8ff73134d84f986241b98e9ac0a6ff2b7f1370ef SHA512 
2de3743256cdf3849f767613a510d707716b978c964626846fd082edb52d169a5fb47becf76dc287858f2d06c7f4bbf8aa0f662e41e8bc73becabfe0518f7836
 WHIRLPOOL 
513f0a2cdeef2742470c37a134a863ab8f2dce5753307f9e57cd8fa40b492cebdd3c4d54a38db37be2946d094fb14003cbe8dcbb02e08d2c8445ec7e83ec33bd

diff --git a/dev-python/multidict/multidict-2.0.1.ebuild 
b/dev-python/multidict/multidict-2.0.1.ebuild
new file mode 100644
index 000..f43c16c
--- /dev/null
+++ b/dev-python/multidict/multidict-2.0.1.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${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-08-06 Thread Alex Brandt
commit: d0e8d82cdeb6e06a88054dca192a05ff26dbbaa3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:54:05 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:54:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e8d82c

dev-python/radon: remove version 1.3.1

Package-Manager: portage-2.3.0

 dev-python/radon/Manifest   |  1 -
 dev-python/radon/radon-1.3.1.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index db2c81e..cfd4d1f 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,4 +1,3 @@
-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
 DIST radon-1.4.2.tar.gz 1645389 SHA256 
4f24ea6215e17c7c6d8548035c56d29e31131d17da1d607359fc07e9b6fabe97 SHA512 
0e440b36a7edf0ae8002ee27d00cd14a351261972407b4a960d9033712fc0f7f04c1541d7bcf1dc918f2abd46e1bd720f914f3fa3c101f36bf502bd1ce8cb7a1
 WHIRLPOOL 
f961a3ea0ea12bb9df44e136da32a5fb635cb2e5b7e7049ce8d23fc95157b420382ff94a514187017a07cbaba77abe2028db654ad802ae4cff9c26168c2feba1

diff --git a/dev-python/radon/radon-1.3.1.ebuild 
b/dev-python/radon/radon-1.3.1.ebuild
deleted file mode 100644
index 64950fc..000
--- a/dev-python/radon/radon-1.3.1.ebuild
+++ /dev/null
@@ -1,53 +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="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-08-06 Thread Alex Brandt
commit: eeca44acda5cbb854c6aeee8ed7f50dc5e55dcb7
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:50:42 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:50:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeca44ac

dev-python/radon: add version 1.4.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index f9e1fbf..db2c81e 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,3 +1,4 @@
 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
+DIST radon-1.4.2.tar.gz 1645389 SHA256 
4f24ea6215e17c7c6d8548035c56d29e31131d17da1d607359fc07e9b6fabe97 SHA512 
0e440b36a7edf0ae8002ee27d00cd14a351261972407b4a960d9033712fc0f7f04c1541d7bcf1dc918f2abd46e1bd720f914f3fa3c101f36bf502bd1ce8cb7a1
 WHIRLPOOL 
f961a3ea0ea12bb9df44e136da32a5fb635cb2e5b7e7049ce8d23fc95157b420382ff94a514187017a07cbaba77abe2028db654ad802ae4cff9c26168c2feba1

diff --git a/dev-python/radon/radon-1.4.2.ebuild 
b/dev-python/radon/radon-1.4.2.ebuild
new file mode 100644
index 000..9847392
--- /dev/null
+++ b/dev-python/radon/radon-1.4.2.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_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/flake8-polyfill/

2016-08-06 Thread Alex Brandt
commit: 50e5870ad45edad782978cd3bc6f096c60b8b66c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:48:17 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:48:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e5870a

dev-python/flake8-polyfill: add version 1.0.1

Package-Manager: portage-2.3.0

 dev-python/flake8-polyfill/Manifest |  1 +
 .../flake8-polyfill/flake8-polyfill-1.0.1.ebuild| 21 +
 dev-python/flake8-polyfill/metadata.xml | 13 +
 3 files changed, 35 insertions(+)

diff --git a/dev-python/flake8-polyfill/Manifest 
b/dev-python/flake8-polyfill/Manifest
new file mode 100644
index 000..e1171b2
--- /dev/null
+++ b/dev-python/flake8-polyfill/Manifest
@@ -0,0 +1 @@
+DIST flake8-polyfill-1.0.1.tar.gz 8094 SHA256 
c77056b1e2cfce7b39d7634370062baf02438962a7d176ea717627b83b17f609 SHA512 
cdb1530c004015fc44007eb4efb5a84b2ff6f22bf75b3a33ada0c0e80eca5e137a2504baea11ae186018ff7617c8935bc14c36703c17c533a27abc81f9856883
 WHIRLPOOL 
f9e3b2938d4683cccf13885a40348c7d5e8dbcb3e5808edbebc8538b28b573e399009f12317c926adccdbb2ab78fc7adc07ea495935b03f0454a33974a5cc97b

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
new file mode 100644
index 000..b702db2
--- /dev/null
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# 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="Polyfill package for Flake8 plugins"
+HOMEPAGE="https://gitlab.com/pycqa/flake8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"

diff --git a/dev-python/flake8-polyfill/metadata.xml 
b/dev-python/flake8-polyfill/metadata.xml
new file mode 100644
index 000..3e6df16
--- /dev/null
+++ b/dev-python/flake8-polyfill/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/multidict/

2016-08-06 Thread Alex Brandt
commit: 3bef99afba236e369f305180bed3740c677436d8
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:42:58 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:42:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bef99af

dev-python/multidict: add version 2.0.0

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 137c5f7..11fcafe 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1,4 @@
 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
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
+DIST multidict-2.0.0.tar.gz 99480 SHA256 
12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 
fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22
 WHIRLPOOL 
6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16

diff --git a/dev-python/multidict/multidict-2.0.0.ebuild 
b/dev-python/multidict/multidict-2.0.0.ebuild
new file mode 100644
index 000..d561c57
--- /dev/null
+++ b/dev-python/multidict/multidict-2.0.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=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${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-08-06 Thread Alex Brandt
commit: 35267d3d9b6ddd05f0067a8678df26330e0332d7
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:46:23 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:46:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35267d3d

dev-python/multidict: remove version 1.1.0_beta4

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 11fcafe..2fbef46 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
-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
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0
 DIST multidict-2.0.0.tar.gz 99480 SHA256 
12a8a11bc76d9d7681dba7fb69c3c84b27568fee0ece54c5000bc8f5a5a9cfeb SHA512 
fa3acd8b1325281f2b1a7e131b1d00d018067aeedcf8de2a1e3e92e5d252279f12a2e71099c733490f07116f9ea75ae0f1dcb373e238c5146dd4e99217855b22
 WHIRLPOOL 
6d5f3667a771e6d2bfd95eb5dd947b4cc644fe237234a2a93f65a190113449dffdd6bff9be9ea66f5d4aff0fd6fd08ce14e4dc5c40de12240603a6de2d3e4d16

diff --git a/dev-python/multidict/multidict-1.1.0_beta4.ebuild 
b/dev-python/multidict/multidict-1.1.0_beta4.ebuild
deleted file mode 100644
index 6004a97..000
--- a/dev-python/multidict/multidict-1.1.0_beta4.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//_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/fuzzywuzzy/

2016-08-06 Thread Alex Brandt
commit: 074108ec6499427ef6b19fad90454c3a7c633f51
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:36:38 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:40:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074108ec

dev-python/fuzzywuzzy: add version 0.11.1

Package-Manager: portage-2.3.0

 dev-python/fuzzywuzzy/Manifest |  1 +
 dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest
index 6f7422a..463cb87 100644
--- a/dev-python/fuzzywuzzy/Manifest
+++ b/dev-python/fuzzywuzzy/Manifest
@@ -1 +1,2 @@
 DIST fuzzywuzzy-0.11.0.tar.gz 17260 SHA256 
3d3d961c24aec15d48e9d2a60d7fdffce18d0a168d4e0ca2dd22571d5c53cc80 SHA512 
a6f88f76ccf54f775a64e9325f4b06630db2f9fe9d5d34540a0bc48e23659964c0230aa66a9bd65214c22a7b2ee0621d12e3ee85a35b29614c8039398c023eb1
 WHIRLPOOL 
6c5a5ec77466c5d22a098d9a3b0314d1ab9ea6e286b4053e0e472cb84b4ba3995fc8c8c2f0328a0dd096cb17b4b65b6dac67ef5fd15d47d10ee26aba89e6a909
+DIST fuzzywuzzy-0.11.1.tar.gz 17364 SHA256 
09336f9c8f170d4d6af4db3c5f23c2d587d3a03ba150c9cab51b9bce3594 SHA512 
20b28be5eb0a2b8e618c0c6238364ca56668c56a41489f1c2a7358e898ca36eef7b69029c74b5bc764e0aeda0cb10ece1b1ab3f10a14a47567781dff56214e89
 WHIRLPOOL 
a41ed0bf16024703a9f121a0c1d67a6ca0f7c248814f6ffd711e7d779990a57d5bc9c0323e43afb369c96a0ef3d69a57d30bd545d004c268d647b6fd9f6e5d0b

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.ebuild
new file mode 100644
index 000..6368bfd
--- /dev/null
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.1.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}"
+}



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

2016-08-06 Thread Alex Brandt
commit: 9dd01e013003218963b6c38616f0d8cbd3c95120
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:33:16 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:34:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd01e01

app-emulation/docker-compose: remove version 1.7.1

Package-Manager: portage-2.3.0

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index e7bff55..6706037 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
-DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1
 DIST docker-compose-1.8.0.tar.gz 149822 SHA256 
65f46b2ac836918c68306646206612ecadbb0cf17fae1557f6d565554747a2a9 SHA512 
ed7aa5b7f318cd71492ad3da672937619063b824809888928bd64275dbf89ea6152c72d96028ca796d63da7fe028dc164ae871db0fdc531c918ba9f946b0b17d
 WHIRLPOOL 
c3cbf631d01d1e96c8e29965d3e493ade80869ad43c31d6ae7129c875d4b7d0856bc6a990f5af46db761dfb1f6a615f1e4056d00b0e423be6e0a41bb6db6a564
 DIST docker-compose-1.8.0_rc1.tar.gz 145401 SHA256 
9c897c6dc99b0cc63b402220e5c3ff530a09c974b965d6a07f050bd7a07ef663 SHA512 
75c0ec21e0edbe0086ff5229115f12469996c2a6cb569fe744b381536aa590f0001ccab7aa8f67d052613a8475e4901316c99db4116ccf1e4bc47b0b0ecb016f
 WHIRLPOOL 
32f6f0311adb2ebaec798f1b8f654f16c397e2aa48bb0ec44c1e92c38cea8438a6fbab67b5c9b7db06a89d081675568dcb40214d3d3c9c07aff9d71e2f5f3ce8
 DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686

diff --git a/app-emulation/docker-compose/docker-compose-1.7.1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.7.1.ebuild
deleted file mode 100644
index 04df923..000
--- a/app-emulation/docker-compose/docker-compose-1.7.1.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.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-08-06 Thread Alex Brandt
commit: 4756ca24d21a6ab8abe0324dbfa33d37947ae762
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:28:56 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:34:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4756ca24

app-emulation/docker-compose: add version 1.8.0

Package-Manager: portage-2.3.0

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index f91c20b..e7bff55 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,4 @@
 DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1
+DIST docker-compose-1.8.0.tar.gz 149822 SHA256 
65f46b2ac836918c68306646206612ecadbb0cf17fae1557f6d565554747a2a9 SHA512 
ed7aa5b7f318cd71492ad3da672937619063b824809888928bd64275dbf89ea6152c72d96028ca796d63da7fe028dc164ae871db0fdc531c918ba9f946b0b17d
 WHIRLPOOL 
c3cbf631d01d1e96c8e29965d3e493ade80869ad43c31d6ae7129c875d4b7d0856bc6a990f5af46db761dfb1f6a615f1e4056d00b0e423be6e0a41bb6db6a564
 DIST docker-compose-1.8.0_rc1.tar.gz 145401 SHA256 
9c897c6dc99b0cc63b402220e5c3ff530a09c974b965d6a07f050bd7a07ef663 SHA512 
75c0ec21e0edbe0086ff5229115f12469996c2a6cb569fe744b381536aa590f0001ccab7aa8f67d052613a8475e4901316c99db4116ccf1e4bc47b0b0ecb016f
 WHIRLPOOL 
32f6f0311adb2ebaec798f1b8f654f16c397e2aa48bb0ec44c1e92c38cea8438a6fbab67b5c9b7db06a89d081675568dcb40214d3d3c9c07aff9d71e2f5f3ce8
 DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686

diff --git a/app-emulation/docker-compose/docker-compose-1.8.0.ebuild 
b/app-emulation/docker-compose/docker-compose-1.8.0.ebuild
new file mode 100644
index 000..0cb7e37
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.8.0.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.9.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: dev-python/botocore/

2016-08-06 Thread Alex Brandt
commit: a350bc2433a9b15d39fcfd57f4ea1a7c78203518
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:26:03 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:26:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a350bc24

dev-python/botocore: remove 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 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index ec50e3c..774e722 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.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956
 DIST botocore-1.4.37.tar.gz 2642647 SHA256 
20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 SHA512 
033b7a03b9428cfeffaf0bd805a3ef94487b01b00aa9991eb11bba5a7e2a657c22e525b88f9879114ce170ca98a6727498b40879d6f899c1126dab81321eee47
 WHIRLPOOL 
0f00332660cd8f858b32f70a850f19b279494b31f70c2210da0c82c23a7ef10eeab904dcce087f382cc5cb284e802baf695601e2c3ab2caa53e19cb2b8873630
 DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
 DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68

diff --git a/dev-python/botocore/botocore-1.4.34.ebuild 
b/dev-python/botocore/botocore-1.4.34.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.34.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-08-06 Thread Alex Brandt
commit: 02fc7a536b73006d02ef4e4ca53be18443171f26
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:22:17 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:26:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fc7a53

dev-python/botocore: add version 1.4.41

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 30fdbdaf..ec50e3c 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.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956
 DIST botocore-1.4.37.tar.gz 2642647 SHA256 
20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 SHA512 
033b7a03b9428cfeffaf0bd805a3ef94487b01b00aa9991eb11bba5a7e2a657c22e525b88f9879114ce170ca98a6727498b40879d6f899c1126dab81321eee47
 WHIRLPOOL 
0f00332660cd8f858b32f70a850f19b279494b31f70c2210da0c82c23a7ef10eeab904dcce087f382cc5cb284e802baf695601e2c3ab2caa53e19cb2b8873630
 DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778
+DIST botocore-1.4.41.tar.gz 2655741 SHA256 
da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 
ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609
 WHIRLPOOL 
b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68

diff --git a/dev-python/botocore/botocore-1.4.41.ebuild 
b/dev-python/botocore/botocore-1.4.41.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.41.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/aiohttp/

2016-08-06 Thread Alex Brandt
commit: e1f968f774d7518e743675f262a662267f016375
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:15:49 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:15:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f968f7

dev-python/aiohttp: add version 0.22.4

Package-Manager: portage-2.3.0

 dev-python/aiohttp/Manifest  |  1 +
 dev-python/aiohttp/aiohttp-0.22.4.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index f20ee0d..c8c858f 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,3 +1,4 @@
 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
 DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84
+DIST aiohttp-0.22.4.tar.gz 475257 SHA256 
167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd SHA512 
04efa2b714c0c310b24b092af8d5c7e766ccfbc888f969b2d2f99ac57a478056f2aa793f319783b8c12605bbee8c5ba283bb8b10fd34497a583b886e8aa1
 WHIRLPOOL 
d827932ccfb19290ae1f6f1b3551da29c255640f309d1e776723e825e0a7580b830b0bd836e9c33ce3859d5e21955211f1d2e6830cff89e1cf9df8082a04b8af

diff --git a/dev-python/aiohttp/aiohttp-0.22.4.ebuild 
b/dev-python/aiohttp/aiohttp-0.22.4.ebuild
new file mode 100644
index 000..93f0f26
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-0.22.4.ebuild
@@ -0,0 +1,58 @@
+# 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 ~x86"
+IUSE="doc examples test"
+
+CDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-1.1.0[${PYTHON_USEDEP}]
+   

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

2016-08-06 Thread Alex Brandt
commit: 5b645560fe96e1c5bac585aba246af19f6dd3c54
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:20:22 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:20:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b645560

dev-python/aiohttp: remove version 0.21.6

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index c8c858f..8e33a80 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,4 +1,3 @@
 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
 DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84
 DIST aiohttp-0.22.4.tar.gz 475257 SHA256 
167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd SHA512 
04efa2b714c0c310b24b092af8d5c7e766ccfbc888f969b2d2f99ac57a478056f2aa793f319783b8c12605bbee8c5ba283bb8b10fd34497a583b886e8aa1
 WHIRLPOOL 
d827932ccfb19290ae1f6f1b3551da29c255640f309d1e776723e825e0a7580b830b0bd836e9c33ce3859d5e21955211f1d2e6830cff89e1cf9df8082a04b8af

diff --git a/dev-python/aiohttp/aiohttp-0.21.6.ebuild 
b/dev-python/aiohttp/aiohttp-0.21.6.ebuild
deleted file mode 100644
index 26a5442..000
--- a/dev-python/aiohttp/aiohttp-0.21.6.ebuild
+++ /dev/null
@@ -1,56 +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
-
-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 ~x86"
-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/docker-py/

2016-08-06 Thread Alex Brandt
commit: 84561a865909a6e205d2b7b7e0692e20e1f3cd08
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:07:09 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:12:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84561a86

dev-python/docker-py: add version 1.9.0

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 052c79b..f3c74ee 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,4 +1,5 @@
 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.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
+DIST docker-py-1.9.0.tar.gz 105939 SHA256 
0ff58798c8cf79c7e459505786b3b83ca0552a077945b8fe20fc38ff3f732361 SHA512 
49e6d4e8ab30c4e54165e7eff9e3034a1fe102348020bad2c5aefa238c44efdf39711536a7727fd9689e2e90483a348930bb91f1e76cade546161c82990f78ed
 WHIRLPOOL 
d60bca034f91569f37bef65ff42fcf950dfbc02bc42053bb650a9188661a8c0d9c21cb03128782a15799e6f208e88b32618286615ef94ba9396a4940ae3b6603
 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.ebuild 
b/dev-python/docker-py/docker-py-1.9.0.ebuild
new file mode 100644
index 000..0ff1887
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.9.0.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
+
+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/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/docker-py/

2016-08-06 Thread Alex Brandt
commit: 3cdc2f06150febef0f0e447f3ca992d6ae23dbaa
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Aug  6 14:11:19 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Aug  6 14:12:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdc2f06

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

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index f3c74ee..63f9a23 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.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
 DIST docker-py-1.9.0.tar.gz 105939 SHA256 
0ff58798c8cf79c7e459505786b3b83ca0552a077945b8fe20fc38ff3f732361 SHA512 
49e6d4e8ab30c4e54165e7eff9e3034a1fe102348020bad2c5aefa238c44efdf39711536a7727fd9689e2e90483a348930bb91f1e76cade546161c82990f78ed
 WHIRLPOOL 
d60bca034f91569f37bef65ff42fcf950dfbc02bc42053bb650a9188661a8c0d9c21cb03128782a15799e6f208e88b32618286615ef94ba9396a4940ae3b6603
 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-r1.ebuild 
b/dev-python/docker-py/docker-py-1.8.0-r1.ebuild
deleted file mode 100644
index 4f2348c..000
--- a/dev-python/docker-py/docker-py-1.8.0-r1.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=( 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/aiohttp/

2016-07-30 Thread Alex Brandt
commit: c755dcc7a4ced75f62ae4787f8e9b1d8a27cf838
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:22:47 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:22:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c755dcc7

dev-python/aiohttp: remove version 0.20.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 21b5baf..6844050 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,4 +1,3 @@
-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.20.2.ebuild 
b/dev-python/aiohttp/aiohttp-0.20.2.ebuild
deleted file mode 100644
index ab8be7d..000
--- a/dev-python/aiohttp/aiohttp-0.20.2.ebuild
+++ /dev/null
@@ -1,52 +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 )
-
-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-07-30 Thread Alex Brandt
commit: 1b2729514f3f3b7aa26839f6a1c3a349ef477024
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:17:08 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:17:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b272951

dev-python/aiohttp: add version 0.22.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index b55978f..21b5baf 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -2,3 +2,4 @@ DIST aiohttp-0.20.2.tar.gz 513968 SHA256 
8801d36d760514ba8404d2c0309a7ecc3a838b8
 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
+DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84

diff --git a/dev-python/aiohttp/aiohttp-0.22.2.ebuild 
b/dev-python/aiohttp/aiohttp-0.22.2.ebuild
new file mode 100644
index 000..f7b65a2
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-0.22.2.ebuild
@@ -0,0 +1,57 @@
+# 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 ~x86"
+IUSE="doc examples test"
+
+CDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-1.1.0[${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-asyncio[${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-07-30 Thread Alex Brandt
commit: e0d8e57956c1394a28ca165ff5d16acdfea1a633
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:23:31 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:23:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d8e579

dev-python/aiohttp: remove version 0.21.4

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 6844050..f20ee0d 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,4 +1,3 @@
-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
 DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84

diff --git a/dev-python/aiohttp/aiohttp-0.21.4.ebuild 
b/dev-python/aiohttp/aiohttp-0.21.4.ebuild
deleted file mode 100644
index ab8be7d..000
--- a/dev-python/aiohttp/aiohttp-0.21.4.ebuild
+++ /dev/null
@@ -1,52 +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 )
-
-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/multidict/

2016-07-30 Thread Alex Brandt
commit: c32caf73551c8f6ee260ba5d68885b2cebb46b21
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:11:32 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:11:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32caf73

dev-python/multidict: add version 1.3.0_alpha1

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 939dc75..79f02f5 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1,4 @@
 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
+DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0

diff --git a/dev-python/multidict/multidict-1.3.0_alpha1.ebuild 
b/dev-python/multidict/multidict-1.3.0_alpha1.ebuild
new file mode 100644
index 000..41a9fda
--- /dev/null
+++ b/dev-python/multidict/multidict-1.3.0_alpha1.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 ~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-30 Thread Alex Brandt
commit: 8fbef95c9eb15407de8fc45f6ea8d5bbdec822a4
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:14:44 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:14:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbef95c

dev-python/multidict: remove version 1.1.0_beta2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index 79f02f5..137c5f7 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,4 +1,3 @@
-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
 DIST multidict-1.3.0_alpha1.tar.gz 98403 SHA256 
05d5e5e6572a250fa4084bb5b3408621ccae6ff5ad2eb3130ca789b181786e46 SHA512 
71831a567e7098aaf3f1273335249dab12a96595dd233f88dae114c7dd26beca53c6f55f9a5b2ec4145d62acf84f1734778d0ccb1a54c380569030ae4a3d2957
 WHIRLPOOL 
5cc1b3344f4c57250afe91e6168400c44bf39aaea25778a00907d9585b835754ac9e8b12ba584cf39c28e93945196a0fdb2a5f425629c1d417221acad56538c0

diff --git a/dev-python/multidict/multidict-1.1.0_beta2.ebuild 
b/dev-python/multidict/multidict-1.1.0_beta2.ebuild
deleted file mode 100644
index 6004a97..000
--- a/dev-python/multidict/multidict-1.1.0_beta2.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//_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-30 Thread Alex Brandt
commit: cb7b039053bb7f86c2478c13304ecc4f965758d8
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:08:41 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:08:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7b0390

dev-python/botocore: remove 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 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index dbfc759..30fdbdaf 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.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
 DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778

diff --git a/dev-python/botocore/botocore-1.4.31.ebuild 
b/dev-python/botocore/botocore-1.4.31.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.31.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-30 Thread Alex Brandt
commit: caead09589183f92932437859003894283261cac
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:06:15 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:06:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caead095

dev-python/botocore: add version 1.4.39

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6bb783e..dbfc759 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.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
+DIST botocore-1.4.39.tar.gz 2646675 SHA256 
e8377e312fae3f67b4e1f336a58f412f2dc9ff02117bc4a1a91ef568e6299cbe SHA512 
91069671a1187968c64552f6218af8d07fe54cbcfcb8ede06c2bd5b823acc672d36205425a5370dd235028153cceb768782ae1c82fe9dffcea50a596307e7a99
 WHIRLPOOL 
fd219954147173861f985ea2044806910f4c60c4c4ced36123a140d40f98968df5292ba1eecba99a6e6e39e71623dfa08630de46532237b503b09ac9d775f778

diff --git a/dev-python/botocore/botocore-1.4.39.ebuild 
b/dev-python/botocore/botocore-1.4.39.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.39.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/stormpath/

2016-07-30 Thread Alex Brandt
commit: ae482460cdebaa1627dd6f14faf312f9fc78fcfe
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:00:09 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:00:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae482460

dev-python/stormpath: add version 2.4.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index d2a2401..33cd9ed 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 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
+DIST stormpath-2.4.2.tar.gz 4345932 SHA256 
17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 
0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff
 WHIRLPOOL 
536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca

diff --git a/dev-python/stormpath/stormpath-2.4.2.ebuild 
b/dev-python/stormpath/stormpath-2.4.2.ebuild
new file mode 100644
index 000..8248d4f
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.4.2.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/stormpath/

2016-07-30 Thread Alex Brandt
commit: 030624b497fd129b09b68de4f13d348425415f66
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 15:03:29 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 15:03:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030624b4

dev-python/stormpath: remove version 2.3.1

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 33cd9ed..4729957 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-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
 DIST stormpath-2.4.2.tar.gz 4345932 SHA256 
17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 
0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff
 WHIRLPOOL 
536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca

diff --git a/dev-python/stormpath/stormpath-2.3.1.ebuild 
b/dev-python/stormpath/stormpath-2.3.1.ebuild
deleted file mode 100644
index 8248d4f..000
--- a/dev-python/stormpath/stormpath-2.3.1.ebuild
+++ /dev/null
@@ -1,51 +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="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/sphinxcontrib-asyncio/

2016-07-30 Thread Alex Brandt
commit: e453c0eedbbd14f686945ee29b0374162c3ac99c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 30 14:55:08 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sat Jul 30 14:55:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e453c0ee

dev-python/sphinxcontrib-asyncio: add version 0.2.0

Package-Manager: portage-2.3.0

 dev-python/sphinxcontrib-asyncio/Manifest  |  1 +
 dev-python/sphinxcontrib-asyncio/metadata.xml  | 13 
 .../sphinxcontrib-asyncio-0.2.0.ebuild | 38 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/sphinxcontrib-asyncio/Manifest 
b/dev-python/sphinxcontrib-asyncio/Manifest
new file mode 100644
index 000..478690f
--- /dev/null
+++ b/dev-python/sphinxcontrib-asyncio/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-asyncio-0.2.0.tar.gz 10689 SHA256 
96627b1ec4eba08d09ad577ff9416c131910333ef37a2c82a2716e59646739f0 SHA512 
2ca25717c03385ae9bf879b8efeab8d508292d07f96d941032720d755d3db2e7bbc3c9a33c6103af9d83849ed8878bea1048d349bd0873288ee2addfee9756b7
 WHIRLPOOL 
7fa99d9857b7e58bd57c9de94b49aeae3614f958f697db26e384106bda853d78dc5fb6b08e72631615d4eaf9f150290e651bf87c1866139238eb5c2b0f4d8017

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

diff --git 
a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0.ebuild 
b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0.ebuild
new file mode 100644
index 000..a7573f4
--- /dev/null
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0.ebuild
@@ -0,0 +1,38 @@
+# 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="sphinx extension to support coroutines in markup"
+HOMEPAGE="https://github.com/aio-libs/sphinxcontrib-asyncio;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+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-07-23 Thread Alex Brandt
commit: 1679a316bc455fa042ee2f07e341833eff94f834
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:19:30 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:19:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1679a316

dev-python/mypy: remove version 0.2.0-r1

Package-Manager: portage-2.3.0

 dev-python/mypy/Manifest |  1 -
 dev-python/mypy/mypy-0.2.0-r1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 089fc33..749bde7 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,4 +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
 DIST mypy-0.4.3.tar.gz 714118 SHA256 
d90aaf3e8c01ccdfdb5b74e9321a3f3a32dea964ce13472f406cec43c174229d SHA512 
2185eccb6fa783168879acfc316da0c879fca0b04e6a21bbd47a456014281d634711d9f3e25fa3a64a0b7819b54f0bb87f8bede7452147fd3bab8bca4859f5f0
 WHIRLPOOL 
4b1db030e1c8aed69e763141a812626129451f04ec32ed4cd4bff15461d826b9479a85a92dcc846baa16dda3056840e6c7f798e9b27317d5158e4ccc769c34c9

diff --git a/dev-python/mypy/mypy-0.2.0-r1.ebuild 
b/dev-python/mypy/mypy-0.2.0-r1.ebuild
deleted file mode 100644
index 0b30dcc..000
--- a/dev-python/mypy/mypy-0.2.0-r1.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=( 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_prepare_all() {
-   local PATCHES=(
-   "${FILESDIR}"/use-which.patch
-   )
-
-   distutils-r1_python_prepare_all
-}
-
-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-07-23 Thread Alex Brandt
commit: 40d14d75fa75ab0cffde9f2f9478bf4011673a4c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:16:18 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:16:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d14d75

dev-python/mypy: add version 0.4.3

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 5a4527b..089fc33 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,3 +1,4 @@
 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
+DIST mypy-0.4.3.tar.gz 714118 SHA256 
d90aaf3e8c01ccdfdb5b74e9321a3f3a32dea964ce13472f406cec43c174229d SHA512 
2185eccb6fa783168879acfc316da0c879fca0b04e6a21bbd47a456014281d634711d9f3e25fa3a64a0b7819b54f0bb87f8bede7452147fd3bab8bca4859f5f0
 WHIRLPOOL 
4b1db030e1c8aed69e763141a812626129451f04ec32ed4cd4bff15461d826b9479a85a92dcc846baa16dda3056840e6c7f798e9b27317d5158e4ccc769c34c9

diff --git a/dev-python/mypy/mypy-0.4.3.ebuild 
b/dev-python/mypy/mypy-0.4.3.ebuild
new file mode 100644
index 000..bdebb35
--- /dev/null
+++ b/dev-python/mypy/mypy-0.4.3.ebuild
@@ -0,0 +1,42 @@
+# 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 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/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-23 Thread Alex Brandt
commit: c5d583c0ac9d49ef811c5335554d7a406f728271
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:14:53 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:14:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d583c0

app-emulation/docker-compose: remove version 1.7.0

Package-Manager: portage-2.3.0

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index ede005c..f91c20b 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.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
 DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686

diff --git a/app-emulation/docker-compose/docker-compose-1.7.0.ebuild 
b/app-emulation/docker-compose/docker-compose-1.7.0.ebuild
deleted file mode 100644
index 4447a75..000
--- a/app-emulation/docker-compose/docker-compose-1.7.0.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-23 Thread Alex Brandt
commit: e15d1956ef91aa668f4ee976a9f18a04f504da88
Author: Alex Brandt  gentoo  org>
AuthorDate: Sun Jul 24 01:12:27 2016 +
Commit:     Alex Brandt  gentoo  org>
CommitDate: Sun Jul 24 01:12:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15d1956

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

Package-Manager: portage-2.3.0

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 1de576b..ede005c 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.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
+DIST docker-compose-1.8.0_rc2.tar.gz 148581 SHA256 
a2b6ff7c8cc8121567a26e158c4c3a246ab5173fc0ebdb4208923df88b4bd683 SHA512 
390f65d6bca940cef8d5bedfbf20d0da4897d06a466c61d419aff6a5458d2982375f948f8a714303e8bdd62298020a506ef1430794a3d3116614f3ae14d3a6f3
 WHIRLPOOL 
3b874adc90704c6a02c14e8431d6ac425e0ffe3458427ff35df69ba3804aba906ac4c9ca7ef2e33a3c0ac9ff0f466d9c39c886626b37b5d4c465ccb3b3e2b686

diff --git a/app-emulation/docker-compose/docker-compose-1.8.0_rc2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.8.0_rc2.ebuild
new file mode 100644
index 000..8d2f126
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.8.0_rc2.ebuild
@@ -0,0 +1,65 @@
+# 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/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 '

  1   2   3   4   5   6   7   8   >