forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/docker-py: Version bump to 1.10.6
Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
DIST docker-py-1.10.3.tar.gz 121064 SHA256 3042c0b3ca5333aaaa53f0aa7acc19b5a1258b0f2fcf0a90da0f96659f52f64a SHA512 39bb7440849fcc815f6a36dfe402e76635d01584f9af3d17610d0c70719f46aa16b697058feeda961b9830e463fba5aeac2cc28752881ea0bf1cd0c6ca41acb7 WHIRLPOOL 92a0b7dd9a3fdedee7538bc1518035bca470c91a436516c87b2645b50a36fd5b884517f92759bd4e7f02cd6545335072bd801692cbb5c2b424cb6f4320ddea27 | ||
DIST docker-py-1.10.4.tar.gz 122223 SHA256 8b0054aa1afce641df369ccec5e350c3d2dbe9deef2b3ad11222f7becfab8081 SHA512 bdfbaff471ecb16c5b283a960d2366ada80bce3fbc67c962f14bd1a254a59f85bbdc9e47873e409118d09594dfb2fa1fd5a522beaa668a2a63bd46dbd58b0dc3 WHIRLPOOL 0d56f43001130aef6d4a9f963d211c1f6f3617b09ec64e9b6e15404ba1c5a692ed28e29be4022d4218b5b615f3bbeac1d81caf9fcf6108224752eb82b544be4a | ||
DIST docker-py-1.10.6.tar.gz 122462 SHA256 dd1aa55dbe507538318e51e5303077d146d5176abd6b05fe9bcde24c289410bc SHA512 6360f9743472c42b3b080204195a0ba62ec85503cc3d4053dca1fb68e8dbed54bd90ed530d9b6ed0b29367aecbe3731d076c89e8d49365c133754bc38c3f15b9 WHIRLPOOL 3f42a0e597e63d0b821c1887b680b2faa8f696b65aa0851acaf00ccbc3ed2b271b1bbcc5390b99f6402b56f6a1a116fe76bf6a5f542b8beb9f8213e81df18f08 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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_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.11.1[${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_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 | ||
} |