dev-python/owslib: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:31:04 +0000 (06:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:34 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/owslib/owslib-0.16.0-r1.ebuild
dev-python/owslib/owslib-0.17.1.ebuild

index c409c4e6bb32890b3322cb3ecce8645a9200f527..0828c3fb1a1829abe3d750168c1a262456e2c785 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Library for client programming with Open Geospatial Consortium web service"
index 118c22f7c3ececdee3761e84771c8236cc774afd..4d741c95859f8d33a5c28af28977143aaaad0d98 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Library for client programming with Open Geospatial Consortium web service"