dev-python/pylibrespot-java: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:02:16 +02:00 committed by Andreas Billmeier
parent 7067b9020a
commit 6415c12149
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 6 additions and 50 deletions

View File

@ -1,5 +1,3 @@
DIST pylibrespot-java-0.1.0.tar.gz 3184 BLAKE2B b23c2ad1433d5ab21298a975c07507aa44f27b9d2f24d673d38d97020e9304492bb58a632a1914d11daf25a43854608171dd3e6c120f496d4eb8890c5bd5c16c SHA512 78bcfbbed59948d61c79d43e7d9aed6c3b0203fd6755e4e34a531ec652b43b14a7c49f4ed49e2de07dea488d18a43dbc2a01736fb958b73514d00d7fa7032f96
DIST pylibrespot-java-0.1.1.tar.gz 4037 BLAKE2B 2037373280ee521e7a4f00fde65c374d755b25f771a82793e64145773d286f1d1b46e5f15aa70a3f07790a21ccddeaed42ba834ddc53b38468a256bc1ed1d9d1 SHA512 a53e537de746a1cf4f6d91ef6227595351bc2d13173722de84c9ccf13bf9922a3c09cda881fc7150d730f2b9b732f1df091ad2d4f5f9fb928c900357963bf842
EBUILD pylibrespot-java-0.1.0.ebuild 705 BLAKE2B 9552ba704d3d5cdaae2e1e92991a9c3506ea926f4dfd5fd97e3914d62c3ec36369c214b4265739e71cc3daface0c5f415866366cb748c6f7c4fc9f52efe7708c SHA512 fd79e420b2b445d1772cee51bb785e133598d996284bd513929dd0f7f19f7adad06048db17cc56364d9b5facd4b6bbaca3341438f7287e56ae053c060b1df630
EBUILD pylibrespot-java-0.1.1.ebuild 705 BLAKE2B 9552ba704d3d5cdaae2e1e92991a9c3506ea926f4dfd5fd97e3914d62c3ec36369c214b4265739e71cc3daface0c5f415866366cb748c6f7c4fc9f52efe7708c SHA512 fd79e420b2b445d1772cee51bb785e133598d996284bd513929dd0f7f19f7adad06048db17cc56364d9b5facd4b6bbaca3341438f7287e56ae053c060b1df630
EBUILD pylibrespot-java-0.1.1.ebuild 568 BLAKE2B cb1ea93f9041ab25699e5693f83c170cc7718cc90a976fa352cfce698ada06e179173d3373c612aa8d0767a0d43164c3734821db8d824df472fe85b47392381e SHA512 f2363affa388ed7e3204f8a458485352a1d75039ca4afa2c166375fce729a6f662c534184cd454ee4d04ce9831206329b88a793863eaf23d6c23633d7d92a47f
MISC metadata.xml 549 BLAKE2B 1aa843c92b933d1fb1aae607dc05b538bad02265b0ace62f9444aa00f8729729a46b0fd9550949243935beab493ef13dec89f697c8ef77a481fffb00dd08e55b SHA512 a37709b68f795b51477cc76673aa2ce2ff62e7932a09dcbbde8b9bf98db9039f6e0a16492f73b4d2ad100d92b91edabce089ce3fd91ae2817b0008dc1ab9b8e4

View File

@ -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 librespot-java"
HOMEPAGE="https://github.com/uvjustin/pylibrespot-java/ https://pypi.org/project/pylibrespot-java/"
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

View File

@ -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 librespot-java"
HOMEPAGE="https://github.com/uvjustin/pylibrespot-java/ https://pypi.org/project/pylibrespot-java/"
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