1
0
forked from ports/contrib

python3-cryptography: 3.1.1 -> 3.2.1

This commit is contained in:
Tim Biermann 2020-11-11 07:55:49 +00:00
parent 52a5975116
commit f9a1a36bc2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 13 deletions

View File

@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.1.1-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography-3.2.1-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/cryptography/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/__about__.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/cryptography/__init__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xgAl11TFldqrBp/OkSICHSxJN08vV2OqqnL9eNcoTMA9qZ6yk1aaWj025LqyOcrmzJnZPm6iaPQFGftU5CvpwY=
SHA256 (Pkgfile) = db17b50fba549c53b970fbcd8cf50ead3fae6f19057e81a54afdfa6ef3b29e5f
SHA256 (.footprint) = 2b28ed5aebaa18f12140cb6a2e0368829ca82d824ddd613077c31d81af21eddf
SHA256 (cryptography-3.1.1.tar.gz) = 9d9fc6a16357965d282dd4ab6531013935425d0dc4950df2e0cf2a1b1ac1017d
RWSagIOpLGJF357uqjtEAfXh04Q1eupBwzUHXsMQrDpZOiqDgx0tGMa2zs5MTAxRUAyoarRNlcfFOj/onhkEFR1RGIwkwMDxQgg=
SHA256 (Pkgfile) = 76702cf03a6722ed56c84acebd69190ac98259008349c10742fd2f97f70def5b
SHA256 (.footprint) = db3190c1f608f7374e0f8db2368e8805ad124d0bfe88c5b6a50c2d2e7ac55fe3
SHA256 (cryptography-3.2.1.tar.gz) = d3d5e10be0cf2a12214ddee45c6bd203dab435e3d83b4560c03066eda600bfe3

View File

@ -4,12 +4,12 @@
# Depends on: python3-asn1crypto python3-cffi python3-idna python3-six
name=python3-cryptography
version=3.1.1
version=3.2.1
release=1
source=(https://pypi.io/packages/source/c/cryptography/cryptography-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1 --skip-build
}