dev-python/pycryptodomex: drop 3.17
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1ef4ba46a7
commit
892408b65a
@ -612,14 +612,14 @@ 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 1646 Ebuilds in total, 1635 of them have in total 1653 (42 different) licenses assigned.
|
||||
There are 1645 Ebuilds in total, 1634 of them have in total 1652 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|954|
|
||||
|Apache-2.0|344|
|
||||
|GPL-3|105|
|
||||
|BSD|89|
|
||||
|BSD|88|
|
||||
|LGPL-3|23|
|
||||
|GPL-2|22|
|
||||
|all-rights-reserved|15|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST pycryptodomex-3.17.tar.gz 4634167 BLAKE2B ac624220cdb9f21c96aac2d9491958f7c5d1c2ca291789dcb85d36c0239c893a70221b71f0b04eaeee4493e305b1241d8a4d4861a6ae1c700c537b4fe0246682 SHA512 28b6edc9e9461b55612ab26507f2e412ab6708263fe12cb403d06fce2edc9564330efbd11fc91bca952c12f7e9b9ee77d71523e409d4420764a420772037f5c5
|
||||
DIST pycryptodomex-3.19.0.tar.gz 4779021 BLAKE2B 18e8bc41d38f38e56c0e693935434ba7c7170e4d68f5ad8f1f8038becc7606e4d31f7e67254d96fb016a004b3a19d239b121ebad3ee2c3ca9a5b1d0446ffc9a5 SHA512 9d6717691c5e33f18e2e9f5fe3c19484c7fb996bc177052caf0262872ee4eecf675b688d8273d954eab7820774a858133213f56814e00089a4ceeb6418436432
|
||||
EBUILD pycryptodomex-3.17.ebuild 624 BLAKE2B 9f33a3bd6c230dc00903ec1ae000e42bf529588f4069fbab082d630bffc629b043f6419828c9bf1c82b48653e47ff5480091e2fed32a6a7269483001fcacad78 SHA512 e99dba3c6214e204153f8dde549ac2326ceed3cdeaf7a0d3115ec833ea5a82fbc77f1da6e7480eb595ce0fb596957278c68a050d6db1dc55749081523b3f28a1
|
||||
EBUILD pycryptodomex-3.19.0.ebuild 624 BLAKE2B 9f33a3bd6c230dc00903ec1ae000e42bf529588f4069fbab082d630bffc629b043f6419828c9bf1c82b48653e47ff5480091e2fed32a6a7269483001fcacad78 SHA512 e99dba3c6214e204153f8dde549ac2326ceed3cdeaf7a0d3115ec833ea5a82fbc77f1da6e7480eb595ce0fb596957278c68a050d6db1dc55749081523b3f28a1
|
||||
MISC metadata.xml 520 BLAKE2B 64f614d477ed25e256ffaf52cf4c25c48529b37ba3571c5cfc1990c33c4ca690af8cc3ab7cbb94713f4ea1b667295da44ca458794c620106c8f53fc32efe7f64 SHA512 16c6bc70390e6a1ba6c0cf6a9a1cbe852af90f3c4727692bfb5ea5863c4dcb9b38e397cf90dae44ce8ca4743ab0e94cda41a6605f0b11ae5ee9c0ac51f3b9a9f
|
||||
|
@ -1,30 +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="Cryptographic library for Python"
|
||||
HOMEPAGE="https://github.com/Legrandin/pycryptodome/ https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user