From 95461df035e3867364495f065e5e805bf629b2d7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Oct 2021 00:10:07 +0100 Subject: gentoo resync : 25.10.2021 --- dev-python/argon2-cffi/Manifest | 1 + .../argon2-cffi/argon2-cffi-21.1.0-r1.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild (limited to 'dev-python/argon2-cffi') diff --git a/dev-python/argon2-cffi/Manifest b/dev-python/argon2-cffi/Manifest index dc730e252021..cb0b68e00353 100644 --- a/dev-python/argon2-cffi/Manifest +++ b/dev-python/argon2-cffi/Manifest @@ -1,3 +1,4 @@ DIST argon2-cffi-21.1.0.tar.gz 1807800 BLAKE2B 47b1e785b7eb173b671a44e9212af76a59f453c3c0d0e5f2c437e7a62132abf86ab6baa8bdd656ad28d00a151296a66211d365c0afe228821c8c1ff1a0a66c46 SHA512 bbfebd2c075f360a6c1c187c0789be2aae7480b9398f36db7bdfe74f288d9e00b44a788918c54f4cc8bb1947136ab0493f61975de408c482a5131e2bf1a8f4d0 +EBUILD argon2-cffi-21.1.0-r1.ebuild 757 BLAKE2B c771dff6fe3f9e81d27f688e8dd7272d4d1e28251d697defe5220f098036096d273f1f8148be5533323721be1bd6ed4346f318429b38079439a838553db119b2 SHA512 3eaa0e17627de56af918eeb2be77994e66d3d467338c6d52736b067e9fa1afd6b48c3e504c527d0c09158a67681d38dc7e57e15d308df482daf4435727f168b4 EBUILD argon2-cffi-21.1.0.ebuild 734 BLAKE2B bdffd9fc8647fca7ce2760fd15c60836952791dd2c72903a241e9a590e0d74be418c74fa28b49bf43f8fd00381cb19ab3d113e409f591e8f1924e288f45877ca SHA512 abb98dae7a6ea2316fe83050fcc7fc40b16cf657c2394cf19c1af0f6cdf0a0649d39e5ae446b25f793d46c964895b4c0edc5bd3dfb810e61011fef1cc7b24cca MISC metadata.xml 666 BLAKE2B 831fde25c0b52ed8610f39ab589f339783bace8dc2cc60ffa4736257c352bc82b89e110bf44181790e4a16db967e4c516f21fbc3cd1526a9975cc86b21f723f7 SHA512 543bb0e37fdf96b8c2fa4ec26eae837317dda4688b4293e82268100ce69e3f9987e91b2f141cac1be4becba9698f9806d22242801523bec825271b8fa4f14bc8 diff --git a/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild b/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild new file mode 100644 index 000000000000..fd43e943d18e --- /dev/null +++ b/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="CFFI bindings to the Argon2 password hashing library" +HOMEPAGE="https://github.com/hynek/argon2-cffi" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DEPEND=" + app-crypt/argon2:= + virtual/python-cffi[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" + +DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst ) + +distutils_enable_sphinx docs \ + dev-python/furo +distutils_enable_tests pytest + +export ARGON2_CFFI_USE_SYSTEM=1 -- cgit v1.2.3