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/rebulk/Manifest | 2 +- dev-python/rebulk/rebulk-3.1.0-r1.ebuild | 35 ++++++++++++++++++++++++++++++++ dev-python/rebulk/rebulk-3.1.0.ebuild | 29 -------------------------- 3 files changed, 36 insertions(+), 30 deletions(-) create mode 100644 dev-python/rebulk/rebulk-3.1.0-r1.ebuild delete mode 100644 dev-python/rebulk/rebulk-3.1.0.ebuild (limited to 'dev-python/rebulk') diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest index 0249bd381785..803671ab7385 100644 --- a/dev-python/rebulk/Manifest +++ b/dev-python/rebulk/Manifest @@ -1,3 +1,3 @@ DIST rebulk-3.1.0.gh.tar.gz 252775 BLAKE2B 9624a02f8df950e3efa77c0fe7c3dfa083c255b10c118a571aa4f4fb8ee95f663f7ba45e66e77ec4c3fb801a6a1e8e369b04a6ec1323aeed6c8b13deb286614c SHA512 591bbfeef1d472722d6250cd35f308c0ac9c5f2dee77f4702f1d9fa1e41bb1a16bbf7c4aa634d0b4f43d7f9093bc1e2faa38edb0170212fea2502ff6a284fcab -EBUILD rebulk-3.1.0.ebuild 753 BLAKE2B a45a31335f30b0aa805610e459da54f1fcbeacd7e355f6c1418674244ed648e9697e0767e592db5a17b4f81ceab266c188c35c75a098e6b09dbb9e6d66df79d8 SHA512 4ba66cd30cb914403cb6ac690856c5feacd845717be926bb4e4de9fb32f47bf2640879d89b5be54ddde0bc78e15c5c0f807fd9195303b51ce8db8f0254cb30d4 +EBUILD rebulk-3.1.0-r1.ebuild 792 BLAKE2B 62190f75dc3d071233dadf9cd3c499e44c111115f053ca67d21137758e6a0833b6ed7af55ea4b10238f0aed40cc472a0995ba2fa4784cf6418985e8001acbb09 SHA512 6b386e62bc8a98762d9088a4de2a98d7c590bca5b74b8fd55704a63b3e339d6a5fdf9f5079a0e4fde123755528fcffb366dc07a157df3280fd58a43b1abebf72 MISC metadata.xml 387 BLAKE2B 3c0709f462a60d8a837b1e1dd7321d2f4d4c7715beadddb282ef3d78fec4092cd53611be561fa2cede086f82bfc38e481bf93e50d0f3a947d9346715efb2082e SHA512 89a819bda60288b8f66a8b426caa18d52dfdc476867e4b35c00eb1cd4b069833c94020e3315d135c736a1dbddc30e3883ddf6007cd54061aa431d3ffce58fcf2 diff --git a/dev-python/rebulk/rebulk-3.1.0-r1.ebuild b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild new file mode 100644 index 000000000000..83e6b774ff5a --- /dev/null +++ b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python library that performs advanced searches in strings" +HOMEPAGE=" + https://github.com/Toilal/rebulk/ + https://pypi.org/project/rebulk/ +" +SRC_URI=" + https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 x86" + +distutils_enable_tests pytest + +python_prepare_all() { + # Remove base64-encoded zip archive with pytest. + rm runtests.py || die + + # Disable unconditional dependency on dev-python/pytest-runner. + sed -i -e "s|'pytest-runner'||g" setup.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild b/dev-python/rebulk/rebulk-3.1.0.ebuild deleted file mode 100644 index 07104a1fea0b..000000000000 --- a/dev-python/rebulk/rebulk-3.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Python library that performs advanced searches in strings" -HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/" -SRC_URI=" - https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -distutils_enable_tests pytest - -python_prepare_all() { - # Remove base64-encoded zip archive with pytest. - rm runtests.py || die - - # Disable unconditional dependency on dev-python/pytest-runner. - sed -i -e "s|'pytest-runner'||g" setup.py || die - - distutils-r1_python_prepare_all -} -- cgit v1.2.3