dev-python/securetar: drop 2022.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 18:09:31 +01:00
committed by onkelbeh
parent a66bf39286
commit 5def0abf47
3 changed files with 2 additions and 35 deletions
+2 -2
View File
@@ -612,12 +612,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 1591 Ebuilds in total, 1580 of them have in total 1597 (42 different) licenses assigned.
There are 1590 Ebuilds in total, 1579 of them have in total 1596 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|915|
|Apache-2.0|340|
|Apache-2.0|339|
|GPL-3|99|
|BSD|87|
|LGPL-3|23|
-2
View File
@@ -1,5 +1,3 @@
DIST securetar-2022.2.0.tar.gz 7696 BLAKE2B 332538160613eb59e9c200dad7338a0a8fd99c8b3ca57034750d5887114bda258b7c76e3b261044089ff374e24193d688859063afee8eb2146ad0feb426cfacd SHA512 6c577a10f3f079f7bc0ee68d2946387aa59f4d44268e7b077dfdb3f03fdb006957117365cafea97697154bf56015b267cc2ed25e0d30c8e56fb19d4603ab71f7
DIST securetar-2023.3.0.tar.gz 7779 BLAKE2B f14409aaff61960cf5318a014f2310b7edd3f27af557a9a2ac20061522b68ffce5c76a312070fda7c36cd78ca15d899222cfc3cfbac286ce1d0afa49ebf26379 SHA512 c98942a4f77b4a0f014ea84d97178268cfe2c9124628ea5d13c00a61bc980113ad65af6e722132556ccc5549c0ac2e99b759c8e49d5c1a91ad49322d13eff5f6
EBUILD securetar-2022.2.0.ebuild 651 BLAKE2B 7a1fbc8ae3560ebf304464fbec10d5b1b526428f595ce0249bcc0beabba6ad23500a13eef83ea8de5abe26c75b277d63032ef4ddb5c50e212966b05a4ea96fe3 SHA512 ef050041e52278bfa6fc34aa4e5a9cedf0867158f65963591a452b6f8bca7d81084d71afea7ee91b91d2732abb6b7e5fb3401d8d0fe1791cfbbd836435d69ed7
EBUILD securetar-2023.3.0.ebuild 651 BLAKE2B 7a1fbc8ae3560ebf304464fbec10d5b1b526428f595ce0249bcc0beabba6ad23500a13eef83ea8de5abe26c75b277d63032ef4ddb5c50e212966b05a4ea96fe3 SHA512 ef050041e52278bfa6fc34aa4e5a9cedf0867158f65963591a452b6f8bca7d81084d71afea7ee91b91d2732abb6b7e5fb3401d8d0fe1791cfbbd836435d69ed7
MISC metadata.xml 512 BLAKE2B 2bce1a9ac69961c93bf247a621ce55fcc7910062e61f31517b77b1fbc06c3748157c0e772c837940292d724b428dd062fed4cad1d71ded8e55c5c0903972de7a SHA512 b9215aaee972ca0b4127d2ee37155dbce24c7096652a3a5c3710ea11b1d0465471efb7ea271291e90a93488a9c7538f512739737fa85d3761fc1ff75f4c7d63b
@@ -1,31 +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="Python module to handle tarfile backups."
HOMEPAGE="https://github.com/pvizeli/securetar https://pypi.org/project/securetar/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest