python3-service-identity: -> 21.1.0

This commit is contained in:
Tim Biermann 2022-03-27 19:09:06 +02:00
parent 2d3f04dc77
commit 7540b82aaf
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,31 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity-21.1.0-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/service_identity/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/__init__.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/__init__.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/_common.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/_common.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/_compat.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/_compat.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/cryptography.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/cryptography.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/exceptions.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/exceptions.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/pyopenssl.cpython-39.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/__pycache__/pyopenssl.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/_common.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/_compat.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/cryptography.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/exceptions.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/service_identity/pyopenssl.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35qk/3fdUVX/Y4AVegqTihyP9rQfaOwrC8c3/ORNhve9+SrHxWhYMKlzofyEwcCAtuUEffls5NEih3yf/FPhCwU=
SHA256 (Pkgfile) = 5ec9941b33766dae8f6427cfb3e9a36a41c1fa8317c1a5b501f34e139cf4671a
SHA256 (.footprint) = e46dc30cb773fb3ca1e3731cd53dbc3a9d7a9e57b7725f92d5fbdedabe5902dc
SHA256 (python3-service-identity-21.1.0.tar.gz) = 541294ad6060c10e28554f36bb1c154e11f71ad3e23a160eea62eff9bf50522c

View File

@ -0,0 +1,18 @@
# Description: Service identity verification for pyOpenSSL
# URL: https://pypi.python.org/pypi/service_identity
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-attrs python3-cryptography python3-idna python3-pyasn1-modules
name=python3-service-identity
version=21.1.0
release=1
source=(https://github.com/pyca/service-identity/archive/$version/$name-$version.tar.gz)
build() {
cd service-identity-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
-O1 \
--skip-build
}