diff options
author | 2023-10-04 09:01:27 +0200 | |
---|---|---|
committer | 2023-10-04 10:11:18 +0200 | |
commit | a136809de617e6795d5269a0b2d6d30db3e2eefc (patch) | |
tree | ba75f35aaa4ecd8cbfed6f43105929db1cf33808 /dev-python | |
parent | net-misc/gallery-dl: bump to 1.26.0 (diff) | |
download | gentoo-a136809de617e6795d5269a0b2d6d30db3e2eefc.tar.gz gentoo-a136809de617e6795d5269a0b2d6d30db3e2eefc.tar.bz2 gentoo-a136809de617e6795d5269a0b2d6d30db3e2eefc.zip |
dev-python/ytmusicapi: bump to 1.3.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ytmusicapi/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ytmusicapi/ytmusicapi-1.3.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index 8d42c2897ca3..20c68b388885 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1 +1,2 @@ DIST ytmusicapi-1.2.1.tar.gz 71105 BLAKE2B 852015adc0b15a34a1a808810c37bb15d6a2ed7bf1fbcd1dfa8dc3559115842a325b9ce45630ed620f15c113d1f75b3811ab4d9b2cb4416ae4b08903ca1c91c7 SHA512 758050e30f6e328aeb0a43b440cd9bab9719730203073def810a33071f7b5c01a34b83ed3615cf4010f54c29b768f166b4a76ab6a49306f8d299f4a933af21aa +DIST ytmusicapi-1.3.0.tar.gz 71560 BLAKE2B 168f120e9306f52f61fcaf6945be89625f6438e89d3b490d2b3430bc7d5cebd74ef9ce56b379879084794ff37fb845bbd167c73a7f4fa5880b04c147e95d1981 SHA512 d1e29a6d7908ca83263ce16874774c33a611229f0e33965dc6294820a6871d7804a43239ee88ed4b683b3565be728b7ac3a2f83ef0de9310590509514578d155 diff --git a/dev-python/ytmusicapi/ytmusicapi-1.3.0.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.3.0.ebuild new file mode 100644 index 000000000000..3d685ec4c091 --- /dev/null +++ b/dev-python/ytmusicapi/ytmusicapi-1.3.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_{9..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 |