dev-python/securetar: add 2024.2.1

Closes: #2944
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:26:45 +01:00
parent 15a30a3e9b
commit d794608eb9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 5 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 1837 Ebuilds in total, 1826 of them have in total 1845 (42 different) licenses assigned.
There are 1838 Ebuilds in total, 1827 of them have in total 1846 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1043|
|Apache-2.0|415|
|Apache-2.0|416|
|GPL-3|120|
|BSD|103|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST securetar-2023.3.0.tar.gz 7779 BLAKE2B f14409aaff61960cf5318a014f2310b7edd3f27af557a9a2ac20061522b68ffce5c76a312070fda7c36cd78ca15d899222cfc3cfbac286ce1d0afa49ebf26379 SHA512 c98942a4f77b4a0f014ea84d97178268cfe2c9124628ea5d13c00a61bc980113ad65af6e722132556ccc5549c0ac2e99b759c8e49d5c1a91ad49322d13eff5f6
EBUILD securetar-2023.3.0.ebuild 651 BLAKE2B 7a1fbc8ae3560ebf304464fbec10d5b1b526428f595ce0249bcc0beabba6ad23500a13eef83ea8de5abe26c75b277d63032ef4ddb5c50e212966b05a4ea96fe3 SHA512 ef050041e52278bfa6fc34aa4e5a9cedf0867158f65963591a452b6f8bca7d81084d71afea7ee91b91d2732abb6b7e5fb3401d8d0fe1791cfbbd836435d69ed7
DIST securetar-2024.2.1.tar.gz 11136 BLAKE2B ff4768bbd474fe71bd00dd86872ae2251f1beb461f00789baa547dda079efa31bc98d5495bb1ede131b1f20b52fdc30e67607dd1d1b25791200412a8f759a236 SHA512 e82d33cee006608c7e3f4bf49220a008de61cec34e410a1da6b3a24df936cdd90dd221161b93a884eec9b7e96ea28a5dd891c1e5bfc9012030d57f7d94d2caf9
EBUILD securetar-2023.3.0.ebuild 651 BLAKE2B 7e029a0a458c00a62385d8743e2a87dc29a7d1201c24df896ec6ee38f5e20746b1b2556eba09c6e5a14297e00789fbe92b4e1e19d5c9700b75405ae510418112 SHA512 391c8df74fd6a6ff94ec08019dc42547bc5117c0b699d12b913bd1b19493cc18132429b16f23782b56df7b55cd81e781f719f19bd4bea118fd6b6eae64c2bfd6
EBUILD securetar-2024.2.1.ebuild 546 BLAKE2B 3c57d1a893495caa1bd6d8b84411228404c3e38afd9a4153376f4f9c565504ba8b0bb4acfa5f3fd315112bbfd86a02d1e2f8371d6b8824e6e2b6b3288a869b36 SHA512 1d883483bd99b9209fcd456bfc51d02fbe2b4df4c32a1327f5b607d6afe1e11c917149cbe68f5e91d729ae6da072ec8df2a62ce394522f41eb38074b85a1f0db
MISC metadata.xml 512 BLAKE2B 2bce1a9ac69961c93bf247a621ce55fcc7910062e61f31517b77b1fbc06c3748157c0e772c837940292d724b428dd062fed4cad1d71ded8e55c5c0903972de7a SHA512 b9215aaee972ca0b4127d2ee37155dbce24c7096652a3a5c3710ea11b1d0465471efb7ea271291e90a93488a9c7538f512739737fa85d3761fc1ff75f4c7d63b

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..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}]"
distutils_enable_tests pytest