dev-python/pywebpush: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-02 22:10:11 +01:00
committed by onkelbeh
parent 65fe7f89e4
commit 40b09d6273
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
DIST pywebpush-1.9.2.tar.gz 22223 BLAKE2B 74be94c0db3c34d9bf9a67d2cb6c3d164624dfe36bc93ab5170a24776dfa553fbf86d41d78fbe60f401b6d33178e3ef9363a41f8d0bd3d2c305dd59db9344d43 SHA512 ab67db67afcdef85b3574a65c1c60cd77cd237a03c21a9ff676e39ea0658355648444b8a7bc861834d2e1d16f68f387c5fc0c84492679befef82694ae62e4b30
EBUILD pywebpush-1.9.2.ebuild 829 BLAKE2B 7c60c48c40562200bd41d8cb028b87f61fd719aa3b0458284ef00e42769753ef77280eb7952f9af5e58f1a01b947bdc4858ff7ce62971c41966b5fae367742d9 SHA512 01af9958c96828e45cf9637f4d2a25d839d978b733062007833a14119f38b5eb2e27c7232b8a98a896bdfd18357a785aedb4a1e6e623c4d347ddd93ca374494f
EBUILD pywebpush-1.9.2.ebuild 773 BLAKE2B 9203a3179512e5056ec5f6f0cd4edc9696abeecc2090561d8912ea6fbe1185cfeb8487ab03630153f0f50835fad5d26b802e259fcf29a3cc6244278788166021 SHA512 843048f58c5fde5106fc8424bf48baaa5f069675850b7a10d3986be3b831fd7cca26f4e8b21ee9cfb8a95b31695c33d4a237566f1d801165510c0634cb36aa5c
MISC metadata.xml 522 BLAKE2B 2961293d18ab79eac5c75177d0f6eb18074c61470e80b666579d12fb577a412d5b019e632b523749b2da04464350ce24c860b9f6e23143892682d9b456a1afef SHA512 e4055890d4cdd62ac6d5c763d31b182e4cf9ff92acc872badbc23b584db3959004c3b3f9769f28ce33a70c549210bcf19cae70bdb9631f2989575e53a23a61d2
+4 -7
View File
@@ -1,15 +1,13 @@
# 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="WebPush publication library"
HOMEPAGE="https://github.com/web-push-libs/pywebpush https://pypi.org/project/pywebpush/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
@@ -23,7 +21,6 @@ RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/http-ece[${PYTHON_USEDEP}]
dev-python/py-vapid[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"