python3-zipp: initial import, version 3.1.0

This commit is contained in:
Matt Housh 2020-03-19 12:49:52 -05:00
parent 9e87394ed5
commit 85f8cb167e
3 changed files with 33 additions and 0 deletions

13
python3-zipp/.footprint Normal file
View File

@ -0,0 +1,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/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/zipp.cpython-37.pyc
drwxr-xr-x root/root usr/lib/python3.7/site-packages/zipp-3.1.0-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/zipp-3.1.0-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/zipp-3.1.0-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/zipp-3.1.0-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/zipp-3.1.0-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/zipp-3.1.0-py3.7.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/zipp.py

5
python3-zipp/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36doFXYM5Xzm4v0Ym4mI0MGiHXvsIcmMtc+zcYzIYjw/zqBpSdaeNRPuke/yCJAFAvMXaKHQgzyiZYvioe7HZAw=
SHA256 (Pkgfile) = ff93e7adfb4951fd175dc967e0d9b5734c5724506102e8c24989d7a2d04013e0
SHA256 (.footprint) = 4802ce53db06253265221417840ac2b2e163ff4f61229f2ff167ab3416b562a9
SHA256 (zipp-3.1.0.tar.gz) = c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96

15
python3-zipp/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Backport of pathlib-compatible object wrapper for zip files
# URL: https://pypi.org/project/zipp/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python3-setuptools
name=python3-zipp
version=3.1.0
release=1
source=(https://files.pythonhosted.org/packages/ce/8c/2c5f7dc1b418f659d36c04dec9446612fc7b45c8095cc7369dd772513055/zipp-$version.tar.gz)
build() {
cd zipp-$version
python3 setup.py build
python3 setup.py install --root=$PKG
}