New package: python3-scrypt-0.8.13

This commit is contained in:
projectmoon 2020-04-03 19:54:15 +00:00 committed by Daniel Kolesa
parent 0d72d3e9fc
commit 6f8a388ccd

View file

@ -0,0 +1,18 @@
# Template file for 'python3-scrypt'
pkgname=python3-scrypt
version=0.8.13
revision=1
wrksrc="scrypt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libressl-devel"
short_desc="Python 3 bindings for the scrypt key derivation function"
maintainer="projectmoon <projectmoon@agnos.is>"
license="BSD-2-Clause"
homepage="https://bitbucket.org/mhallin/py-scrypt/src/default"
distfiles="${PYPI_SITE}/s/scrypt/scrypt-${version}.tar.gz"
checksum=1377b1adc98c4152694bf5d7e93b41a9d2e9060af69b747cfad8c93ac426f9ea
post_install() {
vlicense LICENSE
}