diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:46:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:39 +0100 |
commit | dc6e749f5348620ea984af07aab4c9a584e2a4d9 (patch) | |
tree | 5bf2fc25a782c07791bccbe4d40b8183dff9fc82 /dev-python | |
parent | dev-python/semver: Remove py2 (diff) | |
download | gentoo-dc6e749f5348620ea984af07aab4c9a584e2a4d9.tar.gz gentoo-dc6e749f5348620ea984af07aab4c9a584e2a4d9.tar.bz2 gentoo-dc6e749f5348620ea984af07aab4c9a584e2a4d9.zip |
dev-python/send2trash: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/send2trash/send2trash-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/send2trash/send2trash-1.5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/send2trash/send2trash-1.3.0.ebuild b/dev-python/send2trash/send2trash-1.3.0.ebuild index 3420408e9afa..ff1bbf61d817 100644 --- a/dev-python/send2trash/send2trash-1.3.0.ebuild +++ b/dev-python/send2trash/send2trash-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/send2trash/send2trash-1.5.0.ebuild b/dev-python/send2trash/send2trash-1.5.0.ebuild index 121fde52dd1a..8c20471c469f 100644 --- a/dev-python/send2trash/send2trash-1.5.0.ebuild +++ b/dev-python/send2trash/send2trash-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |