python3-pycryptodome: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 09:14:05 +02:00
parent 51753d8521
commit 72e373c5c9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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
}