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/entrypoints/Manifest | 2 +- dev-python/entrypoints/entrypoints-0.3-r1.ebuild | 43 ------------------------ dev-python/entrypoints/entrypoints-0.3-r2.ebuild | 37 ++++++++++++++++++++ 3 files changed, 38 insertions(+), 44 deletions(-) delete mode 100644 dev-python/entrypoints/entrypoints-0.3-r1.ebuild create mode 100644 dev-python/entrypoints/entrypoints-0.3-r2.ebuild (limited to 'dev-python/entrypoints') diff --git a/dev-python/entrypoints/Manifest b/dev-python/entrypoints/Manifest index bb66075af786..da58d9612b37 100644 --- a/dev-python/entrypoints/Manifest +++ b/dev-python/entrypoints/Manifest @@ -1,4 +1,4 @@ AUX entrypoints-0.2.1-init.py.patch 243 BLAKE2B 79706eacd51f9eb2b9bb319befc01c44894e2fa0c394585d2ad578b07e64fa4a6fce5e7c8f1c50752b1fa63e05776186759bc1ce426559405fd0a0e6c8b14aa3 SHA512 f25cb047aa8743dd9145c8e5913c53b5faa6a2b0ed3a50a957d69739bef43b3a6612ec38754bb088c2f9a8e116df61e00962fd1a78c45e5c107cbdd40a9569d0 DIST entrypoints-0.3.tar.gz 12315 BLAKE2B f548d98eeb9dcf5760b26f66e5dec0849c9a9027cd68447c07a585e7b80f79a7c66712d0dd270b6960db167d26f9cf0c9c221edd21f2692c2221d36e952ede65 SHA512 aa1274362d3a4b00266103319ca51aa266605b4999c89a9d0673eb61bfae9e646cb0ec6b86c95544493f6fe048385a2c7641d64adca8f45815546fb1e663c858 -EBUILD entrypoints-0.3-r1.ebuild 987 BLAKE2B 0ef22075484cc4a5a31120cab7630b1be5b80ed36173154193f24ec17ad1ebf59a5470e7777d579ee4ee7bda4b7009c9a9156417fb9112ce0c460571baee1992 SHA512 77266ab1ee8fcdfbd9da97e486908a37f120452ec332ca6bba32f4a2f6ccb06ad5b0c801d8b419ab0f02dbf7641b0308eaefcab6bf55d2118a4a002712395328 +EBUILD entrypoints-0.3-r2.ebuild 816 BLAKE2B bffe420a789af216c9ca0c2c003e6635ad938d92075f21b6a2b341567bef549ec1149175711831149e97726a5754e7c9d13cd89f57d80d81c7c657eca725de37 SHA512 9e9a4e0f4701f830649519cfbfa5f494789975cc784c70554907ee8e6020e3ea5bfb0e132ac2d66f0fed75ff815d5c4a072bd453e91dfc5406d8d202bed821dc MISC metadata.xml 730 BLAKE2B 4036e332f77d99dc24f55da8e75cc96900cba2a343a4d372c125a5eb8102a6ee789b72a87d8339ac0352e214c0c5e2c554d6899795f3ab84df3c441b9f75f542 SHA512 7febb502fc9aad6bdec9c698275aafee404cea4cea59f554a101a8186df401d227d7d8b14cc332ee96b975ea513b5cef37de80f8e39ece138cc232718e1d5e13 diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild deleted file mode 100644 index 2fb7fce20d41..000000000000 --- a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} ) - -inherit distutils-r1 - -DESCRIPTION="Discover and load entry points from installed packages" -HOMEPAGE="https://github.com/takluyver/entrypoints" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - $(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' -2) -" -BDEPEND=" - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/pathlib[${PYTHON_USEDEP}] - ' -2) - ) -" - -PATCHES=( - "${FILESDIR}/${PN}"-0.2.1-init.py.patch -) - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}"/lib || die - cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die - pytest -vv || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild new file mode 100644 index 000000000000..ce698e59226b --- /dev/null +++ b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Discover and load entry points from installed packages" +HOMEPAGE="https://github.com/takluyver/entrypoints" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}/${PN}"-0.2.1-init.py.patch +) + +python_test() { + distutils_install_for_testing + cd "${TEST_DIR}"/lib || die + cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die + pytest -vv || die "Tests fail with ${EPYTHON}" +} -- cgit v1.2.3