diff --git a/dev-python/pyforked-daapd/Manifest b/dev-python/pyforked-daapd/Manifest index 61e291277..3a8300551 100644 --- a/dev-python/pyforked-daapd/Manifest +++ b/dev-python/pyforked-daapd/Manifest @@ -1,5 +1,3 @@ -DIST pyforked-daapd-0.1.11.tar.gz 5261 BLAKE2B e5ad499e4ceef0cfcd62553528760f893768b6efc537a7295bbb35ac4ec8b0119620316471e7a2680bb738b60e087f6201a1a513eea7d4acee7b0c72b64b1b9f SHA512 4574c37fc93b86d46ac47c6c4a00f14ab8788a942e78282249250623792db6439b13bef7465f9f740bcb4efe1f0980aebaaa849b096a1d5adfe0a8e0bef6c3a6 DIST pyforked-daapd-0.1.14.tar.gz 6562 BLAKE2B 51c46dfdeef85caa6198316268a62e5e0acb0ad3f62b740eb2b59bf3cb82794d1ea34d0dfe0c1cfa9e23e82c19bb6e09eacfdd8a77c626ffc101373b90a31898 SHA512 c61a149e4e0ad54603ae36887574a243d50fdbb88cc2658f271355343ae3db4dd64cd91356a12e7cb21b386bd26bc03eb252d1b20a4c75b7cc03888e5ca6105d -EBUILD pyforked-daapd-0.1.11.ebuild 699 BLAKE2B 8f875fa78945156fe992cd0d5de029e9b6a1f37c5ed207fc6a071ceb98fc201df78fa42635ff5054652095dbd95eef75bed026adf1d62e14a2a0be83502ac36f SHA512 13a994843fc48696f7f0cbee4cd813be7b571d41fe42e4557227df504937059084d1505157bbaca750681a716a3e66d29b26318bde61bf4f4a3d42e0a55d0dae -EBUILD pyforked-daapd-0.1.14.ebuild 699 BLAKE2B 8f875fa78945156fe992cd0d5de029e9b6a1f37c5ed207fc6a071ceb98fc201df78fa42635ff5054652095dbd95eef75bed026adf1d62e14a2a0be83502ac36f SHA512 13a994843fc48696f7f0cbee4cd813be7b571d41fe42e4557227df504937059084d1505157bbaca750681a716a3e66d29b26318bde61bf4f4a3d42e0a55d0dae +EBUILD pyforked-daapd-0.1.14.ebuild 562 BLAKE2B b419268c1d75c7888405dc00338a717d525c1edfc23ff700e355a8f09e11f31e4f5d9d7bbef8c729dedf769a9d0b2254fb470e8cc3d0636fa91fccc1fc9c5343 SHA512 ca50ecafee2c6374b9a931f7375c98288b7e10fd8e119ce7cff1717fbadc5d2d5f66e672364f74d0834450132c0d0767d46eb90c949aeebc9b0366b2ed495077 MISC metadata.xml 545 BLAKE2B d1e28f407c63a970d94f6e84d0c28f116f9bcb5c05b551348f8d1c935b1fc7df537b85e95d16904c693782488727b537d14178c81bbfaf644bcc08d1dcac6c2d SHA512 2adcbcde269708430b62e04c8b6929c68a64a5808c12f6e9155e7ff9e203972d9be8e28ef46f4ab958c14a536e654ba2d7a99da1871e4c66fb9649e83f443614 diff --git a/dev-python/pyforked-daapd/pyforked-daapd-0.1.11.ebuild b/dev-python/pyforked-daapd/pyforked-daapd-0.1.11.ebuild deleted file mode 100644 index cfaed3547..000000000 --- a/dev-python/pyforked-daapd/pyforked-daapd-0.1.11.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python Interface for forked-daapd" -HOMEPAGE="https://github.com/uvjustin/pyforked-daapd/ https://pypi.org/project/pyforked-daapd/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/pyforked-daapd/pyforked-daapd-0.1.14.ebuild b/dev-python/pyforked-daapd/pyforked-daapd-0.1.14.ebuild index cfaed3547..ff203d82f 100644 --- a/dev-python/pyforked-daapd/pyforked-daapd-0.1.14.ebuild +++ b/dev-python/pyforked-daapd/pyforked-daapd-0.1.14.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="Python Interface for forked-daapd" HOMEPAGE="https://github.com/uvjustin/pyforked-daapd/ https://pypi.org/project/pyforked-daapd/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -20,14 +20,5 @@ RESTRICT="!test? ( test )" DOCS="README.md" RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} distutils_enable_tests pytest