pycryptodomex: 3.9.4 bump

This commit is contained in:
blshkv 2019-12-26 18:01:38 +08:00
parent 27c859552b
commit 17765638f4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 28 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST pycryptodomex-3.9.0.tar.gz 11562864 BLAKE2B 16b221ac81bab53498c7c52c3292ccd7f404a28cd0d99063ab6502021d45c6a48e49e67e0bbe8fefacd06807cc09c45f454500d59370c2faf0c00888c4e7fc0a SHA512 0ffc76780bee46a1ef38b131804ba63d511a57ad6b173366ee1ae2ac81e7718546e4c29a538fcc547c272f52ab679c45ed9de273fe57fb6ebc365d940aaa4cfa
DIST pycryptodomex-3.9.4.tar.gz 11576896 BLAKE2B 41b63e33446afd40c579033977d183ce568d367715ccf21db077e40ba86058a00e27fce6b8e5a35b283eacc24121ec77654b11d43b957ae1fe3ec9321cfbbed9 SHA512 b88f07ed359f22d0d9c6141c2ef686f2bca991bdd79a4949fea780bb9792df573f234f18ac8d86137ca9036846872b9dd2e0fb769fe7422ec591bb7bd3a7d191

View file

@ -0,0 +1,27 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="A self-contained cryptographic library for Python"
HOMEPAGE="https://www.pycryptodome.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2 Unlicense"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="${PYTHON_DEPS}
dev-libs/gmp:0
virtual/python-cffi[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
python_test() {
esetup.py test
}