From 61f62e5edc868fc4ae3b92af397397ee5056578a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 16 Jan 2023 11:57:19 +0000 Subject: gentoo auto-resync : 16:01:2023 - 11:57:19 --- dev-python/Manifest.gz | Bin 260556 -> 260559 bytes dev-python/apsw/Manifest | 2 + dev-python/apsw/apsw-3.40.1.0.ebuild | 50 ++++++++ dev-python/autobahn/Manifest | 2 + dev-python/autobahn/autobahn-23.1.1.ebuild | 118 +++++++++++++++++++ dev-python/dnspython/Manifest | 2 + dev-python/dnspython/dnspython-2.3.0.ebuild | 52 +++++++++ dev-python/ensurepip-setuptools/Manifest | 2 + .../ensurepip-setuptools-66.0.0.ebuild | 27 +++++ dev-python/flask-babel/Manifest | 2 + dev-python/flask-babel/flask-babel-3.0.0.ebuild | 41 +++++++ dev-python/rq/Manifest | 2 + dev-python/rq/rq-1.12.0.ebuild | 60 ++++++++++ dev-python/setuptools/Manifest | 2 + dev-python/setuptools/setuptools-66.0.0.ebuild | 127 +++++++++++++++++++++ dev-python/sphinx-autodoc-typehints/Manifest | 2 + .../sphinx-autodoc-typehints-1.21.0.ebuild | 44 +++++++ dev-python/tox/Manifest | 2 + dev-python/tox/tox-4.3.0.ebuild | 86 ++++++++++++++ dev-python/txaio/Manifest | 2 + dev-python/txaio/txaio-23.1.1.ebuild | 34 ++++++ dev-python/ytmusicapi/Manifest | 4 - dev-python/ytmusicapi/ytmusicapi-0.24.0.ebuild | 22 ---- dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild | 23 ---- 24 files changed, 659 insertions(+), 49 deletions(-) create mode 100644 dev-python/apsw/apsw-3.40.1.0.ebuild create mode 100644 dev-python/autobahn/autobahn-23.1.1.ebuild create mode 100644 dev-python/dnspython/dnspython-2.3.0.ebuild create mode 100644 dev-python/ensurepip-setuptools/ensurepip-setuptools-66.0.0.ebuild create mode 100644 dev-python/flask-babel/flask-babel-3.0.0.ebuild create mode 100644 dev-python/rq/rq-1.12.0.ebuild create mode 100644 dev-python/setuptools/setuptools-66.0.0.ebuild create mode 100644 dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.21.0.ebuild create mode 100644 dev-python/tox/tox-4.3.0.ebuild create mode 100644 dev-python/txaio/txaio-23.1.1.ebuild delete mode 100644 dev-python/ytmusicapi/ytmusicapi-0.24.0.ebuild delete mode 100644 dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild (limited to 'dev-python') diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 50f6edbb78d1..75dec027a28e 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest index 871cfa2900bd..88340d966121 100644 --- a/dev-python/apsw/Manifest +++ b/dev-python/apsw/Manifest @@ -1,3 +1,5 @@ DIST apsw-3.40.0.0.gh.tar.gz 402492 BLAKE2B 9539bbffd9cbcdee58e798261f9fb09a3f691d442cc80de664ce3d48b6f36608624e8f0b718edf87171bd8e68999ee16ea3829698e9d3277afa5b33931f464cc SHA512 61ae7d0a6f394176af462c5e80eae1f8fdc9395fcb64d4956c755d552ab0dcac83349633e7867f2fa661a6b707c80b4ae65fd68cd91b0f0d2535aedf65b4a517 +DIST apsw-3.40.1.0.gh.tar.gz 423060 BLAKE2B 7ac1a587ab93b4cd6ae20a137f2f1a2e96039209f74c8aa626ea7bf219b1698403fe4c8365662e8b896a56024b45b36a80df5f506d6a813dea920add202479cd SHA512 243d47efc7407c4f3bad92d1bf4044fe4a53d913b86e1821c7d1c3711348bf25b2a339a68d18075f99c0899766085c2f2b93a303f8298c115463224ad46f99f1 EBUILD apsw-3.40.0.0.ebuild 920 BLAKE2B d117533d5f9d4019a402ab1b45907cf181cf2a725b8e6aca716694b8053960dd2318164f891ed50cdd339283e6de606654731c1de274d16000815890504e9bc9 SHA512 9b89e245dd02ca7dcd58f40b8ad76743414866cd11090dbf6aa403c645466feed4e12a5a76de89fabf46967384f61b496271a60cf91f7a274afbc2443d6cd172 +EBUILD apsw-3.40.1.0.ebuild 922 BLAKE2B 5ccd57b3cae9c5eccde49cbd9bc36f9b80e0ea9e0fc0e4dab9db6cb6fd869ee086e2929be3123597b63491b37466bbef668d6cc5deb7a924b4c4c72330bdf5ae SHA512 2b038b78a84f93edc8bc5ce7a4e74195b6149638e20d30d5d3607d5e3411d8e4d5ad399b547ee5155dc5c0a4d1dd71954f125031f237596991eb65295f8a1a01 MISC metadata.xml 700 BLAKE2B 258344a1602daf3e081fdb4c94eda8af6e231def3f02fb80d63691b47d0a503c9caad80893386ce7ef42d6be2985906f3fc5cfedfe5a1044aee04c493f3d0683 SHA512 de73b4eb06d0bcf4c81e544a98ad15231b006d62fe22f6bce7e38740b941b98297fa1a38b00060ff83ae9f3259c5020c7071469f2a3f0d9e4f8f0301cb942081 diff --git a/dev-python/apsw/apsw-3.40.1.0.ebuild b/dev-python/apsw/apsw-3.40.1.0.ebuild new file mode 100644 index 000000000000..029ab66ba97a --- /dev/null +++ b/dev-python/apsw/apsw-3.40.1.0.ebuild @@ -0,0 +1,50 @@ +# 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 + +DESCRIPTION="APSW - Another Python SQLite Wrapper" +HOMEPAGE=" + https://github.com/rogerbinns/apsw/ + https://pypi.org/project/apsw/ +" +SRC_URI=" + https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +IUSE="doc" + +DEPEND=" + >=dev-db/sqlite-${PV%.*}:3 +" +RDEPEND=" + ${DEPEND} +" + +src_configure() { + cat >> setup.cfg <<-EOF || die + [build_ext] + enable=load_extension + use_system_sqlite_config=True + EOF +} + +python_test() { + esetup.py build_test_extension + cd "${T}" || die + "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest index f1e702a467c5..1bce5cd6987a 100644 --- a/dev-python/autobahn/Manifest +++ b/dev-python/autobahn/Manifest @@ -1,5 +1,7 @@ DIST autobahn-22.12.1.tar.gz 479515 BLAKE2B 37003c458b773b122716fd17e5245c3754e49e5c66601266870ce83fe4b7622553605d007902bd505897428231ce8347bf24548142dcb38631dc08f092be7eaf SHA512 10b3eec220a78b21aa393c9a721a9efb06b2623910ebb19dcf58c3966912cb9c5bbe5fc04d9f1072711a209a6a0168d7ba3a6147c1fc9a7db46bd528cc380dd0 DIST autobahn-22.7.1.tar.gz 476789 BLAKE2B 4860a6ec1a2631986dd5d8e94069134e75650eedb67dce18dd4c1e8ad45bd76ca183b4dcbca6ef4474c25f6feb4a1407c9fed4c74f0751e9c0c7fbca2b013406 SHA512 ea2c4d61d3f0f8ef35a31b599bc432781536dccaa316cda474a61003b10df0ef6346615d16228848cc5acb24a4e5f4c50be1fe759daf35b629f636da55688137 +DIST autobahn-23.1.1.tar.gz 479905 BLAKE2B 598f3fde0efb7016423962b10937503414a96cce1813fb7b11133d1ee2b4fa4661c379df19e725f49b29731650e6696de4d2b5f6781b2076298641471f16ff9b SHA512 f74ec3b2647689613e48446b7604b754f43fead2e8c77370c3f6e22553d9bccedd584b41940b572463977bdd1078c29c346af972dd04583feb217f708c771843 EBUILD autobahn-22.12.1.ebuild 3702 BLAKE2B 9e38816918d03d891dfc0f7215939bdcc4d28737f08a6b3863b5a0bcaed70f52a8685ec93d62e8d8ac1087465e0aac14742df03c9ce2a9648252c7fef44cf2dc SHA512 8d93888d4b64d934ca99cb2b6ee47fe1813254f593a9ccc9d06561a66c85782c691dc00f853f9f0252306f14e929d6722f8cae64944b421b8216a7134ec447d8 EBUILD autobahn-22.7.1.ebuild 3692 BLAKE2B 3a740730f12bd17eb88e38db9789141a1d0da319da6917bb6168a0278d78bd6cababe6240b8a1010ba106da1d7c34e6be040be804957c4865db04cc7167e297c SHA512 050613b0def48381cf29639aac034d1bb43a5750da0e736ae78dd289a925e646f47216a06e083cc1f122d429ed7133ad575add2b0b5c5151f571c0dd386ac21a +EBUILD autobahn-23.1.1.ebuild 3702 BLAKE2B 9e38816918d03d891dfc0f7215939bdcc4d28737f08a6b3863b5a0bcaed70f52a8685ec93d62e8d8ac1087465e0aac14742df03c9ce2a9648252c7fef44cf2dc SHA512 8d93888d4b64d934ca99cb2b6ee47fe1813254f593a9ccc9d06561a66c85782c691dc00f853f9f0252306f14e929d6722f8cae64944b421b8216a7134ec447d8 MISC metadata.xml 596 BLAKE2B 07cc4fbcb4c6fde6b1bb49a0a30fa8d2ef7ff4424397e29053a6ac89d87acd9fa7b1897c5381910d53f590192945a89a5b987fcdb9595e42f67f23333010a0ba SHA512 4d4cecf09593ec201711b13de1820e59f007f745b41611471ec737da4d679323787ac06a3a987cede9bf2c8dff71c9dbcb197e6a9c9109cf4d3a34d9247f9962 diff --git a/dev-python/autobahn/autobahn-23.1.1.ebuild b/dev-python/autobahn/autobahn-23.1.1.ebuild new file mode 100644 index 000000000000..801da2abe387 --- /dev/null +++ b/dev-python/autobahn/autobahn-23.1.1.ebuild @@ -0,0 +1,118 @@ +# 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 optfeature + +MY_P=${PN}-$(ver_rs 3 -) + +DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" +HOMEPAGE=" + https://crossbar.io/autobahn/ + https://github.com/crossbario/autobahn-python/ + https://pypi.org/project/autobahn/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +IUSE="test xbr" +RESTRICT="!test? ( test )" + +# The order of deps is based on their appearance in setup.py +# All extra deps should be included in test and in optfeature +RDEPEND=" + >=dev-python/zope-interface-5.2.0[${PYTHON_USEDEP}] + >=dev-python/twisted-20.3.0[${PYTHON_USEDEP}] + >=dev-python/attrs-20.3.0[${PYTHON_USEDEP}] + >=dev-python/txaio-21.2.1[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + >=dev-python/hyperlink-21.0.0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + >=dev-python/wsaccel-0.6.3[${PYTHON_USEDEP}] + >=dev-python/snappy-0.6.0[${PYTHON_USEDEP}] + >=dev-python/msgpack-1.0.2[${PYTHON_USEDEP}] + >=dev-python/ujson-4.0.2[${PYTHON_USEDEP}] + >=dev-python/cbor2-5.2.0[${PYTHON_USEDEP}] + >=dev-python/py-ubjson-0.16.1[${PYTHON_USEDEP}] + >=dev-python/flatbuffers-22.12.06[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-20.0.1[${PYTHON_USEDEP}] + >=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}] + >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] + >=dev-python/pytrie-0.4[${PYTHON_USEDEP}] + >=dev-python/cffi-1.14.5[${PYTHON_USEDEP}] + >=dev-python/argon2-cffi-20.1.0[${PYTHON_USEDEP}] + >=dev-python/passlib-1.7.4[${PYTHON_USEDEP}] + + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-aiohttp[${PYTHON_USEDEP}] + ) +" + +python_prepare_all() { + if use xbr ; then + eerror "***************" + eerror "Required xbr dependencies are incomplete in Gentoo." + eerror "So this functionality will not yet work" + eerror "Please file a bug if this feature is needed" + eerror "***************" + else + # remove xbr components + export AUTOBAHN_STRIP_XBR="True" + fi + + # avoid useless rust dependency + sed -i -e '/cryptography/s:>=3.4.6::' setup.py || die + + # remove twisted plugin cache regen in setup.py + # to fix tinderbox sandbox issue + sed -e '/import/s:reactor:__importmustfail__:' \ + -i setup.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + rm -rf autobahn || die + + einfo "Testing all, cryptosign using twisted" + local -x USE_TWISTED=true + "${EPYTHON}" -m twisted.trial autobahn || die "Tests failed with ${EPYTHON}" + unset USE_TWISTED + + einfo "RE-testing cryptosign and component_aio using asyncio" + local -x USE_ASYNCIO=true + epytest --pyargs autobahn.wamp.test.test_wamp_{cryptosign,component_aio} + unset USE_ASYNCIO + + rm -f twisted/plugins/dropin.cache || die +} + +pkg_postinst() { + optfeature "C-based WebSocket acceleration" "dev-python/wsaccel" + optfeature "non-standard WebSocket compression support" "dev-python/snappy" + optfeature "accelerated WAMP serialization support" \ + "dev-python/msgpack dev-python/ujson dev-python/cbor2 dev-python/flatbuffers dev-python/py-ubjson" + optfeature "TLS transport encryption" \ + "dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service_identity" + optfeature "WAMP-SCRAM authentication" \ + "dev-python/cffi dev-python/argon2-cffi dev-python/passlib" + optfeature "native SIMD acceleration" "dev-python/cffi" + + python_foreach_impl twisted-regen-cache +} + +pkg_postrm() { + python_foreach_impl twisted-regen-cache +} diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index 8e4b4fd2f53c..97582c4a2f49 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,3 +1,5 @@ DIST dnspython-2.2.1.tar.gz 304861 BLAKE2B e6446b91579c6ec0a7266a354ceb58e2f881b55b7376648770ebc2c6104fd815214497516d305b75802e9211703d47a70d66745d872a43afb72f41e55a617652 SHA512 ec545468f604d6131f07259ca154c4f71d445d12c336ac1da0d2f025d6478ada76320a7235119312fed85da071ef309d2531e541d3c2340a50deaf3f4dd7b4eb +DIST dnspython-2.3.0.gh.tar.gz 339222 BLAKE2B 1e1bfd1d716f5afce1ccc2e0f1fbb8e575e91619bc32f2c5067f6da4e01ea927dd0a1ed4c35e6c88d34de320befd833c9c17d060ea71918775c1f5f0121b61a8 SHA512 0bb4b41262a1d97b724e48b4dfb70f1fb544c18824e7d2bc2dcb8ef6c943c6c827ce753ae4ccb2ab37e95c8f5ff5d2f4853f238509f21e6299a445760c41e10e EBUILD dnspython-2.2.1-r1.ebuild 1086 BLAKE2B a83956783877012b134c7cb20db4ccf30f603edacc6f8b34aedb56924764f098b5d4ccac5927a167d5fd581f5faaf4aa682283ba50c4a09acadc51cc5e9ff758 SHA512 d827ac2b7f6ff589ea941abcde83d84b577f0229dddc4c99c3cde4af76578eadaf75cfeeebf8559cdcdad2e22aad8ab17216a0098cf75a33ed2f0efe033c2b2b +EBUILD dnspython-2.3.0.ebuild 1097 BLAKE2B 127c57d6ac90424b27bf91e3725084437e3fb8cdecb719ca53c48a1f1bf31f2d76ffc7696f077a176ed373d84e4e773efc4d150a7a5ce940a7454003498c622a SHA512 eb52ebdbd2074af69b4d4277f6078eff75999bbbf5fc76aa7be72749bf0b43b7de3ee5d7addfc5f995b662c1d6395b8406a16ce2b33d4a860430171a70e411e4 MISC metadata.xml 1651 BLAKE2B ea1ce5f9d27de56010f40b2187ac0b5876c27f41163e966689cb8958304c466011ebea0e5979c73b2ce14e6ed406833d01251982e43af945f868ab57dfdc848f SHA512 3d66dff8a832f935110f27e0f397457940de38a09e158bafa275872f96f1c6c5bb7fd1fd558610a8db64e2a7b9fb91cc6c744d3a7dc2eab3a19b85d526c2975a diff --git a/dev-python/dnspython/dnspython-2.3.0.ebuild b/dev-python/dnspython/dnspython-2.3.0.ebuild new file mode 100644 index 000000000000..3362a2edb297 --- /dev/null +++ b/dev-python/dnspython/dnspython-2.3.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="DNS toolkit for Python" +HOMEPAGE=" + https://www.dnspython.org/ + https://github.com/rthalley/dnspython/ + https://pypi.org/project/dnspython/ +" +SRC_URI=" + https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="dnssec examples" + +RDEPEND=" + dnssec? ( + dev-python/cryptography[${PYTHON_USEDEP}] + ) + =[0-9]\+::' pyproject.toml || die + distutils-r1_src_prepare +} + +python_test() { + # devpi_process is not packaged, and has lots of dependencies + cat > "${T}"/devpi_process.py <<-EOF || die + def IndexServer(*args, **kwargs): raise NotImplementedError() + EOF + + local -x PYTHONPATH=${T}:${PYTHONPATH} + local EPYTEST_DESELECT=( + # Internet + tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external + ) + local EPYTEST_IGNORE=( + # requires devpi* + tests/test_provision.py + ) + + epytest +} diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest index 5526eb9fe4fc..6d60c2858dd5 100644 --- a/dev-python/txaio/Manifest +++ b/dev-python/txaio/Manifest @@ -1,3 +1,5 @@ DIST txaio-22.2.1.tar.gz 53645 BLAKE2B 375203ddbe65d293ba0bf85e316880d552f47cbc9008bd41e50976ee097940c626ec66ad25e0b5322493f71f77141d03f543ce9c9d83268a1a896b16f434ccaa SHA512 b5e33ba671ab215dadf4c348b01e9d5057d080c21707d31e38912fe596aabd7b388e8c5e0f2dd2b7d0d09fe0a175a0906e2a2ee428c1a943e786afa79182631e +DIST txaio-23.1.1.tar.gz 53704 BLAKE2B 1c12892c34cc848732d718a715e83059a6be0973cbabe619639c67d230b0d4e55b4e6d1b13baa05b13fe9faa266dadb6f2913bc01491af381fde5ca78ce6941e SHA512 41320501ec3e2555edc63326f2c5ee9bbc2fd103198a515b6dc4c44603a41d633c99a8f12c92ffc85f43546f0382d40f0c9748b13f7a7e70d98c5c4a2de85e2e EBUILD txaio-22.2.1.ebuild 1152 BLAKE2B a7290f6809b2673c53090525b97d93858c9f5ece394959f06615bee044b7629d39722936399667613264ec4344ab2dfdcfb25a5179a598a111e2c15ec147afea SHA512 e6c6f66faa7a783572f4ef268a52a98aff087035ad80756fb1f901563f11e6edf82ab6083df8c75e8ff229d8d87c3e24aac00d43f9df78ee7002bd5ca1e7d03a +EBUILD txaio-23.1.1.ebuild 859 BLAKE2B 1f9d36542d823c3cb8ac82656a9f85650455b6a65b2db9e4a54c88a7163463ba824b1c98850288f7088cfaa4e13989319dbcb250c0fbb63ad0dc69c4cd62d21a SHA512 4f00dc82960e046ae06b661ac4e01c9f2ef9508b171f6ca6eda60cb86e9858a148656a96740fa144f9bad002943c8f218e8b20aa1d8d2024529dd0a46002b1b0 MISC metadata.xml 618 BLAKE2B bd097fc800fd543169f113520e8579f6514a355de3d68548e48e6037812b192bb4f6f8d4c2956934ee9cf88e6d13a11f8a2f95a3cdbba95f66638593734087d1 SHA512 fd8817810ff9ee6ab874f8bce30c1a1834caa0c5b22139d2c1317722155ff87e15a05c3f95b6f23f03e7b98807d0a71b0e2081518cc5e2086718cecea42b0c42 diff --git a/dev-python/txaio/txaio-23.1.1.ebuild b/dev-python/txaio/txaio-23.1.1.ebuild new file mode 100644 index 000000000000..8a5a87523478 --- /dev/null +++ b/dev-python/txaio/txaio-23.1.1.ebuild @@ -0,0 +1,34 @@ +# 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 optfeature + +DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius" +HOMEPAGE=" + https://github.com/crossbario/txaio/ + https://pypi.org/project/txaio/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_sphinx docs \ + '>=dev-python/sphinxcontrib-spelling-2.1.2' \ + '>=dev-python/sphinx_rtd_theme-0.1.9' +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # we certainly don't need to test "python setup.py sdist" here + test/test_packaging.py +) + +pkg_postinst() { + optfeature "Twisted support" "dev-python/twisted dev-python/zope-interface" +} diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index 74af20988023..694c41402776 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1,7 +1,3 @@ -DIST ytmusicapi-0.24.0.tar.gz 57431 BLAKE2B ba0ceee4764ff0c09efe309ef7182001d0d0dcd8e959b0b0b3e31b267986896728f67cbda14a33e8935068d551f24509de4364877c5810a29ef8b59bc0324291 SHA512 bec107edaec064aaec300a812a56f70b8eb6a217f2dba9e10a745f9315fe9e89ccef2e05619ae236efd21a9ced0fa414f35d9180e2f9efdc40fe8c75b41e9eb4 -DIST ytmusicapi-0.24.1.tar.gz 58926 BLAKE2B 830968d0bba9fcc0ad2c827a7f3a41cd8bc173234a69a2d429c0c0ae8356fe04b2aedc63036de3a0cf67eafce91301cdfb27dcd95ffc5a33cf8c2afd712cf5cb SHA512 cb8a012a86c81479ebbf597e5c180bd24a582c32b31f090aced55ccb0ae070d4ea9e282fd0efbbcb01e435581494d5e142cf63495467afac25d436c363875a54 DIST ytmusicapi-0.25.0.tar.gz 61709 BLAKE2B 7a4f0cf52d8d1a5e3310c5df39435d317916562f7d0277b0518e03193daf7995333853c4baf026ed0331ac1ef294897f034b7c97765764a795f34b7581f1788e SHA512 6c131c7c6d808d5a3c02795d5d28e687d92223fed809701d76318a145c7c82c12266b04f37aacb78750a4249f53e759dc891611dcb2edf61fefb19f133072d24 -EBUILD ytmusicapi-0.24.0.ebuild 547 BLAKE2B 05994ed98728343afc273b2116f6db4babe626decbe19e4536bd3ec9c6029074206f09025de1605910ee84f108e1205da97cd0521970913e67354b8d8ec7b8ac SHA512 382ad167642555fc4a27feab74b56de21e3c9db33ce474432380011a9ec1ddc51f2148b96fe67316dd45d1e8efef8f9163b009d56102bc00db966efe3dfb1b48 -EBUILD ytmusicapi-0.24.1.ebuild 550 BLAKE2B 6d58a4b7b7ca3afbba366c6709509a1bfaa5a0b2992718f4c7aab4e28bd0e71d4bb325f177b8b824f4bbb06202ffdf2384d0b058abdf3d890064096455164787 SHA512 c5f649fb627433806cc2a51eff98f1f078ff58fc6f4593d1af76fc1fb97e62bfa2022ac39e34ccd2aeabf71ecc88f1bda9ac6f78834bc3e903df8cdc6b59de51 EBUILD ytmusicapi-0.25.0.ebuild 550 BLAKE2B 6d58a4b7b7ca3afbba366c6709509a1bfaa5a0b2992718f4c7aab4e28bd0e71d4bb325f177b8b824f4bbb06202ffdf2384d0b058abdf3d890064096455164787 SHA512 c5f649fb627433806cc2a51eff98f1f078ff58fc6f4593d1af76fc1fb97e62bfa2022ac39e34ccd2aeabf71ecc88f1bda9ac6f78834bc3e903df8cdc6b59de51 MISC metadata.xml 457 BLAKE2B d0c47a8419447ae65b9d126c3e57283790e48e97099b08ddd6666c51e3d6452412d7df7caf2c6ca538a34f2de81309cf1e1c9468d932feea51fae9047e8592df SHA512 843a8ef31306802557af79c2f7bffa00c339f1c17600d95cbe55ac12de89cfc07127c4efd57002ae27a2899c5b39d9b704c56c03223734545dd0608def9a4711 diff --git a/dev-python/ytmusicapi/ytmusicapi-0.24.0.ebuild b/dev-python/ytmusicapi/ytmusicapi-0.24.0.ebuild deleted file mode 100644 index 7568e76aa6c0..000000000000 --- a/dev-python/ytmusicapi/ytmusicapi-0.24.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 - -DESCRIPTION="Unofficial API for YouTube Music" -HOMEPAGE="https://ytmusicapi.readthedocs.io/ - https://github.com/sigma67/ytmusicapi/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" - -distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme diff --git a/dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild b/dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild deleted file mode 100644 index bd01d91ecfe5..000000000000 --- a/dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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 - -DESCRIPTION="Unofficial API for YouTube Music" -HOMEPAGE="https://ytmusicapi.readthedocs.io/ - https://github.com/sigma67/ytmusicapi/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" - -distutils_enable_sphinx docs/source \ - dev-python/sphinx_rtd_theme -- cgit v1.2.3