dev-python/pyprosegur: drop 0.0.5, 0.0.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:41:17 +01:00
committed by Andreas Billmeier
parent 35f33c9447
commit c572d51e4e
4 changed files with 2 additions and 72 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 1717 Ebuilds in total, 1706 of them have in total 1720 (40 different) licenses assigned.
There are 1715 Ebuilds in total, 1704 of them have in total 1718 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|987|
|MIT|985|
|Apache-2.0|367|
|GPL-3|100|
|BSD|100|

View File

@@ -1,7 +1,3 @@
DIST pyprosegur-0.0.5.tar.gz 4715 BLAKE2B fd81d88f2beed1c1dbeb30379dff5d0eef0c8129c0470e16dd660d5ec1cade88afd2b658ecc07c2dee30a8d0cae6ba2ac51a811ad1e1d63229a81239b8fa1609 SHA512 d1fdd289d388d82b90da1418d68e62a3461f25faf2e4016899aa1214d8e7a8fbc0caf354d0d7e3bbdccea1c2f42e6cc600537efa78736086d0a8eace6bcf4231
DIST pyprosegur-0.0.8.tar.gz 5566 BLAKE2B 3e9a20de756d4ab96bed4100c5b0202e3958f8690910cd8c533c1583e58785c21342a64e00b9d09e94b7cb8f686aab9d70a490510b10d79f6407f6e01eb0c204 SHA512 c60bf037c26cd103c9a273b94872ff36221e5ba7dbc5d7e39f8577f3cb5285a1c6f6c80f6591e566d0b33fa875b04af0c24d6ec78f1dce6c206413f0c66ea16e
DIST pyprosegur-0.0.9.tar.gz 5673 BLAKE2B 9a021df4e8031a5d9dff97d900460e17f35825d26a2e8ae3110adc75dfb1e9ca18bc3b853287edb1e2a19b5e0e25b0139a64e1985467d93f555e8c1cbb828e09 SHA512 4a2956af455958ad87b6899bba71d5e1fe2a85ffed7eefbbeb803e2936e23b7501bf1e3129fb4e0599a8102a264d9f7dc68574856c1a20798ef0c69e2f4ad1c4
EBUILD pyprosegur-0.0.5.ebuild 741 BLAKE2B d941231a0a53db510668d7fc552ba42ae2c8022f2280a394e05138b79299211fc2dece7c97bbf91b595183af5f85023d020417ec761814d67f8205be1e00b64c SHA512 1647e0908c2f5c75b39712922aa19cd0c1fd7384faed29f828da57b5cba4f23bf9ec86f4ebbf0e6167bbfd218b61692ebf9b44497f32b8d1ee40de88e6e2d5e5
EBUILD pyprosegur-0.0.8.ebuild 741 BLAKE2B d941231a0a53db510668d7fc552ba42ae2c8022f2280a394e05138b79299211fc2dece7c97bbf91b595183af5f85023d020417ec761814d67f8205be1e00b64c SHA512 1647e0908c2f5c75b39712922aa19cd0c1fd7384faed29f828da57b5cba4f23bf9ec86f4ebbf0e6167bbfd218b61692ebf9b44497f32b8d1ee40de88e6e2d5e5
EBUILD pyprosegur-0.0.9.ebuild 741 BLAKE2B d941231a0a53db510668d7fc552ba42ae2c8022f2280a394e05138b79299211fc2dece7c97bbf91b595183af5f85023d020417ec761814d67f8205be1e00b64c SHA512 1647e0908c2f5c75b39712922aa19cd0c1fd7384faed29f828da57b5cba4f23bf9ec86f4ebbf0e6167bbfd218b61692ebf9b44497f32b8d1ee40de88e6e2d5e5
MISC metadata.xml 513 BLAKE2B 6d29ca010e966e3389d1bd61f8abb0d92facd56d48966eb622b85601240ffd9605b19f2d83fa41a9ba9201d627e8b8e55cd362b2ffcf0fdd532fad95ad2350f6 SHA512 eb4ed60b0e721b64288a7c2aa05e0148056048b93ea857f4a0397369871289b66a48fa291d241d35c1afe8e82b010df30c24c962b1485ab0ec4d626bc16f6597

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Unofficial Python library to interface with Prosegur Alarmes PT/ES."
HOMEPAGE="https://github.com/dgomes/pyprosegur https://pypi.org/project/pyprosegur/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/backoff[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Unofficial Python library to interface with Prosegur Alarmes PT/ES."
HOMEPAGE="https://github.com/dgomes/pyprosegur https://pypi.org/project/pyprosegur/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/backoff[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest