From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/pytest-datadir/Manifest | 3 +-- .../pytest-datadir/pytest-datadir-1.3.1-r1.ebuild | 14 +++++++---- .../pytest-datadir/pytest-datadir-1.3.1.ebuild | 27 ---------------------- 3 files changed, 11 insertions(+), 33 deletions(-) delete mode 100644 dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild (limited to 'dev-python/pytest-datadir') diff --git a/dev-python/pytest-datadir/Manifest b/dev-python/pytest-datadir/Manifest index 1af68cb04b3f..4e5dfaa884b9 100644 --- a/dev-python/pytest-datadir/Manifest +++ b/dev-python/pytest-datadir/Manifest @@ -1,4 +1,3 @@ DIST pytest-datadir-1.3.1.tar.gz 15230 BLAKE2B 72c5daaeb93315be55ae052d39a22eee4e64a1aaafa344ae64b527eebd137dc4667cee2f60af887551f00814d7ea4e5788097d0f59f7769335545c5083aef356 SHA512 2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c -EBUILD pytest-datadir-1.3.1-r1.ebuild 703 BLAKE2B 9fd186af4768a1cb02726734b90d4c0ffb88490c1cf4384721495fb33a7f36e784fe272bfbe7ce29a2ba652f8b0ae20415662950d254bde1797baa975e4f75d7 SHA512 715e379567102aef890a6b2595c89a43039c199c16bc4525bdc93b427c146443d4a7d3a5244951df74d87530f4f1c99ab9d910c0c7ec1f938e1bc553d38b8db2 -EBUILD pytest-datadir-1.3.1.ebuild 671 BLAKE2B 61e3eeebb0b535a1a7dffe7c62eec6a76fee93486dbd1b1d4bad8249fa1c994196b46961f0d965fd2991d93981eb37ea97908898dbfcf2fc567817e4a0ce0c4f SHA512 c8d8d286b67ed36044337509c35266124bae7588b4e6414d67caa588cb8b8e650cdba49b1165d6135982924a29ca8b5aa28f1a3a063ff9945e2b514e8d8e064b +EBUILD pytest-datadir-1.3.1-r1.ebuild 751 BLAKE2B aca38c3e98bd47fb7997a67c745c2b8eafd8ecb998415ab30c34098b38cfba7614d6c0dac4c5bd1195d3af78b54b7433c151c7c382f323974f201011282a695f SHA512 93c65524982c8f39158622c726d51613b0390a61b36bfa158603f9e7911d165c977c41f6401b40687a1c9eae879e0a58833a061da019c5233096335ce00dbe48 MISC metadata.xml 360 BLAKE2B 32eda1b71737f15dd195beeb8a8b8a94c2c931a234e2c582d6841e2ec10e5e40010cb461fea2abeb1eedfa460da3edff78bd0befe638feee5b38a4dc453f221f SHA512 cf15128efd3dcf4b064a051144f9e1a7b2cb236f90ef437849204026ca2997e808866fa4b7972212daeae5b438a157a2b82d3db34084c5f3a94d7012b36117c3 diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild index cf8db19c0287..29016d5497a1 100644 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild @@ -4,18 +4,24 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Pytest plugin for manipulating test data directories and files" -HOMEPAGE="https://github.com/gabrielcnr/pytest-datadir" +HOMEPAGE=" + https://github.com/gabrielcnr/pytest-datadir/ + https://pypi.org/project/pytest-datadir/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] +" distutils_enable_tests pytest diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild deleted file mode 100644 index 49be9ac3fa1d..000000000000 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Pytest plugin for manipulating test data directories and files" -HOMEPAGE="https://github.com/gabrielcnr/pytest-datadir" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" - -distutils_enable_tests --install pytest - -python_install_all() { - distutils-r1_python_install - - # Do not install license to /usr - rm "${D}/usr/LICENSE" || die -} -- cgit v1.2.3