From de030ffbe1fe4cd45d46ce152b6c4c0cc02c2e86 Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Sun, 9 Aug 2020 16:53:27 -0700 Subject: [PATCH] New package: python3-pycryptodomex-3.9.8 --- srcpkgs/python3-pycryptodomex/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pycryptodomex/template diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template new file mode 100644 index 00000000000..c75df8cb11a --- /dev/null +++ b/srcpkgs/python3-pycryptodomex/template @@ -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 " +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 +}