dev-python/pywebpush: 1.14.1 fix typo

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-25 11:19:23 +01:00
parent 6d0347b75c
commit 9870f70d6b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 4 additions and 4 deletions

View File

@ -617,12 +617,12 @@ 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 1819 Ebuilds in total, 1808 of them have in total 1827 (42 different) licenses assigned.
There are 1816 Ebuilds in total, 1805 of them have in total 1824 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1032|
|Apache-2.0|410|
|Apache-2.0|407|
|GPL-3|119|
|BSD|102|
|LGPL-3|24|

View File

@ -1,5 +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.14.1.ebuild 712 BLAKE2B c0ed3fe2a4b3c04a63ecf229882ca9bf14c8d8d7610101a0035cd436e57b24771c171b0d1bace80963bd9f6f5ab171aeee1a29390549e633d331c9db306b1186 SHA512 7eea4e61594c642af55bfa7978d947673b3989b0d176ca8810ad506a5141cdebaec9e220f362d3f7c4b87c0b05d908af5d116c74c4be8d3dedaf304c829b22b7
EBUILD pywebpush-1.14.1.ebuild 713 BLAKE2B 773dea707d1f84876a9333dc41dd536f5a911e04c71795c13703265c208c062bddfbf6a56781760aa204bed69d37c0861f90b996c8c3e67a903a218a09bf0b44 SHA512 9821b9bd12792f8f13b5b1dd80270f0f0145188e1ff214e7f4d8a4a61182703927a23cb4ba862ec52c59ae6ed8494d93aaeda9332aac005b03b875e06c3e47cf
EBUILD pywebpush-1.9.2.ebuild 773 BLAKE2B 4f665b0ecb3eca5aebd2998bd9133cd12a1d1d72635161440e5a981dcdab735c005a1e19dc41d9db331b334f83160b575101c5d3e1ca8b0d0a5d3aa8129d4272 SHA512 67b71e388274d92927b3315814216cb1e2338cad3433def3380ec2d3cdfa1940b933e1019c04a17869692801704ef59b8abf5ed5e274772d7d1be05ce49ac84b
MISC metadata.xml 522 BLAKE2B 2961293d18ab79eac5c75177d0f6eb18074c61470e80b666579d12fb577a412d5b019e632b523749b2da04464350ce24c860b9f6e23143892682d9b456a1afef SHA512 e4055890d4cdd62ac6d5c763d31b182e4cf9ff92acc872badbc23b584db3959004c3b3f9769f28ce33a70c549210bcf19cae70bdb9631f2989575e53a23a61d2

View File

@ -16,7 +16,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}]
>=dev-python/requests2.21.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.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}]"