From a06c47011120ee885d0ea7adb1a080bb16f03b3c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Dec 2023 20:53:21 +0000 Subject: gentoo auto-resync : 16:12:2023 - 20:53:21 --- dev-python/sphinxygen/Manifest | 4 ++-- dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild | 27 ++++++++++++++++++++++++ dev-python/sphinxygen/sphinxygen-1.0.4.ebuild | 21 ------------------ 3 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild delete mode 100644 dev-python/sphinxygen/sphinxygen-1.0.4.ebuild (limited to 'dev-python/sphinxygen') diff --git a/dev-python/sphinxygen/Manifest b/dev-python/sphinxygen/Manifest index b317419fef1d..977f5a20cad5 100644 --- a/dev-python/sphinxygen/Manifest +++ b/dev-python/sphinxygen/Manifest @@ -1,3 +1,3 @@ -DIST sphinxygen-1.0.4.tar.gz 13732 BLAKE2B 1b2f957bcacea9acf287263c4054199759bbe19f3d90fa85a143c5e85a2e383837936d72c6c1e57257d2d586722cfccab7fd38083ae6709553e5e6400273d549 SHA512 3094e3f9c5c50bf4e6a8332acf7147fa8b5e0a32c3dc49bf9786b6684e7e60b08971c52c46d4413ab23cd0b4bcd1cf02c924cdad51b7e1da29c1e747880c6f96 -EBUILD sphinxygen-1.0.4.ebuild 525 BLAKE2B b6b07a4ddb1e1f4b97886942d891b47af1898a177fc64f076ff396d0dfca30dca21aacdfd6b5f06d1ea4c116007ac3bfa260db0fdd6dd34038559c424c6a8124 SHA512 c6ed8ddeb7eb98300885aca06149977f3d57586b1bbe1946c59a5208489046b17e517fde6a82b9f5afc18b1b20ed569160540fa672aeac774961d8cec12a3373 +DIST sphinxygen-1.0.4.gh.tar.gz 17706 BLAKE2B 48c99ba80ebdc9f2ed9ef147d8d7c4f0deb7d4e1118ff6969cf510a0a10bc2335fa9ba91fb38caf60b8770a023e7a0730efa0a5606726dd1d0292650374d9271 SHA512 38ac258850fe6ab38e88c7b59d41e1400b89b13443862a0a9e7c7d1a2e3b887660f1cb17ce94737bc6366025172b40a50da0107d970120610fc9410f41c3250c +EBUILD sphinxygen-1.0.4-r1.ebuild 755 BLAKE2B df14e355c5a7bc9062f460221df90305034382449959af754e23c8da577ed7676cec26a798e324cbf168701e1b9f8beb23445baf89c0731347cf4db1c281d5d9 SHA512 67ac798c589fb86047bf6a0582ce27b0ec6b44a312d51de157a8b8760c743903abc9bcbb8a4e5f1db3ecd6be948f265f4d3034753448a70688d450051995953c MISC metadata.xml 395 BLAKE2B d19e564057ecbcda3306c5f6dc1ffa2c07dc76be7e4e6d9b4b05cf4ac492965e363b0734595a34f70f862fdcd4e237a0d188e269021d02d81d25c9739a66b94a SHA512 672e0f1f3722a289e17506d09abfd412a07c33e17ceea404ea0205fd60c977a8dff5f5e72fa30e1d15784eeb68b6fac880fddbbe2845aa9799be02cdd4e23a0a diff --git a/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild b/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild new file mode 100644 index 000000000000..4779a085a625 --- /dev/null +++ b/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild @@ -0,0 +1,27 @@ +# 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 pypi + +DESCRIPTION="Python module/script that generates Sphinx markup to describe a C API" +HOMEPAGE=" + https://gitlab.com/drobilla/sphinxygen + https://pypi.org/project/sphinxygen/ +" +SRC_URI="https://gitlab.com/drobilla/sphinxygen/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.gh.tar.gz" + +SLOT="0" +LICENSE="ISC" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +S="${WORKDIR}/${PN}-v${PV}" + +BDEPEND="test? ( dev-python/html5lib[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest diff --git a/dev-python/sphinxygen/sphinxygen-1.0.4.ebuild b/dev-python/sphinxygen/sphinxygen-1.0.4.ebuild deleted file mode 100644 index a9861725c82c..000000000000 --- a/dev-python/sphinxygen/sphinxygen-1.0.4.ebuild +++ /dev/null @@ -1,21 +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 pypi - -DESCRIPTION="Python module/script that generates Sphinx markup to describe a C API" -HOMEPAGE=" - https://gitlab.com/drobilla/sphinxygen - https://pypi.org/project/sphinxygen/ -" - -SLOT="0" -LICENSE="ISC" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" - -distutils_enable_tests pytest -- cgit v1.2.3