dev-python/simplepush: drop 2.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:10:31 +01:00 committed by Andreas Billmeier
parent 42d96d306d
commit d0629bb418
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 deletions

View File

@ -612,11 +612,11 @@ 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 1588 Ebuilds in total, 1577 of them have in total 1594 (42 different) licenses assigned.
There are 1587 Ebuilds in total, 1576 of them have in total 1593 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|913|
|MIT|912|
|Apache-2.0|339|
|GPL-3|99|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST simplepush-2.1.1.tar.gz 3264 BLAKE2B 0be78bf578a33532efac94fc5e8b96e0af4581818fed738c29b31957e981f93fc2b2ea02f81e3f31e77f68089b527a8507c3951236fc59d8a0356062a5f7a07f SHA512 1d783014acd41996390a1cd46d504a39c0149f3379bac3185d08636f1558e9164be312bf9935ab4ad0eaaa89f436d66cbf38f78ab6c4fe39a03389f0d5d627c7
DIST simplepush-2.2.3.tar.gz 5443 BLAKE2B d2226c92e0f4a7c3c081415f95eb6137af7d203531b5bd82d4b51d9ef8cd313fa866ee03c513072798a61be751dcb971fe8b2c34f833016ce8be2de158d88df5 SHA512 776ae3006140e999e4aea48b1f74fd03aa0b28dff28bd9cd9ea2797b4e585570d9626630fee26218320934d1819b3e56eb04d574730c8b8a294216cf59339abb
EBUILD simplepush-2.1.1.ebuild 742 BLAKE2B 70e76e485ba7c8d002c561b0b0bdbec4faaa7c3191ef0b49a46531decbf7a077918716440194e84589cd9e1fd93a83e0812000284fed84b77702b79f308e379c SHA512 3932a3db6a5e5958b7e38ae047a42deaf9e03c63c5229014fd46498bac017430263ae99870aed31935bdc753548a9b527743ff8d2daba5f4ec559213b4fc9b8f
EBUILD simplepush-2.2.3.ebuild 742 BLAKE2B 70e76e485ba7c8d002c561b0b0bdbec4faaa7c3191ef0b49a46531decbf7a077918716440194e84589cd9e1fd93a83e0812000284fed84b77702b79f308e379c SHA512 3932a3db6a5e5958b7e38ae047a42deaf9e03c63c5229014fd46498bac017430263ae99870aed31935bdc753548a9b527743ff8d2daba5f4ec559213b4fc9b8f
MISC metadata.xml 528 BLAKE2B 3f3046b09e0cad926911fdf3a98928647455d344ca7d027a5d81cd74754ee0342254f00d7967bd782dd445d9f60fa41f1d454af27fbb00a6a7d2311108942e19 SHA512 36a3e2551984eaf05826d70c7ad8bce77cf17b2d76ae5185b86d064eb4c967d29b5d2ff1466f4d50eb14722a101ec2bde6efa2423800d99afe0a8f4c6735ccb5

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 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="Simplepush python library"
HOMEPAGE="https://github.com/simplepush/simplepush-python https://simplepush.io https://pypi.org/project/simplepush/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest