From 2018227e9344edb9da15fc6a4a8298086cc2aa77 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Jun 2019 21:45:28 +0100 Subject: gentoo resync : 02.06.2019 --- virtual/python-funcsigs/Manifest | 2 +- virtual/python-funcsigs/python-funcsigs-2-r1.ebuild | 17 +++++++++++++++++ virtual/python-funcsigs/python-funcsigs-2.ebuild | 17 ----------------- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 virtual/python-funcsigs/python-funcsigs-2-r1.ebuild delete mode 100644 virtual/python-funcsigs/python-funcsigs-2.ebuild (limited to 'virtual/python-funcsigs') diff --git a/virtual/python-funcsigs/Manifest b/virtual/python-funcsigs/Manifest index 3b17568ef372..edb865f0e7bc 100644 --- a/virtual/python-funcsigs/Manifest +++ b/virtual/python-funcsigs/Manifest @@ -1,2 +1,2 @@ -EBUILD python-funcsigs-2.ebuild 622 BLAKE2B 990d442bb4bd2563fbb010586ef4cf8221c50965a323fdfc27e19eb6a5f70c39063f13767bec0837f3f922e50b167e205b968c188f012981d974dbc2065340ef SHA512 16ca4faf9b6b98ae27f40cbcbc91b41a73f45adabeed70f6682ad7ec889742b9cacdc3db263156b7c115fca178a06657b39d12699bc4bd48428dea2f8e5db90e +EBUILD python-funcsigs-2-r1.ebuild 618 BLAKE2B c131577d706a628e5d529c94ee543e6563052ea2343e96194d7f2604a7ba2974b53d5b5c4a18f840fc4a91facec00b20ff4811d7d3987afc5a333ad70649b6d7 SHA512 a7f977707b61a9eec219839c06d4cd47c5517be145c982d7588750f806e175a2b1488e62591e71de5ed0561d26a626bd023e7e3e69ad02cef3b93d0d4178d31b MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild new file mode 100644 index 000000000000..d67b420a1734 --- /dev/null +++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) + +inherit python-r1 + +DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' python2_7 python3_5 pypy )" diff --git a/virtual/python-funcsigs/python-funcsigs-2.ebuild b/virtual/python-funcsigs/python-funcsigs-2.ebuild deleted file mode 100644 index 0ce85c8961e7..000000000000 --- a/virtual/python-funcsigs/python-funcsigs-2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) - -inherit python-r1 - -DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' python2_7 python3_5 pypy{,3} )" -- cgit v1.2.3