diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-05 10:36:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-05 10:36:03 +0000 |
| commit | 43fd362d94e64e040b6bee53f5f9042fe7ce365f (patch) | |
| tree | e4ef6f15d5a421cf85c3621a02b4d747933b1462 /dev-python/ndg-httpsclient | |
| parent | 6bd3ff315e457c0d4c67ff883adf9444547a4333 (diff) | |
| download | baldeagleos-repo-43fd362d94e64e040b6bee53f5f9042fe7ce365f.tar.gz baldeagleos-repo-43fd362d94e64e040b6bee53f5f9042fe7ce365f.tar.xz baldeagleos-repo-43fd362d94e64e040b6bee53f5f9042fe7ce365f.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/ndg-httpsclient')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild index be7f011587ae..4f5b084a3aef 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{5..10} pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild index 420db6eaadf6..c346610cc6b1 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5..10} pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild index fd956e040394..27b671150727 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{5..10} pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7,8,9,10} pypy3 ) inherit distutils-r1 |
