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/scandir/Manifest | 2 +- dev-python/scandir/scandir-1.10.0-r1.ebuild | 24 ------------------------ dev-python/scandir/scandir-1.10.0-r2.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 dev-python/scandir/scandir-1.10.0-r1.ebuild create mode 100644 dev-python/scandir/scandir-1.10.0-r2.ebuild (limited to 'dev-python/scandir') diff --git a/dev-python/scandir/Manifest b/dev-python/scandir/Manifest index be692752cc21..8b9f1e1774b4 100644 --- a/dev-python/scandir/Manifest +++ b/dev-python/scandir/Manifest @@ -1,3 +1,3 @@ DIST scandir-1.10.0.tar.gz 33311 BLAKE2B 47576618c41a477ff7bab9daecf2e4719ed0c497a25fd68b4bacae073fc418f9fc51503812af726d1d124f07cccfb418ae09c196cf7ce283abf5d3bbc36b7e09 SHA512 42a570320018ffff2172ada67002334446c73c53813b36d63558d3854ded2fac0b266fcaf399cf9a735ceba110636b6901683fb26cde1e286ff476bc37e3d335 -EBUILD scandir-1.10.0-r1.ebuild 677 BLAKE2B 77b3be46e768ab986436edc49153998d20b124f19ea3cc07f91610aacc423a944444c4ccb4eb1df3a9e1109001083ae7441fde9a36d5ea615fef5680646c5b76 SHA512 71b35878e303a3f62edaea9f42e9a81fa2f187e8cc90e9f3a8f752c650eaa5540e87d8022344ab5882911b71d92b25bb17a3f0ff9fa2dfdd67e54123b1874d72 +EBUILD scandir-1.10.0-r2.ebuild 667 BLAKE2B c08e894fcb1f489c7d2db5f29fc3091a894029aba08ae0acf84df4c33d07c6c0e1b24a52fb4908af8c4b96602a3e4169ebd16b11f975312a97e92a5bc00f0ffa SHA512 e650cdc98804f1eed2b8d880f041ae3e75e737b850db819020b1c945616f672e22c303c8f57399045e16a5274fcda034b54a90a52db6f1a9384217c33011f544 MISC metadata.xml 495 BLAKE2B 7137cdfc395a1e80576885adb3c870ba25034a657c342b3819328f276d55ebf6d7756e57644a6ff4d45ca07cdb561078dbb1deb1b993816c7088850dee45c3bb SHA512 e762fa761b5b00288870eac3af8aed0d05efba207d83138adc873da902a7e197b710caeb87a3083e5f23436f4a2c799996fe07201195de065bd430b9c35183ee diff --git a/dev-python/scandir/scandir-1.10.0-r1.ebuild b/dev-python/scandir/scandir-1.10.0-r1.ebuild deleted file mode 100644 index c686965ac11a..000000000000 --- a/dev-python/scandir/scandir-1.10.0-r1.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} ) - -inherit distutils-r1 - -DESCRIPTION="A better directory iterator and faster os.walk()" -HOMEPAGE="https://github.com/benhoyt/scandir" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -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 )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/scandir/scandir-1.10.0-r2.ebuild b/dev-python/scandir/scandir-1.10.0-r2.ebuild new file mode 100644 index 000000000000..84c1093fe800 --- /dev/null +++ b/dev-python/scandir/scandir-1.10.0-r2.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} ) + +inherit distutils-r1 + +DESCRIPTION="A better directory iterator and faster os.walk()" +HOMEPAGE="https://github.com/benhoyt/scandir" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +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 )" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}" +} -- cgit v1.2.3