diff --git a/python3-handy-archives/.footprint b/python3-handy-archives/.footprint new file mode 100644 index 000000000..1dc477f0c --- /dev/null +++ b/python3-handy-archives/.footprint @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python3.10/ +drwxr-xr-x root/root usr/lib/python3.10/site-packages/ +drwxr-xr-x root/root usr/lib/python3.10/site-packages/handy_archives-0.2.0.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives-0.2.0.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives-0.2.0.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives-0.2.0.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives-0.2.0.dist-info/WHEEL +drwxr-xr-x root/root usr/lib/python3.10/site-packages/handy_archives/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives/__init__.py +drwxr-xr-x root/root usr/lib/python3.10/site-packages/handy_archives/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives/__pycache__/__init__.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives/__pycache__/testing.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives/py.typed (EMPTY) +-rw-r--r-- root/root usr/lib/python3.10/site-packages/handy_archives/testing.py diff --git a/python3-handy-archives/.signature b/python3-handy-archives/.signature new file mode 100644 index 000000000..ec637610a --- /dev/null +++ b/python3-handy-archives/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3xNadxSpvV48x8dJc6bO+mUxmAiNIA43RBf9qwrt+AaJ5TcCN64HW7HsXBqzTzJV9vXppTx2IEQmKY4gKXizYg8= +SHA256 (Pkgfile) = 450a58b43e2e02c4a8120e14e3eaf2e985cfd0eea1329e1d67c64a0c0ede53f6 +SHA256 (.footprint) = c9d91c495e508a9bf444aba23b042a6215edb554b964002f5b34d89cffaf0327 +SHA256 (handy_archives-0.2.0.tar.gz) = fba21101fd9e29d5e3b72823261aaae06b9350686f0d2067786d64dce73eb3f6 diff --git a/python3-handy-archives/Pkgfile b/python3-handy-archives/Pkgfile new file mode 100644 index 000000000..29aa3518b --- /dev/null +++ b/python3-handy-archives/Pkgfile @@ -0,0 +1,16 @@ +# Description: Some handy archive helpers for Python +# URL: https://github.com/domdfcoding/handy-archives +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-build python3-wheel python3-installer python3-flit-core + +name=python3-handy-archives +version=0.2.0 +release=1 +source=(https://pypi.org/packages/source/h/handy_archives/handy_archives-$version.tar.gz) + +build() { + cd handy_archives-$version + + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl +}