diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:45:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:53:09 +0100 |
commit | 4586024425c0845a2290d823b6cfcf16e28a98d2 (patch) | |
tree | 4f2c14c9e7be0c88392bb0b123410d23a42e6aa6 /dev-python/ntlm-auth | |
parent | dev-python/requests-ntlm: Remove py2 (diff) | |
download | gentoo-4586024425c0845a2290d823b6cfcf16e28a98d2.tar.gz gentoo-4586024425c0845a2290d823b6cfcf16e28a98d2.tar.bz2 gentoo-4586024425c0845a2290d823b6cfcf16e28a98d2.zip |
dev-python/ntlm-auth: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ntlm-auth')
-rw-r--r-- | dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild index 4b2433e20090..f458dfd91960 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild index 4b2433e20090..f458dfd91960 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild index f34de2bf8fea..f0903195190e 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild index f34de2bf8fea..f0903195190e 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |