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/pathlib2/Manifest | 2 +- dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild | 34 ++++++++++++++++++++++++++++ dev-python/pathlib2/pathlib2-2.3.5.ebuild | 34 ---------------------------- 3 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild delete mode 100644 dev-python/pathlib2/pathlib2-2.3.5.ebuild (limited to 'dev-python/pathlib2') diff --git a/dev-python/pathlib2/Manifest b/dev-python/pathlib2/Manifest index fccf3162ce79..d7f3f35b99b1 100644 --- a/dev-python/pathlib2/Manifest +++ b/dev-python/pathlib2/Manifest @@ -1,3 +1,3 @@ DIST pathlib2-2.3.5.tar.gz 34393 BLAKE2B 7e03214a53f1ebf7718d04f653e24ffa4b06070b0ae21583d98ea0ce956c5aced5ea63bf6062d8e8d979bef4c82137cd2d2d5d6121dc3dda0ae1f713c1868d36 SHA512 3f0f212bf5208d0965ac02a590bef6ac0ec5e3b702828c06c3c9d37119b3db422cc7873de614fdc37ebfb3f52239a6517008d9672a176ca15d03fe13baeeddc8 -EBUILD pathlib2-2.3.5.ebuild 874 BLAKE2B f6fd8dede91994564486939df89cc118ebe35054cacaf5c9c57b3aeccd1abed2af73a10f17dd174343af1001b01aa152145ceff23b47f481417bf72c9a365108 SHA512 31c45b446688f690d2a8b393e1ac363ac87cd8bc20f2366f719faf185c9420c9a2224e9a7fc7a0d11e9dff85364a4a56b86e0a28374b09ba4121c5787a19a8c7 +EBUILD pathlib2-2.3.5-r1.ebuild 868 BLAKE2B f8b8b91545139e9d1edaadee5412767f0a31a4746fd40d152cd46679b269eea142bc530f60fc6ee75e6351dac62258ed3101e8cb14be02bb246cc27dce14dae4 SHA512 d275b2a3d5aea0b36a584163a969fab69494fc9171fa338f7c7c8173b73350f5dbbc577885e9118309879fb3530e87cd9ed3ec0017f50e4771a6adcbdda8c448 MISC metadata.xml 463 BLAKE2B c5e8381d9902bc251a106ec336aa4981170fb7fedf69c4b71ddd884a7e9389d906fb9b51328b80bff434bd69f8103826783fc12f827b30866a1dec5405e63c98 SHA512 e00cb650f5e170feb4186dd440ee85e28ce345447b16264e323a50ec719b19c68bdfeb5c691d468045aa1c57df43e5b12e569b410ec04d39d2d6d1e1c61e2003 diff --git a/dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild b/dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild new file mode 100644 index 000000000000..36f159e9e542 --- /dev/null +++ b/dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Fork of pathlib aiming to support the full stdlib Python API" +HOMEPAGE="https://github.com/mcmtroffaes/pathlib2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + $(python_gen_cond_dep 'dev-python/scandir[${PYTHON_USEDEP}]' -2) + dev-python/six[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) + ) +" + +python_test() { + "${EPYTHON}" tests/test_pathlib2.py -v || \ + die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/pathlib2/pathlib2-2.3.5.ebuild b/dev-python/pathlib2/pathlib2-2.3.5.ebuild deleted file mode 100644 index 5e1c8a7d6d3a..000000000000 --- a/dev-python/pathlib2/pathlib2-2.3.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} ) - -inherit distutils-r1 - -DESCRIPTION="Fork of pathlib aiming to support the full stdlib Python API" -HOMEPAGE="https://github.com/mcmtroffaes/pathlib2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - $(python_gen_cond_dep 'dev-python/scandir[${PYTHON_USEDEP}]' -2) - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) - ) -" - -python_test() { - "${EPYTHON}" tests/test_pathlib2.py -v || \ - die "tests failed with ${EPYTHON}" -} -- cgit v1.2.3