diff options
| author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-15 16:36:19 +0200 |
|---|---|---|
| committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-15 17:09:19 +0200 |
| commit | df069149f8a2a987d1d8696f2c499049c549e9c7 (patch) | |
| tree | 0a2144a778a3a4a5661335020307a25953b175c0 /dev-python/docker-py/docker-py-5.0.3.ebuild | |
| parent | 6007dcfa4f79d51d92bbc17ff352d103cf47c14c (diff) | |
| download | gentoo-df069149f8a2a987d1d8696f2c499049c549e9c7.tar.gz gentoo-df069149f8a2a987d1d8696f2c499049c549e9c7.tar.bz2 gentoo-df069149f8a2a987d1d8696f2c499049c549e9c7.zip | |
dev-python/docker-py: enable python3_11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/docker-py/docker-py-5.0.3.ebuild')
| -rw-r--r-- | dev-python/docker-py/docker-py-5.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/docker-py/docker-py-5.0.3.ebuild b/dev-python/docker-py/docker-py-5.0.3.ebuild index 4432b12529f2..0d6f7af2bc3b 100644 --- a/dev-python/docker-py/docker-py-5.0.3.ebuild +++ b/dev-python/docker-py/docker-py-5.0.3.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 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" +SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0" SLOT="0" |
