dev-python/hdf5storage: Bump to 0.1.19

Migrate from zip to compressed tar on the fly.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-02-08 22:20:56 +01:00
parent 9fedf34a2e
commit e6e88cfe10
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST hdf5storage-0.1.18.zip 126907 BLAKE2B ef99aaae6ef97ee7efb950e9516b7943fcdf10de117fe69f9585b3562e08ddd2b963e160ef084962a52865c2d0138148bba27657cbfb58576d5eac2d2e76f58d SHA512 01038e4c9e0a546b13881892683737a45ffd1b833c4c51fbf876c7443d0eda2a3d44fe0b3b4208e9eaab9249fa8de0d1bf861e86d3269b0fd449ebfdd9f79f0b
DIST hdf5storage-0.1.19.tar.gz 100839 BLAKE2B fe7845fb22da48017f3321fc618348242f2640a70cfdc54605be78b577e7cac44a20e53e7da8422b9740a3d71c144312f3c8822f7f00595ddfa83c83d8fb7ff3 SHA512 2b34135f735c8cffb699a9918d2b78237d34c7d5d160a30a41c8d6621de12f4b54ab90e8007c026cf2df3b4024b48f4bf8b39159987e5805c183588391bed613

View File

@ -1,4 +1,4 @@
# Copyright 2020-2022 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -13,7 +13,7 @@ HOMEPAGE="
https://pythonhosted.org/hdf5storage/
https://pypi.org/project/hdf5storage/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"