diff options
Diffstat (limited to 'dev-lang/hy')
-rw-r--r-- | dev-lang/hy/hy-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.12.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.12.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.13.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.13.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/hy/hy-0.14.0.ebuild | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/dev-lang/hy/hy-0.10.1.ebuild b/dev-lang/hy/hy-0.10.1.ebuild index 8db7f55d0185..860d13e0951a 100644 --- a/dev-lang/hy/hy-0.10.1.ebuild +++ b/dev-lang/hy/hy-0.10.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python2_7 python3_4) +PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.11.1.ebuild b/dev-lang/hy/hy-0.11.1.ebuild index 409b60389bf9..e03e52c7f871 100644 --- a/dev-lang/hy/hy-0.11.1.ebuild +++ b/dev-lang/hy/hy-0.11.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_5}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.12.0.ebuild b/dev-lang/hy/hy-0.12.0.ebuild index bc27ab71eb3c..e03e52c7f871 100644 --- a/dev-lang/hy/hy-0.12.0.ebuild +++ b/dev-lang/hy/hy-0.12.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_5}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.12.1.ebuild b/dev-lang/hy/hy-0.12.1.ebuild index 63fcce06bf62..aadb5d9ad33b 100644 --- a/dev-lang/hy/hy-0.12.1.ebuild +++ b/dev-lang/hy/hy-0.12.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_5}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.13.0.ebuild b/dev-lang/hy/hy-0.13.0.ebuild index f42227b60a04..767483bf247d 100644 --- a/dev-lang/hy/hy-0.13.0.ebuild +++ b/dev-lang/hy/hy-0.13.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_5}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.13.1.ebuild b/dev-lang/hy/hy-0.13.1.ebuild index f42227b60a04..767483bf247d 100644 --- a/dev-lang/hy/hy-0.13.1.ebuild +++ b/dev-lang/hy/hy-0.13.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_5}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild index 151303bbb2e1..c7f7b5a7c07e 100644 --- a/dev-lang/hy/hy-0.14.0.ebuild +++ b/dev-lang/hy/hy-0.14.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_5,3_6}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python" |