bump pycryptodomex-3.15.0

This commit is contained in:
Andreas Billmeier 2022-08-06 15:13:02 +02:00 committed by Andreas Billmeier
parent b092b02009
commit 1e9eb8079b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 6 deletions

View File

@ -523,14 +523,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 1831 Ebuilds in total, 1824 of them have in total 1835 (35 different) licenses assigned.
There are 1833 Ebuilds in total, 1826 of them have in total 1837 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1113|
|Apache-2.0|334|
|Apache-2.0|335|
|GPL-3|109|
|BSD|103|
|BSD|104|
|LGPL-3|29|
|GPL-2|24|
|LGPL-3+|18|

View File

@ -1,3 +1,5 @@
DIST pycryptodomex-3.14.1.tar.gz 3372625 BLAKE2B d769f0b8cc558c84ee1b0fcb3b3d2eedffb0047f44f67698aa7b6b8818c018300821413f447b58cd035d61b8154a88b8bade3b2148d2e8872fec475eec6462e8 SHA512 cd01431b9178bcb27332741097cf020859c48df83219bac9d6ffa1f52db1f112b562478260baa1aed4674e2833d6e0cd5794a43dafb09fda007fdce7a7330495
EBUILD pycryptodomex-3.14.1.ebuild 704 BLAKE2B f93010d41b88294290663375827b4351d325d0f1bf00a5248c56d1502b2eb9f2fd4c9e9e43eb94d15d184e3b4a04fbd7dda55059f4108631aa421565571ab65e SHA512 a80252acbb0a8f097a7557205d628e151625191fcd07a80cdd84b40f8ad72b9c6e5ebbdc9c7c69dea6ca792591cda9079da046a850258b953de1b7a6bd3d7152
DIST pycryptodomex-3.15.0.tar.gz 4547479 BLAKE2B ac84bad1f372c4e75ec9e424e86eb176bc7b26c5a7d7f9530fea1cc07e13ae950c8e5fc9647d0dc8ee2983b25c4f371b59b709f781ff8d73506623914749f354 SHA512 7d76e4997055506f378ef5662f073bcfa561202f4a70792b5fd3a476f0ee7007e2fb0e45631f2963f234c16097544a36f316bbb8ecff3bcded411a8515f34d9d
EBUILD pycryptodomex-3.14.1.ebuild 680 BLAKE2B 0ebd524a0015402cc702dbcf03bea9b558c4f4cf9e98761079e528026c3e7271f2afb52e955284467154dc1b8f3cd07063f5a8c94815a0b2129e7df73aa88dba SHA512 34308273c5bed02f16fc39036e3e34a5e18253443e7fb6e6d066a9a5b4a72b3dc1688462da90ea024cbf7e5973082e35d5e46732e835f64844520678f4a4e159
EBUILD pycryptodomex-3.15.0.ebuild 754 BLAKE2B 2e14e883673329e6bdbe9820059378f255ce25342e1bf57a2666a1d7600a81ad17092682c53e97f80af49fae5379e2d8b57cf34db1abf1e653fae1bf1b5887c3 SHA512 8e5abf8612e5e94138c621f840a57d5e94d4fd4e94c971da7a030353190c5fd75a264ccb877cbf9a5f9197781a2ecc15909065b1ae8a6a82e3dbe32e3b7dfdd1
MISC metadata.xml 456 BLAKE2B 920571c7d9b8f2317e7cb7cf7603d6744ef9682604b7fadd055ca72e7c014afdaf2567ae5acb4aa8b2730b4e03cd2036ea8abac51e2b2c702397a208a2a20269 SHA512 a2eedc70200e4f94ce06c7656cf38673f7faf0f679d35d98a29d767d568b839b4ad8dc5a3885606f6144ed53a61851ff5ad18621de09e0fecbff213a5e71286b

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Cryptographic library for Python"
HOMEPAGE="https://github.com/Legrandin/pycryptodome/ https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest