summaryrefslogtreecommitdiff
path: root/dev-python/tagpy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-04 18:07:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-04 18:07:08 +0000
commitd46d0aa37cf8b6304aea3c3f2a1be8cca389e989 (patch)
treedbfd9db95941a47b8ecb038ae6792beba39799af /dev-python/tagpy
parent4551b41523452c0d743a71cca34e4dca2ca7538c (diff)
gentoo auto-resync : 04:01:2023 - 18:07:08
Diffstat (limited to 'dev-python/tagpy')
-rw-r--r--dev-python/tagpy/Manifest4
-rw-r--r--dev-python/tagpy/metadata.xml1
-rw-r--r--dev-python/tagpy/tagpy-2022.1.ebuild33
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-python/tagpy/Manifest b/dev-python/tagpy/Manifest
index 0d0c466aee4b..98ecb991a50f 100644
--- a/dev-python/tagpy/Manifest
+++ b/dev-python/tagpy/Manifest
@@ -1,5 +1,7 @@
AUX tagpy-2018.1-readme.rst 725 BLAKE2B f40dbe6ab4f03fe0a6141a03ae6f504d202a5c97d605cb22dfa0b9695374260658f8dde0d49e84de0e7d289bff705beed1244215e70cc7f9d8d587d505322a20 SHA512 0d9cd79986a16ad78e76911f9d3c1b36fb706c74c58e9d29dce817bcf4bbd8b29c9596f1228a0524fdf6538f2c685901a159fd9bd0b629d0dd1d60c75c2820b0
AUX tagpy-2018.1-taglib-1.8.patch 642 BLAKE2B 45c190b621dda7368583c1ab92a01f08fb84d83666953caa5f05c89803db16dc8cd1668e3b891c757c916d27439c4c3143a8a8a2115ad89a8b2f1806dc4a80c9 SHA512 6a3af752fdfd12f6c5f6e52019f3d4f322b9dc3595e810e93ed43e680c1a2f7728efeb8d1180473ca3dfaa7f548d437c32f0a306882ad7f7072388f57ea42caf
DIST tagpy-2018.1.tar.gz 145501 BLAKE2B acdda6789dae000ba2f664e4a5582f6218f312bed20ec81c4ea54f358bec70d41aceed6704f392a7a32c39d263da81f9c832922942fa179e1865e423dcf28bcf SHA512 2010baa919adadc9fc231deeb093953622ec54c8b6011e2d6a3489b086032de0a71cc26f42439435f26bd7a1ff069e3944dafc61217abe6ea5e81b01b9d18c50
+DIST tagpy-2022.1.gh.tar.gz 198744 BLAKE2B 1a0722017ae532444cf97171c04964453bdb6c427a49bace4ad9fe3a3be9be7f0903a9ae3fb8dbf0c8450112ed5f83677044c6b2546dddec3550d8251cef4cff SHA512 d740bf17abe6a2a7cd7fe037c024c8361d49d2ec4e8d03dbdc27c9ec273696b0a41d087a7159692e9b849e807af493f68239562da01d5191bee95060b32aabda
EBUILD tagpy-2018.1-r3.ebuild 1083 BLAKE2B 0653ada80f0485c2c5960a99a478186d0630801ee7d00c32e29a9ae8fbf517446a678f58b0ec3fa48b889565067147ad9057d202d05901dc16c5e60ef8851fa3 SHA512 0e894f7ce1ce069643a7ad45c781c2f7deb3cbc7c5da39343763a1a6cfa3eff2ebfec066f325f37f5b1de349c5fb5b2469ca7be4789430d6e1f7a7da902d1537
-MISC metadata.xml 548 BLAKE2B 09356a368b0d4c31f10b55afd41560e273fcf85559d7613581be149d41692c48a5441be38f783cacf241925314e4c808309cb68569d8d78d130e8fce7fe539c3 SHA512 39098fc39a9f32b45b95410cb406e0a755dc8d3906168e356253ac14d35fb06a7d68c5ca37f63516d7803442986e4c8e61831f3721e52dd094374dca12d331a0
+EBUILD tagpy-2022.1.ebuild 612 BLAKE2B e6e81a68b16ec6bcea48b0058ee90781f60745057dbae0ed564b64ee1a459072e7d3f0b8a6dc0c6c4e5bcfb065bfb358b7c7dff70cb7a529302345a77167b7e4 SHA512 e4a4f27b6ad72b84835b34800c5cf27442eb42dbbb69e000af4e907a8d5d9b11a674869c4eff6353080d129a0fa5d19a99d9516ddb7184ab7a3749c41d63d9f1
+MISC metadata.xml 601 BLAKE2B b82a1af702b40b3d3ee0cc0168bced0afca8014a34a59f7012571874ab4d1bbe06fa25229cce7ff419d5e3c662cc82d64b91e70f7d02704e8f760c6dc51a72d5 SHA512 0d28f25be7a89d369b1029ccd2050745e79343e7eed2d7b6d3f5577cc2989558f30e495ec1e489f997a66077bb26fc22f2eec5ae9a381e222e1e2f67a2d80c77
diff --git a/dev-python/tagpy/metadata.xml b/dev-python/tagpy/metadata.xml
index 71d1be34fe2f..ac2570686aa0 100644
--- a/dev-python/tagpy/metadata.xml
+++ b/dev-python/tagpy/metadata.xml
@@ -9,6 +9,7 @@
Wheeler's TagLib. It builds upon Boost.Python, a wrapper generation
library which is part of the Boost set of C++ libraries.</longdescription>
<upstream>
+ <remote-id type="github">palfrey/tagpy</remote-id>
<remote-id type="pypi">tagpy</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/tagpy/tagpy-2022.1.ebuild b/dev-python/tagpy/tagpy-2022.1.ebuild
new file mode 100644
index 000000000000..6839fa9b82cd
--- /dev/null
+++ b/dev-python/tagpy/tagpy-2022.1.ebuild
@@ -0,0 +1,33 @@
+# 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_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Bindings for TagLib"
+HOMEPAGE="
+ https://github.com/palfrey/tagpy/
+ https://pypi.org/project/tagpy/
+"
+SRC_URI="
+ https://github.com/palfrey/tagpy/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+ dev-libs/boost:=[python,${PYTHON_USEDEP}]
+ >=media-libs/taglib-1.8
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+distutils_enable_tests pytest