New package: python3-pycryptodomex-3.9.8

This commit is contained in:
Antonio Gurgel 2020-08-09 16:53:27 -07:00 committed by Toyam Cox
parent 7b1ad909ef
commit de030ffbe1

View file

@ -0,0 +1,19 @@
# Template file for 'python3-pycryptodomex'
pkgname=python3-pycryptodomex
version=3.9.8
revision=1
wrksrc="pycryptodomex-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name"
maintainer="Antonio Gurgel <antonio@goorzhel.com>"
license="Public Domain, BSD-2-Clause"
homepage="https://www.pycryptodome.org/"
changelog="https://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst"
distfiles="${PYPI_SITE}/p/pycryptodomex/pycryptodomex-${version}.tar.gz"
checksum=48cc2cfc251f04a6142badeb666d1ff49ca6fdfc303fd72579f62b768aaa52b9
post_install() {
vlicense LICENSE.rst
}