python3-docopt: initial import, version 0.6.2

This commit is contained in:
Matt Housh 2020-03-19 12:47:00 -05:00
parent f680d18728
commit d251427196
3 changed files with 32 additions and 0 deletions

12
python3-docopt/.footprint Normal file
View File

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

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ymUVrz8ux/1REPJ/yYWTPda6w5RT5D2yRVeJKD2iVGAepeTmGhOsn/Mn2nUFUerkiEk68ttyeqwtWq92Np1ywE=
SHA256 (Pkgfile) = 2bc9530aa774335202b524e25792274583f8154eeb8f390b68d2be932708948f
SHA256 (.footprint) = 4b1e83b67248a90e56b8039c45e4fa5f7b24b02d30c9ea32c854afdf2c3e13f6
SHA256 (docopt-0.6.2.tar.gz) = 49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491

15
python3-docopt/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Pythonic argument parser that will make you smile
# URL: https://pypi.org/project/docopt/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python3-setuptools
name=python3-docopt
version=0.6.2
release=1
source=(https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-$version.tar.gz)
build() {
cd docopt-$version
python3 setup.py build
python3 setup.py install --root=$PKG
}