From 87811893e920a372a906381ad9b55ed086403fb5 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 10 Jun 2023 19:06:03 +0200 Subject: [PATCH] dev-python/chacha20poly1305: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/chacha20poly1305/Manifest | 2 +- .../chacha20poly1305-0.0.3.ebuild | 20 ++++--------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/dev-python/chacha20poly1305/Manifest b/dev-python/chacha20poly1305/Manifest index d740f2df0..17014ada0 100644 --- a/dev-python/chacha20poly1305/Manifest +++ b/dev-python/chacha20poly1305/Manifest @@ -1,3 +1,3 @@ DIST chacha20poly1305-0.0.3.tar.gz 5139 BLAKE2B 9adc9a9f588b28567c643bed19c8e3bfc841aabcc4d09c0089699b6e5627e9771c305149034147e7d6f36f82cfa4d6a031775c68c44a7f347ae11a7d161fb953 SHA512 b278fca61d7ee42e9a8c06b6e26ecc2d5d682558badb9bbcabdd92c190ba91f98b3c8d3b3424231aa8e7ca8995658690a05db30c9fe58e30761988e8c606160e -EBUILD chacha20poly1305-0.0.3.ebuild 642 BLAKE2B 1c43e57460c5eeaf8c752cc0cd4005e3c2e2b0c07c91af6327a2029b58312cd91f17dc843619cca595beeca8e34da320a8b683f0b6c53b831db4a4895392d310 SHA512 2906855bcead4d0cc2949fe51f48cd59e06e47678778bebc980af41178a985f3a13efd35a98b389263801a00f6494dd218e77c783494fea82904c9ab30734ffe +EBUILD chacha20poly1305-0.0.3.ebuild 483 BLAKE2B c0a8cd02bca30c521ffddafbc4cf57dce85456e1c556717e8667b7c124834ee5c6edeb0be3518544daf4f03f206f84447b723f94f452d36698f7b3b803ec726e SHA512 2c036335c573237694d823ee2ba2f57295a7096a5149a9d863aa2ad658957520722fc08135f9dbc5d974aa318646500da06ac415d466b1211c461319ce75ec33 MISC metadata.xml 531 BLAKE2B 0c8b64e1d976d3ea93b136dc8b74b255b906573b53ed6d2f816e81f6b0f073940e6721b08307304e493e6cd0666adb4456447ce2b09ba682571755fcd67825c2 SHA512 5571a764419d5ac6c223e2a2d2c46dda3f5d90cb82741aaf704794e69f77945451475d547a7824fd5f6ecbc0c7e8988c2d166dfb95453cdb8c4de3fb7332e93d diff --git a/dev-python/chacha20poly1305/chacha20poly1305-0.0.3.ebuild b/dev-python/chacha20poly1305/chacha20poly1305-0.0.3.ebuild index 56dac6b6c..53d5eec07 100644 --- a/dev-python/chacha20poly1305/chacha20poly1305-0.0.3.ebuild +++ b/dev-python/chacha20poly1305/chacha20poly1305-0.0.3.ebuild @@ -1,15 +1,13 @@ -# 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} ) - -inherit distutils-r1 - +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi DESCRIPTION="Chacha20Poly1305" HOMEPAGE="https://github.com/ph4r05/py-chacha20poly1305 https://pypi.org/project/chacha20poly1305/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" @@ -19,14 +17,4 @@ RESTRICT="!test? ( test )" DOCS="README.md" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - distutils_enable_tests pytest