dev-python/pywebpush: add 1.14.1

Closes: #2919
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-25 10:13:55 +01:00
parent 4d49fc9c12
commit fe835d2839
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 4 deletions

View File

@ -617,7 +617,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1810 Ebuilds in total, 1799 of them have in total 1818 (42 different) licenses assigned.
There are 1811 Ebuilds in total, 1800 of them have in total 1819 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -633,7 +633,7 @@ There are 1810 Ebuilds in total, 1799 of them have in total 1818 (42 different)
|GPL-3+|11|
|Unlicense|9|
|ISC|6|
|MPL-2.0|5|
|MPL-2.0|6|
|PSF-2|5|
|LGPL-2.1+|4|
|LGPL-2.1|4|

View File

@ -1,3 +1,5 @@
DIST pywebpush-1.14.1.tar.gz 25346 BLAKE2B d12e114832d0983f29fe67d44d5427277436a9c49dfea81dce0debad9076edcd3c380bc60e33f5cf056afa242c766e187627e1e870fb060bb3abb272a7954e9d SHA512 4ebcb464ff55ac5527f59f259406f339672c076f32db455491b422f59cee32c41094358eae2d203c6bd31ab3b8aa67d9578f21461483a9b1d7c65fd72acc2bdf
DIST pywebpush-1.9.2.tar.gz 22223 BLAKE2B 74be94c0db3c34d9bf9a67d2cb6c3d164624dfe36bc93ab5170a24776dfa553fbf86d41d78fbe60f401b6d33178e3ef9363a41f8d0bd3d2c305dd59db9344d43 SHA512 ab67db67afcdef85b3574a65c1c60cd77cd237a03c21a9ff676e39ea0658355648444b8a7bc861834d2e1d16f68f387c5fc0c84492679befef82694ae62e4b30
EBUILD pywebpush-1.9.2.ebuild 773 BLAKE2B 9203a3179512e5056ec5f6f0cd4edc9696abeecc2090561d8912ea6fbe1185cfeb8487ab03630153f0f50835fad5d26b802e259fcf29a3cc6244278788166021 SHA512 843048f58c5fde5106fc8424bf48baaa5f069675850b7a10d3986be3b831fd7cca26f4e8b21ee9cfb8a95b31695c33d4a237566f1d801165510c0634cb36aa5c
EBUILD pywebpush-1.14.1.ebuild 712 BLAKE2B c0ed3fe2a4b3c04a63ecf229882ca9bf14c8d8d7610101a0035cd436e57b24771c171b0d1bace80963bd9f6f5ab171aeee1a29390549e633d331c9db306b1186 SHA512 7eea4e61594c642af55bfa7978d947673b3989b0d176ca8810ad506a5141cdebaec9e220f362d3f7c4b87c0b05d908af5d116c74c4be8d3dedaf304c829b22b7
EBUILD pywebpush-1.9.2.ebuild 773 BLAKE2B 4f665b0ecb3eca5aebd2998bd9133cd12a1d1d72635161440e5a981dcdab735c005a1e19dc41d9db331b334f83160b575101c5d3e1ca8b0d0a5d3aa8129d4272 SHA512 67b71e388274d92927b3315814216cb1e2338cad3433def3380ec2d3cdfa1940b933e1019c04a17869692801704ef59b8abf5ed5e274772d7d1be05ce49ac84b
MISC metadata.xml 522 BLAKE2B 2961293d18ab79eac5c75177d0f6eb18074c61470e80b666579d12fb577a412d5b019e632b523749b2da04464350ce24c860b9f6e23143892682d9b456a1afef SHA512 e4055890d4cdd62ac6d5c763d31b182e4cf9ff92acc872badbc23b584db3959004c3b3f9769f28ce33a70c549210bcf19cae70bdb9631f2989575e53a23a61d2

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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/"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}]
>=dev-python/requests2.21.0[${PYTHON_USEDEP}]
>=dev-python/six-1.15.0[${PYTHON_USEDEP}]
>=dev-python/http-ece-1.1.0[${PYTHON_USEDEP}]
>=dev-python/py-vapid-1.7.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8