diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-05 00:54:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-05 00:54:28 +0000 |
| commit | 3a306f4246ea94a8373b36de41d8a7bb285e68ff (patch) | |
| tree | 889ff0a4bb5604bf1bbc6ee5702d16f5b4f417dc /dev-python/tagpy | |
| parent | 6fd9031ff3488949e3095f4c531186c05bd16600 (diff) | |
| download | baldeagleos-repo-3a306f4246ea94a8373b36de41d8a7bb285e68ff.tar.gz baldeagleos-repo-3a306f4246ea94a8373b36de41d8a7bb285e68ff.tar.xz baldeagleos-repo-3a306f4246ea94a8373b36de41d8a7bb285e68ff.zip | |
Adding metadata
Diffstat (limited to 'dev-python/tagpy')
| -rw-r--r-- | dev-python/tagpy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/tagpy/tagpy-2022.1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/tagpy/Manifest b/dev-python/tagpy/Manifest index e78e624b4af7..a9b938d0bf45 100644 --- a/dev-python/tagpy/Manifest +++ b/dev-python/tagpy/Manifest @@ -1 +1,2 @@ DIST tagpy-2018.1.tar.gz 145501 BLAKE2B acdda6789dae000ba2f664e4a5582f6218f312bed20ec81c4ea54f358bec70d41aceed6704f392a7a32c39d263da81f9c832922942fa179e1865e423dcf28bcf SHA512 2010baa919adadc9fc231deeb093953622ec54c8b6011e2d6a3489b086032de0a71cc26f42439435f26bd7a1ff069e3944dafc61217abe6ea5e81b01b9d18c50 +DIST tagpy-2022.1.gh.tar.gz 198744 BLAKE2B 1a0722017ae532444cf97171c04964453bdb6c427a49bace4ad9fe3a3be9be7f0903a9ae3fb8dbf0c8450112ed5f83677044c6b2546dddec3550d8251cef4cff SHA512 d740bf17abe6a2a7cd7fe037c024c8361d49d2ec4e8d03dbdc27c9ec273696b0a41d087a7159692e9b849e807af493f68239562da01d5191bee95060b32aabda diff --git a/dev-python/tagpy/tagpy-2022.1.ebuild b/dev-python/tagpy/tagpy-2022.1.ebuild new file mode 100644 index 000000000000..f07c39d0f7fd --- /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_{7,8,9,10,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 |
