From 72e373c5c9d02a8f38985698e7f5507f856c729d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:14:05 +0200 Subject: [PATCH] python3-pycryptodome: adopted port --- python3-pycryptodome/.signature | 4 ++-- python3-pycryptodome/Pkgfile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python3-pycryptodome/.signature b/python3-pycryptodome/.signature index 10bf8abb5..db457bbca 100644 --- a/python3-pycryptodome/.signature +++ b/python3-pycryptodome/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39sJrRGZR3d4tyQ7ck8Lo09L7WrEfIcGi8K9LbNsZUAzG9fMMusGjdsdAGoHJWOEiwL79DlYdLxnkkrdu+ssWwI= -SHA256 (Pkgfile) = dafb54481e4f896915f3187709c76443e4f0868d8ce0e9f36edb1be0c9d0b2ab +RWSagIOpLGJF370sUO7r0ICs4EM5uh0Ks2gyPfNwRKXvdkWktMe2FDYSaJGezvgI/sltpIwHcA30TMQQwEQbBsWDNBi2AQwcDAU= +SHA256 (Pkgfile) = 4cb547b6f9b5df449c84939d60e556bb4853409e613cf28e34e151e591fcdc5e SHA256 (.footprint) = 75defb220a765cb3aa720357f7c285bac1d2582e293029e09898bbdbdfa958fa SHA256 (pycryptodome-3.18.0.tar.gz) = 60f58349c3d62a99bb87665b2a16afda87dc2d537a14aa45aaad1a3748b781ba diff --git a/python3-pycryptodome/Pkgfile b/python3-pycryptodome/Pkgfile index 65c878450..f1d628089 100644 --- a/python3-pycryptodome/Pkgfile +++ b/python3-pycryptodome/Pkgfile @@ -1,6 +1,6 @@ # Description: Cryptographic library for Python. # URL: https://pypi.python.org/pypi/pycryptodome -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-setuptools name=python3-pycryptodome @@ -9,9 +9,9 @@ release=1 source=(https://github.com/Legrandin/pycryptodome/archive/v$version/${name#*-}-$version.tar.gz) build() { - cd ${name#*-}-$version - /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install --root=$PKG --optimize=1 + cd ${name#*-}-$version + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --root=$PKG --optimize=1 - find $PKG -name README.txt -delete + find $PKG -name README.txt -delete }