From e800f4f3e7c40f105167037a65b58e68a00bcc9e Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 11 Feb 2023 09:51:24 +0100 Subject: [PATCH] dev-python/pycryptodomex: add 3.17, drop 3.14.1 Signed-off-by: Andreas Billmeier --- dev-python/pycryptodomex/Manifest | 4 ++-- ...ryptodomex-3.14.1.ebuild => pycryptodomex-3.17.ebuild} | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) rename dev-python/pycryptodomex/{pycryptodomex-3.14.1.ebuild => pycryptodomex-3.17.ebuild} (68%) diff --git a/dev-python/pycryptodomex/Manifest b/dev-python/pycryptodomex/Manifest index ad24f8458..581ae0493 100644 --- a/dev-python/pycryptodomex/Manifest +++ b/dev-python/pycryptodomex/Manifest @@ -1,5 +1,5 @@ -DIST pycryptodomex-3.14.1.tar.gz 3372625 BLAKE2B d769f0b8cc558c84ee1b0fcb3b3d2eedffb0047f44f67698aa7b6b8818c018300821413f447b58cd035d61b8154a88b8bade3b2148d2e8872fec475eec6462e8 SHA512 cd01431b9178bcb27332741097cf020859c48df83219bac9d6ffa1f52db1f112b562478260baa1aed4674e2833d6e0cd5794a43dafb09fda007fdce7a7330495 DIST pycryptodomex-3.15.0.tar.gz 4547479 BLAKE2B ac84bad1f372c4e75ec9e424e86eb176bc7b26c5a7d7f9530fea1cc07e13ae950c8e5fc9647d0dc8ee2983b25c4f371b59b709f781ff8d73506623914749f354 SHA512 7d76e4997055506f378ef5662f073bcfa561202f4a70792b5fd3a476f0ee7007e2fb0e45631f2963f234c16097544a36f316bbb8ecff3bcded411a8515f34d9d -EBUILD pycryptodomex-3.14.1.ebuild 605 BLAKE2B 649ed23710bc370982aa3f294a482d06f9b28d60dbc0873fc2647b5a9f8b89bdb5a58e41202354b8018b52fe0bf71c833bdf11acbd27f56f26ae5833765020f8 SHA512 34c075464d7534cd9d966fa3ba2b32235df48f2b890c0a608140efdd50e2e4875d6c5bbfc6b538d647715d2baee0a025170c688fd14a64b7900d7a86aa54fe17 +DIST pycryptodomex-3.17.tar.gz 4634167 BLAKE2B ac624220cdb9f21c96aac2d9491958f7c5d1c2ca291789dcb85d36c0239c893a70221b71f0b04eaeee4493e305b1241d8a4d4861a6ae1c700c537b4fe0246682 SHA512 28b6edc9e9461b55612ab26507f2e412ab6708263fe12cb403d06fce2edc9564330efbd11fc91bca952c12f7e9b9ee77d71523e409d4420764a420772037f5c5 EBUILD pycryptodomex-3.15.0.ebuild 679 BLAKE2B d60300d3a62b8dcc747a79848ddf05636310e190a2292287aa8eaa81860fc567371c72f2074603e2691d5d1adada023e7f61465d9983128fd5cd201d508f77dc SHA512 70baecbb912a0c621ecdc1fdc5e32491258dd4306403ffb36fcf4e4c5304e4f970590ebe41ff2345e21b0c331838606117a6e461d6cde3a3c1b8e7472f98c8c5 +EBUILD pycryptodomex-3.17.ebuild 710 BLAKE2B fc084ba4038709b1184c8d29fd0b33816b2bd812ea929f145507232d6834ffd6b1f0bd47e08a53371242184c1a85ceb28fd01049cf5c3b26e19fe4cdc295dd27 SHA512 cc649a002808c6ae957af5164afdc419bdacdd9a8e067eb9c5892755c2aee43b8a1df5049f8f8faf13a1776f514caf239084136d04eb148ef92057d9b158fa54 MISC metadata.xml 520 BLAKE2B 64f614d477ed25e256ffaf52cf4c25c48529b37ba3571c5cfc1990c33c4ca690af8cc3ab7cbb94713f4ea1b667295da44ca458794c620106c8f53fc32efe7f64 SHA512 16c6bc70390e6a1ba6c0cf6a9a1cbe852af90f3c4727692bfb5ea5863c4dcb9b38e397cf90dae44ce8ca4743ab0e94cda41a6605f0b11ae5ee9c0ac51f3b9a9f diff --git a/dev-python/pycryptodomex/pycryptodomex-3.14.1.ebuild b/dev-python/pycryptodomex/pycryptodomex-3.17.ebuild similarity index 68% rename from dev-python/pycryptodomex/pycryptodomex-3.14.1.ebuild rename to dev-python/pycryptodomex/pycryptodomex-3.17.ebuild index 65b34d763..c2e4f0738 100644 --- a/dev-python/pycryptodomex/pycryptodomex-3.14.1.ebuild +++ b/dev-python/pycryptodomex/pycryptodomex-3.17.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) - +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Cryptographic library for Python" -HOMEPAGE="https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/" +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" @@ -28,3 +28,5 @@ BDEPEND=" python_test() { py.test -v -v || die } + +distutils_enable_tests pytest