mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
pycryptodomex: 3.7.3 bump
This commit is contained in:
parent
0c889e17ed
commit
1b3c1a3e73
2 changed files with 28 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST pycryptodomex-3.7.2.tar.gz 7193535 BLAKE2B 6499b5fb3b0d1f02d4c005ddd03d50ccb2e0346c8506fd64ce692a8b2359e88331e76f7fd7717509192aee34f97b28ba1b28b0870fc91d104a1376def8e3fd11 SHA512 127e8caecfcf1e07083c19ecfe27fff0a9cb9aa5709e68d328a2a8483bbcb4920f0e40fc36967ff98a9925f8a665fd5245b37d9069b360c517673de681ea8e0e
|
||||
DIST pycryptodomex-3.7.3.tar.gz 9289461 BLAKE2B 6a310e38edacb41b4b87d6a3cfbbabc2c429d4433ace7082021d47c01051ec48688eba4705ad0acf48fd85282fd5e3018fcff4ca6a01b9ce4f98e64c98a75824 SHA512 154e8a0905f3b89959f0a3d62312da8a9ef8ece6e77efc285ac80aa41ef7f5687690b7a715bc56fca9fd57f30c93f47c9717912da353ea1a1d0fd95803485623
|
||||
|
|
|
|||
27
dev-python/pycryptodomex/pycryptodomex-3.7.3.ebuild
Normal file
27
dev-python/pycryptodomex/pycryptodomex-3.7.3.ebuild
Normal 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_{4,5,6,7} pypy{,3} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A self-contained cryptographic library for Python"
|
||||
HOMEPAGE="https://www.pycryptodome.org https://github.com/Legrandin/pycryptodome https://pypi.org/project/pycryptodome/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2 Unlicense"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/gmp:0
|
||||
virtual/python-cffi[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
Loading…
Reference in a new issue