From 5987fa693ef880163ebde423615a177cb5bda20e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Feb 2023 02:06:14 +0000 Subject: gentoo auto-resync : 17:02:2023 - 02:06:14 --- dev-python/python-musicbrainzngs/Manifest | 2 ++ .../python-musicbrainzngs-0.7.1-r1.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 dev-python/python-musicbrainzngs/python-musicbrainzngs-0.7.1-r1.ebuild (limited to 'dev-python/python-musicbrainzngs') diff --git a/dev-python/python-musicbrainzngs/Manifest b/dev-python/python-musicbrainzngs/Manifest index 19a8d00a22db..d323f73a3fa3 100644 --- a/dev-python/python-musicbrainzngs/Manifest +++ b/dev-python/python-musicbrainzngs/Manifest @@ -1,3 +1,5 @@ +DIST python-musicbrainzngs-0.7.1.gh.tar.gz 112302 BLAKE2B 1c0696c72b8ea78d182300c76c0040117e1448a7955fa9aed8e42d1ebf9aa1b43359cee1158920fa31d3fb7536796130b54d0d45f351ddb5449d8f022a55f552 SHA512 a674c38b5084d1ae554dd03d1b3e613b48f8f3f3ada67f8d608130cebd35f0640ca65f8b4d224c1e660975274b0b077ffae29739ac2dc5a7078ca87eb8ccadd9 DIST python-musicbrainzngs-0.7.1.tar.gz 112302 BLAKE2B 1c0696c72b8ea78d182300c76c0040117e1448a7955fa9aed8e42d1ebf9aa1b43359cee1158920fa31d3fb7536796130b54d0d45f351ddb5449d8f022a55f552 SHA512 a674c38b5084d1ae554dd03d1b3e613b48f8f3f3ada67f8d608130cebd35f0640ca65f8b4d224c1e660975274b0b077ffae29739ac2dc5a7078ca87eb8ccadd9 +EBUILD python-musicbrainzngs-0.7.1-r1.ebuild 796 BLAKE2B 435249817095c553f41381cdb96bf9234103de26576551190d5842966a8b464c70cede8dc4007ebbf1fa529041d0d8a2457ec41f77dad9973f7f3484598893e2 SHA512 16782ec5714e61ecb573bb65076c0621157eabb26bef19b55743e9b3a72418c900aead97011a97cf99a0fb65ad3c1c42d8d241e5bd562bda5d176c824cb0a669 EBUILD python-musicbrainzngs-0.7.1.ebuild 866 BLAKE2B 23ad69f68ad67e0a0d9d3ddf211ac2fe27201f27e1911e9ac911d955876d12e287848d74d92e8d8cb57ced10abf61bc3ab5aa368ef98120622d41914ab69fa61 SHA512 cf7973a07d13660d2d1bb99bc6cff6c40319279aa2b45d6381d028d7e4a11a1c49cc880031e13038bce87637bf34740a08585c8901d14289303cd15cdab3d78b MISC metadata.xml 956 BLAKE2B 303ca1974b515a169af790ef2ab6f8aed0bb2b60c7a41d8b3b2d8ba7352a3c0cffb42f1886bb280c559e34b748d74c319fe0ab1126208637561b78b16b17e00d SHA512 dbc7cdf2c1ec2314778e963aee5daa805b1004cb5013d7fbb9b356554c9ae6cbc5cfb66e40de50cf6caefaa856e65517675a622b2f23c52949a74d490c13b5b2 diff --git a/dev-python/python-musicbrainzngs/python-musicbrainzngs-0.7.1-r1.ebuild b/dev-python/python-musicbrainzngs/python-musicbrainzngs-0.7.1-r1.ebuild new file mode 100644 index 000000000000..b93028f858eb --- /dev/null +++ b/dev-python/python-musicbrainzngs/python-musicbrainzngs-0.7.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 2019-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} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices" +HOMEPAGE=" + https://github.com/alastair/python-musicbrainzngs/ + https://pypi.org/project/musicbrainzngs/ +" +SRC_URI=" + https://github.com/alastair/python-musicbrainzngs/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD-2 ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +distutils_enable_sphinx docs +distutils_enable_tests unittest + +python_install_all() { + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + + distutils-r1_python_install_all +} -- cgit v1.2.3