From 5944ce177026c93b7dab690db9d970567ddbf75f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 5 Dec 2023 11:04:31 +0000 Subject: gentoo auto-resync : 05:12:2023 - 11:04:31 --- dev-python/textile/Manifest | 2 +- dev-python/textile/textile-4.0.2-r1.ebuild | 42 +++++++++++++++++++++++++++++ dev-python/textile/textile-4.0.2.ebuild | 43 ------------------------------ 3 files changed, 43 insertions(+), 44 deletions(-) create mode 100644 dev-python/textile/textile-4.0.2-r1.ebuild delete mode 100644 dev-python/textile/textile-4.0.2.ebuild (limited to 'dev-python/textile') diff --git a/dev-python/textile/Manifest b/dev-python/textile/Manifest index 34e059e69ec8..eb52fe7bde58 100644 --- a/dev-python/textile/Manifest +++ b/dev-python/textile/Manifest @@ -1,3 +1,3 @@ DIST python-textile-4.0.2.gh.tar.gz 49296 BLAKE2B e9ac36b0ecf401a07aea1037c1f4390e440123d7e16f8fef64c257d27f6ef9c6918018ff34e9f8ad367767f3ebc5ce7957be424b2e6dac62fe8a1f7736b8eff7 SHA512 eb59e44b9a8521bcfa98f476e23efd727ffd867277d24f102bbb9511a99a0d636c324e22f8562382074007f304490c4ec6a5fde529f41b15f055a9cf16d49b8e -EBUILD textile-4.0.2.ebuild 921 BLAKE2B 9b3c94f0dc6a617016107cd2845906b5167dbd10f14afda07512064c81559328638b948d429cd14ebc2bd02ddc757e2e42024aae5e925b1ea68d20ebd738eb7e SHA512 d49db3e9aa71a184fd39bab67ab21251809800a790f8d703ac1caa609248ea28f945618b98d47e2962d6a3dc9d11c12421e4dd4268bbadbe29c1ab823f2925b2 +EBUILD textile-4.0.2-r1.ebuild 887 BLAKE2B 333171a43964549c634c738cc8b199709cd415d950e38f9bcfb692e364a8dcb61d42e64a1b21510ff0063f8420672067ab75250c9d0dd39862ebc03d82ef1dc0 SHA512 552d2d7876d6221a6df430bf71f65b44b1208dd74cf6edc99b4605f74c26b36ab1efe4dff9c9a9b9d3da48c350f4eea2bbd5c557d688b72e0ed13562397d05a4 MISC metadata.xml 580 BLAKE2B f318193518ce2529a1345249d6b876b6c98cf84f896666650323b94d60969fdded5c438e676c06f854a4050a85d7d27b7e16f74914ff80f12d51f1c66f234544 SHA512 7d9e4a0720730b6b96a2bc3828c21d3a31168f8b7ec4ae2f28a4f26b7632199a14b241dd954a944a42c1e9dffd07a8835720e60e7608d1952759e0627de176f7 diff --git a/dev-python/textile/textile-4.0.2-r1.ebuild b/dev-python/textile/textile-4.0.2-r1.ebuild new file mode 100644 index 000000000000..781934deeb8b --- /dev/null +++ b/dev-python/textile/textile-4.0.2-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +MY_P="python-textile-${PV}" +DESCRIPTION="A Python port of Textile, A humane web text generator" +HOMEPAGE=" + https://github.com/textile/python-textile/ + https://pypi.org/project/textile/ +" +SRC_URI=" + https://github.com/textile/python-textile/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm64 ppc ppc64 ~riscv sparc x86" + +RDEPEND=" + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/regex[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + local EPYTEST_DESELECT=( + # tests that need network access + tests/test_getimagesize.py + tests/test_imagesize.py + tests/test_textile.py + ) + epytest -o addopts= +} diff --git a/dev-python/textile/textile-4.0.2.ebuild b/dev-python/textile/textile-4.0.2.ebuild deleted file mode 100644 index 66b78966dcb8..000000000000 --- a/dev-python/textile/textile-4.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -MY_P="python-textile-${PV}" -DESCRIPTION="A Python port of Textile, A humane web text generator" -HOMEPAGE=" - https://github.com/textile/python-textile/ - https://pypi.org/project/textile/ -" -SRC_URI=" - https://github.com/textile/python-textile/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # tests that need network access - tests/test_getimagesize.py - tests/test_imagesize.py - tests/test_textile.py - ) - epytest -o addopts= -} -- cgit v1.2.3