dev-python/libsoundtouch: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-19 21:17:36 +02:00
committed by Andreas Billmeier
parent 51c0ec2f04
commit 05ec51910d
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST libsoundtouch-0.8.0.tar.gz 15956 BLAKE2B 5e80fed269c2ce9bf65e0cfaf468261ab9c5b645aacf1f8e4079716838641ae6667efd5a45e93b383943b14953a98e78e5fb89720087c667536a79ebc2a016aa SHA512 c5a3e9cb1c5850b6a06ef83ad7cf51e04c279224638d3501c3c99097f3df5d684059176e6a5ecc9f7a23e9dfabd727a0f293989b218af0abf3192d23aab37532
EBUILD libsoundtouch-0.8.0-r1.ebuild 898 BLAKE2B 7507621805f17e212cd2958be38f03e72eea76ba72f0bc1d0e9dcb078c0fa72e695308868e15a64ffd4ed823309279034d7a57dc4b908c305dd9784fd35415d3 SHA512 91068ec8a75113d54bdd0bf048ab539867fc6164bf038f8ad3e51b0a68d843e7aae7f0c9caa9cf4858374608a5e4b67f403179f1e526b224f2705d654bcab1a1
EBUILD libsoundtouch-0.8.0-r1.ebuild 884 BLAKE2B 42974ca58fedff540f63693d93dc50d95a20bf81975aaf7ea72a724f8fb52c2808600eddeb49300a8abcbc021bba562345ec56d9fe1e4dc480072e044bbedd06 SHA512 f37debacc132045620a4429192b93bdb13425bf7ea06e36f2824745e1e65cf5a1e6903e36cd2abb2cd4b320ce4ac25cd35fb2acad64635f75eea13c38060f214
MISC metadata.xml 533 BLAKE2B 300fc4469ffa920d94d94657b42cc5d6f2f56e68856f8138ac24149d678ef1ce70117f72cd6f722f0445c303381c9362f4bee2b54fe95cf4251f2ea6087b65c4 SHA512 acf2b232ecc9d43dba0640dd4821b34c26a9e75bcf4161731d7428f0513a1670b429651020459d70aa471c9b009fd193d4929b34d65824b96691cfe615beb91f

View File

@@ -1,15 +1,14 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Bose Soundtouch Python library"
HOMEPAGE="https://github.com/CharlesBlonde/libsoundtouch http://libsoundtouch.readthedocs.io https://pypi.org/project/libsoundtouch/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"