dev-python/funcy: Remove support to python3.4
authorTupone Alfredo <tupone@gentoo.org>
Thu, 3 May 2018 06:40:21 +0000 (08:40 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Thu, 3 May 2018 06:40:21 +0000 (08:40 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/funcy/funcy-1.10.1.ebuild
dev-python/funcy/funcy-1.8.ebuild

index 209f30269b17589c48ea432e37eafe9dfe609384..c94f09e0ac42dc0ef46e5767b0d10af8ad14ed39 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="A collection of fancy functional tools focused on practicality"
index 73fe30f0071441d42e6a7bb3ff0eb5ee8e609cb9..0ba7897cb81b40b8ef715d5a3a3aaea224c91dc6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="A collection of fancy functional tools focused on practicality"