diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-17 01:16:39 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-17 01:16:39 +0000 |
| commit | 0eaeee95b841f03a4f71e71c57ee801b327e00a7 (patch) | |
| tree | 4cbc8d2af9b4df5f07d3939997882be858932209 /dev-python/ytmusicapi | |
| parent | 9d352c02c3250ecbc07415190dfb4b70542688d1 (diff) | |
| download | baldeagleos-repo-0eaeee95b841f03a4f71e71c57ee801b327e00a7.tar.gz baldeagleos-repo-0eaeee95b841f03a4f71e71c57ee801b327e00a7.tar.xz baldeagleos-repo-0eaeee95b841f03a4f71e71c57ee801b327e00a7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ytmusicapi')
| -rw-r--r-- | dev-python/ytmusicapi/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/ytmusicapi/ytmusicapi-1.1.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index caf94d0468df..616380764d6c 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1 +1,2 @@ DIST ytmusicapi-1.0.2.tar.gz 67493 BLAKE2B b590c62201140bd054c23fe831a44fc627d8d0d66ba673b77c2672cc926b6068dc066149a08bdd1aeb2511639e681bdd407318a3083b601d4621cd363dac336c SHA512 359adef5e4d331c666834c6e89495bcced96494968af25c4863e50678bca34f81c0c32863172bc7fd5be1baf229804a214a578497ae931c284ac6389e7382241 +DIST ytmusicapi-1.1.0.tar.gz 69650 BLAKE2B 15b5bc964b7e9c3ad8f3b69f778d6a17a9f238dd244153e88f71e4f77daeb1a39126373e3a34745dbe640e6a9cf14b8e8e3ead47bf0ff9bd3df4d3a39dabae69 SHA512 37ebdbfc27210b0d3d3b589c9223adf61a08ecd3848df3221201a93086eb2037cceeb7103174da7c5bd3176aa4743ad91b57701304402dfe87a56ecae7565bcc diff --git a/dev-python/ytmusicapi/ytmusicapi-1.1.0.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.1.0.ebuild new file mode 100644 index 000000000000..44fe1947e559 --- /dev/null +++ b/dev-python/ytmusicapi/ytmusicapi-1.1.0.ebuild @@ -0,0 +1,22 @@ +# 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 pypi + +DESCRIPTION="Unofficial API for YouTube Music" +HOMEPAGE="https://ytmusicapi.readthedocs.io/ + https://github.com/sigma67/ytmusicapi/" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_sphinx docs/source \ + dev-python/sphinx-rtd-theme |
