dev-python/soundfile: Bump to 0.12.1

Note that I changed the default SRC_URI to pypi and added the 'gh' part
into the github.com based distfiles as requested by dev-util/pkgdev.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-02-19 18:31:51 +01:00
parent 28c80600cf
commit 02402242aa
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST soundfile-0.11.0.tar.gz 37610 BLAKE2B c70405ecc2a7545348f909a2d77af2a39582872fc649a3bc3c459337694ec30066b215b9f00ebd07203e773307ed0611aee79f72c69af43d2d609d2e4dd71339 SHA512 3503d2facfa00c0f859a50df3cac516e4a74467755f82d84bc11dc4e4a03609bb967431215ac62ed3032a2999e4374b750c5a504bffb20d063ea1b05217ba080
DIST soundfile-0.12.1.tar.gz 43184 BLAKE2B f32a531a7523d83e31c2d1f61acf623dbb09cc02364224f266df6825e25f72478acd233a845d7fe67915faba8e33c7659ea3b187259318599241f683fa3a0cf6 SHA512 59ddf404ca235b6a6ba12ab063f14cf1e1488751024a8e26068f47ea3151e5eb342799db2c2cef57cc57d20f34ebebaed5d8d5bb4c3945c7fdbd45d0e585d117

View File

@ -20,10 +20,10 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
else
if [[ (${PV} == *_p*) || (${PV} == *_beta*) ]]; then
SRC_URI="https://github.com/bastibe/python-${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/bastibe/python-${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/python-${PN}-${COMMIT_ID}"
else
SRC_URI="https://github.com/bastibe/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
S="${WORKDIR}/python-${P}"
fi
fi