summaryrefslogtreecommitdiff
path: root/dev-python/itypes/itypes-1.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/itypes/itypes-1.1.0.ebuild')
-rw-r--r--dev-python/itypes/itypes-1.1.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/itypes/itypes-1.1.0.ebuild b/dev-python/itypes/itypes-1.1.0.ebuild
index 76e5dd50b66a..77145fda65bf 100644
--- a/dev-python/itypes/itypes-1.1.0.ebuild
+++ b/dev-python/itypes/itypes-1.1.0.ebuild
@@ -3,11 +3,12 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="basic immutable container types for python"
-HOMEPAGE="https://github.com/tomchristie/itypes"
+HOMEPAGE="https://github.com/PavanTatikonda/itypes"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"