summaryrefslogtreecommitdiff
path: root/python3-zipp/Pkgfile
blob: 9e19808fef55304294dd549edd11beeecbe0b704 (plain)
    1 # Description: Backport of pathlib-compatible object wrapper for zip files
    2 # URL: https://pypi.org/project/zipp/
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: python3-setuptools
    5 
    6 name=python3-zipp
    7 version=3.1.0
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/ce/8c/2c5f7dc1b418f659d36c04dec9446612fc7b45c8095cc7369dd772513055/zipp-$version.tar.gz)
   10 
   11 build() {
   12 	cd zipp-$version
   13 	python3 setup.py build
   14 	python3 setup.py install --root=$PKG
   15 }

Generated by cgit