From 8a4685ab41373fe48a9fd4373fa3a937adc1a888 Mon Sep 17 00:00:00 2001 From: turret Date: Wed, 30 Aug 2023 17:29:48 -0500 Subject: dev-python/anitopy: rev bump, python3_12 Signed-off-by: turret --- dev-python/anitopy/Manifest | 2 +- dev-python/anitopy/anitopy-2.1.1-r1.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/anitopy/anitopy-2.1.1.ebuild | 29 ----------------------------- 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 dev-python/anitopy/anitopy-2.1.1-r1.ebuild delete mode 100644 dev-python/anitopy/anitopy-2.1.1.ebuild diff --git a/dev-python/anitopy/Manifest b/dev-python/anitopy/Manifest index aa87077..ef85421 100644 --- a/dev-python/anitopy/Manifest +++ b/dev-python/anitopy/Manifest @@ -1,3 +1,3 @@ DIST anitopy-2.1.1.tar.gz 36055 BLAKE2B 2df78d4a841af53c44d83c9fcb07b637e048cbc9418ae1adc11eae598105b89ebe500c02acb183fe7a5c5c1645a4e3e4fba513944af447353496099003854510 SHA512 be8024701dc63aa0366b8b9d7c649f25791a04ef6dbcaf13236aec76fb6694d22a68c30ab9bc78dd250fa482415df533cbcec8986817b1c2a9bdb8b43c16a516 -EBUILD anitopy-2.1.1.ebuild 662 BLAKE2B f93bbae8cf6e4403f1807f4502c9ac1a9a2a73ed2b04cc1ea675a77f5bbafe77403adf2d351eadcc31b39b3ec76080cfae1705758491eac669be74d7aabaac15 SHA512 f6648091cc792d898b4356bfaed7f75f905131316fe4842591c7fcdef43c09fb237e0ed8b2dd7f98133d92a4aaa6ffa4899efa1bc66382b56f54ab906b6221e0 +EBUILD anitopy-2.1.1-r1.ebuild 673 BLAKE2B 507fb5a53df65478da77eca670bbc8fb311d2e654c3e73774807679fdfd1656ad38e9634c8c6d453b381674ad9d6e12d420e4cdf364beb0ce1d067a0c1dd5739 SHA512 456e970a0d1a50c4d860fe37909908e080231e5751fac1144711ba3802a1f3fb6c7d09df9a243374f89adc57b9324ba4e2be1a944f70a20794793b500b6dd02c MISC metadata.xml 354 BLAKE2B ba3a69d5e158d6c80e1f913ac99fc32fe04d13c959034041498194ac7d47fd529564d2d9000d58d9f2f5bdaa9a5b89c07ef6534606b4056d1c2bda8ad9be9aa3 SHA512 31980c7268e3ccb651f0df67a5b65ef1357ea9c352e8a24a18a33f21fe720acfe23ba5c5459061d42628a0ec1f3c186184232d26aa852139beccb5ee1a68790c diff --git a/dev-python/anitopy/anitopy-2.1.1-r1.ebuild b/dev-python/anitopy/anitopy-2.1.1-r1.ebuild new file mode 100644 index 0000000..b6582fd --- /dev/null +++ b/dev-python/anitopy/anitopy-2.1.1-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_11 python3_12 ) +inherit distutils-r1 + +DESCRIPTION="Python library for parsing anime video filenames" +HOMEPAGE="https://github.com/igorcmoura/anitopy" + +if [[ "${PV}" == *9999* ]]; then + EGIT_REPO_URI="https://github.com/igorcmoura/anitopy.git" + inherit git-r3 +else + SRC_URI="https://github.com/igorcmoura/anitopy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +RESTRICT="mirror" + +DEPEND="${PYTHON_DEPS} + dev-python/pip" + +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" diff --git a/dev-python/anitopy/anitopy-2.1.1.ebuild b/dev-python/anitopy/anitopy-2.1.1.ebuild deleted file mode 100644 index a252505..0000000 --- a/dev-python/anitopy/anitopy-2.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) -inherit distutils-r1 - -DESCRIPTION="Python library for parsing anime video filenames" -HOMEPAGE="https://github.com/igorcmoura/anitopy" - -if [[ "${PV}" == *9999* ]]; then - EGIT_REPO_URI="https://github.com/igorcmoura/anitopy.git" - inherit git-r3 -else - SRC_URI="https://github.com/igorcmoura/anitopy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3" -SLOT="0" -RESTRICT="mirror" - -DEPEND="${PYTHON_DEPS} - dev-python/pip" - -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" -- cgit v1.2.3