From ac159221cb8079613bf7208e666a12adaf8c1294 Mon Sep 17 00:00:00 2001 From: turret Date: Fri, 30 Jun 2023 23:27:47 -0500 Subject: app-misc/animdl: add new dependencies (should be working now) --- dev-python/anitopy/Manifest | 3 +++ dev-python/anitopy/anitopy-2.1.1.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/anitopy/metadata.xml | 11 +++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-python/anitopy/Manifest create mode 100644 dev-python/anitopy/anitopy-2.1.1.ebuild create mode 100644 dev-python/anitopy/metadata.xml (limited to 'dev-python/anitopy') diff --git a/dev-python/anitopy/Manifest b/dev-python/anitopy/Manifest new file mode 100644 index 0000000..aa87077 --- /dev/null +++ b/dev-python/anitopy/Manifest @@ -0,0 +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 +MISC metadata.xml 354 BLAKE2B ba3a69d5e158d6c80e1f913ac99fc32fe04d13c959034041498194ac7d47fd529564d2d9000d58d9f2f5bdaa9a5b89c07ef6534606b4056d1c2bda8ad9be9aa3 SHA512 31980c7268e3ccb651f0df67a5b65ef1357ea9c352e8a24a18a33f21fe720acfe23ba5c5459061d42628a0ec1f3c186184232d26aa852139beccb5ee1a68790c diff --git a/dev-python/anitopy/anitopy-2.1.1.ebuild b/dev-python/anitopy/anitopy-2.1.1.ebuild new file mode 100644 index 0000000..a252505 --- /dev/null +++ b/dev-python/anitopy/anitopy-2.1.1.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 ) +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/metadata.xml b/dev-python/anitopy/metadata.xml new file mode 100644 index 0000000..eb80300 --- /dev/null +++ b/dev-python/anitopy/metadata.xml @@ -0,0 +1,11 @@ + + + + + turret@turret.cyou + turret + + + igorcmoura/anitopy + + -- cgit v1.2.3