From c74293450f439051f5305957d78aa38ed21a7ade Mon Sep 17 00:00:00 2001 From: turret Date: Sat, 16 Sep 2023 17:10:39 -0500 Subject: dev-python/pycryptodomex: version bump 3.19.0x --- dev-python/pycryptodomex/Manifest | 2 +- .../pycryptodomex/pycryptodomex-3.18.0x-r1.ebuild | 36 ---------------------- .../pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild | 36 ++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 dev-python/pycryptodomex/pycryptodomex-3.18.0x-r1.ebuild create mode 100644 dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild (limited to 'dev-python') diff --git a/dev-python/pycryptodomex/Manifest b/dev-python/pycryptodomex/Manifest index 69abc8b..8538bc5 100644 --- a/dev-python/pycryptodomex/Manifest +++ b/dev-python/pycryptodomex/Manifest @@ -1 +1 @@ -DIST pycryptodomex-3.18.0x.tar.gz 16720774 BLAKE2B 76d0e43b3443b1bd0d2fc29bf5f90d2946a0deac18ed84b8b39a531fe9d7a3e3f3b1854acb1834502697327f5a982865b77feda5a3c513329e79429434d7f39f SHA512 233506bfbc173f531da750844be578819d51bb273e0a8cd02ec9356ee3ac96fb87b9481227fe2fa4c85fcdb883eb8a142cb9bb638089fc57481d8ecca2476baf +DIST pycryptodomex-3.19.0x.tar.gz 17154323 BLAKE2B 49150132de0fd679a6c3467123eb776f97bac9916967d303cdcba9e4346483aa62a822d757fe40e1612f4c400f71cb9a5be556d0ca2f50daddb56076388232cc SHA512 d479501de2d87f46bb04985fcc18403620e566ca72d56b0872fe98523185ad434e4cfccab134ce73961ad0719ac5e48b1eb926bdaf2f9099ff8aa7991c7c9d2a diff --git a/dev-python/pycryptodomex/pycryptodomex-3.18.0x-r1.ebuild b/dev-python/pycryptodomex/pycryptodomex-3.18.0x-r1.ebuild deleted file mode 100644 index fcbd7ef..0000000 --- a/dev-python/pycryptodomex/pycryptodomex-3.18.0x-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_11 python3_12 ) -inherit distutils-r1 - -DESCRIPTION="Python package of low-level cryptographic primitives" -HOMEPAGE="https://github.com/Legrandin/pycryptodome" - -if [[ "${PV}" == *9999* ]]; then - EGIT_REPO_URI="https://github.com/Legrandin/pycryptodome.git" - EGIT_BRANCH="pycryptodomex" - inherit git-r3 -else - SRC_URI="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3" -SLOT="0" -RESTRICT="mirror" - -DEPEND="${PYTHON_DEPS} - dev-python/pip" - -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" - -src_unpack() { - default - mv "pycryptodome-${PV}" "${P}" || die -} diff --git a/dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild b/dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild new file mode 100644 index 0000000..fcbd7ef --- /dev/null +++ b/dev-python/pycryptodomex/pycryptodomex-3.19.0x-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 +PYTHON_COMPAT=( python3_11 python3_12 ) +inherit distutils-r1 + +DESCRIPTION="Python package of low-level cryptographic primitives" +HOMEPAGE="https://github.com/Legrandin/pycryptodome" + +if [[ "${PV}" == *9999* ]]; then + EGIT_REPO_URI="https://github.com/Legrandin/pycryptodome.git" + EGIT_BRANCH="pycryptodomex" + inherit git-r3 +else + SRC_URI="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +RESTRICT="mirror" + +DEPEND="${PYTHON_DEPS} + dev-python/pip" + +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" + +src_unpack() { + default + mv "pycryptodome-${PV}" "${P}" || die +} -- cgit v1.2.3