From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/apipkg/Manifest | 2 +- dev-python/apipkg/apipkg-1.5-r1.ebuild | 24 ++++++++++++++++++++++++ dev-python/apipkg/apipkg-1.5.ebuild | 24 ------------------------ 3 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 dev-python/apipkg/apipkg-1.5-r1.ebuild delete mode 100644 dev-python/apipkg/apipkg-1.5.ebuild (limited to 'dev-python/apipkg') diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest index d80d7bf95dab..29b57c87b76d 100644 --- a/dev-python/apipkg/Manifest +++ b/dev-python/apipkg/Manifest @@ -1,4 +1,4 @@ AUX apipkg-1.5-pytest-4.patch 801 BLAKE2B 4fe40fb766f4e8654ef37f0796a88f74b81e2a1d237382f87745f33ac80e505c9e764f8b83d467c7f5051ce7eb3a80add369595556b5b6abf3e1a569d33cc071 SHA512 d50ecac0382e70124634a403c5010bc929f92f7a6768979497a5d2646626c6244f3c213f18989f71dda137bd4376f81d5d97a5f4979ff0e937046bffeef75b04 DIST apipkg-1.5.tar.gz 11186 BLAKE2B f703a37b38b412228348520a9daa0276a69c3be47a9586e1c2797cf525a024bb0fda81dbfad7d4b1404e1ebcd3eec0e9ce2231beef5072bf9915240e2e5fb445 SHA512 828937ca5e203915248fac54db8e7c13f941e006403f2a415c27fa4d1aa114790be3d7b5dd892f528611e5e6dfe75114ee80f4f4589a03c3f789ae6ddfcae0bf -EBUILD apipkg-1.5.ebuild 629 BLAKE2B a53bf73e086b16301459b47cc51bbd3d9051702aec7a351babb321dadd498874d1791e17ecf0f0217f346c8682cb1c12edb2515f449d3e3ef10089fd4d6a0824 SHA512 f61b8777ce1d5c42846708f2c339c8af85ffb8f82fa495ff1f6afe0a14e6403464d8ab83fb0c9986ba6fef9b58c2c00aa872e77e4c050798dc5cd000fa0e63c5 +EBUILD apipkg-1.5-r1.ebuild 619 BLAKE2B 69623c124fbf94d1d8e53b98bd16a7d013ac4c6863ccdea06a600c47b92da52667a37eb658a726a18847cd427fc8b04895b756b75abc4ea1ea59bf8a3e253603 SHA512 7ec75c5736c02ed9173c0dd3847549ca4bed16a643ab09a62e3de761450cbe59e6169a1a6a80b43904564e8cc9b8a55c4c7daf981d2138c601ebedd1f43bbc10 MISC metadata.xml 333 BLAKE2B 3afc02af856372debf32ee34e8da1f618d23656ee440be75af68bae0f9fda7d6595860dfbff0fb14f00d84d01fd9ade7adb873568e55d80830f157c39f205103 SHA512 5479e8777267cb9b66366ed387d20dc954f02cee672d58c5e6c742a7a31cf529a069f8f5b57b99a6d5fcff91dbcc59790ef179e282d7ecdd1d798798d9e7b7ba diff --git a/dev-python/apipkg/apipkg-1.5-r1.ebuild b/dev-python/apipkg/apipkg-1.5-r1.ebuild new file mode 100644 index 000000000000..0a2dd58e6546 --- /dev/null +++ b/dev-python/apipkg/apipkg-1.5-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Namespace control and lazy-import mechanism" +HOMEPAGE="https://pypi.org/project/apipkg/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}]" + +PATCHES=( + "${FILESDIR}"/${P}-pytest-4.patch +) + +distutils_enable_tests pytest diff --git a/dev-python/apipkg/apipkg-1.5.ebuild b/dev-python/apipkg/apipkg-1.5.ebuild deleted file mode 100644 index 0c5fa2681419..000000000000 --- a/dev-python/apipkg/apipkg-1.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Namespace control and lazy-import mechanism" -HOMEPAGE="https://pypi.org/project/apipkg/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -PATCHES=( - "${FILESDIR}"/${P}-pytest-4.patch -) - -distutils_enable_tests pytest -- cgit v1.2.3