ports/contrib (3.7): python3-whey: initial commit, version 0.0.24
commit 1160d4d2e96d15e353f64219b199f18aba635c08 Author: Tim Biermann <tbier@posteo.de> Date: Mon Jul 31 23:13:27 2023 +0200 python3-whey: initial commit, version 0.0.24 diff --git a/python3-whey/.footprint b/python3-whey/.footprint new file mode 100644 index 000000000..266c20f93 --- /dev/null +++ b/python3-whey/.footprint @@ -0,0 +1,36 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/whey +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/whey-0.0.24.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey-0.0.24.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey-0.0.24.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey-0.0.24.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey-0.0.24.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey-0.0.24.dist-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey-0.0.24.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/whey/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__init__.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__main__.py +drwxr-xr-x root/root usr/lib/python3.10/site-packages/whey/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__pycache__/__init__.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__pycache__/__main__.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__pycache__/_editable.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__pycache__/builder.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__pycache__/foreman.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/__pycache__/utils.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/_editable.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/builder.py +drwxr-xr-x root/root usr/lib/python3.10/site-packages/whey/config/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/config/__init__.py +drwxr-xr-x root/root usr/lib/python3.10/site-packages/whey/config/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/config/__pycache__/__init__.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/config/__pycache__/pep621.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/config/__pycache__/whey.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/config/pep621.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/config/whey.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/foreman.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/py.typed (EMPTY) +-rw-r--r-- root/root usr/lib/python3.10/site-packages/whey/utils.py diff --git a/python3-whey/.signature b/python3-whey/.signature new file mode 100644 index 000000000..f2dba5221 --- /dev/null +++ b/python3-whey/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/gUjhfntVKbr0CuePj5uXHKXAuppKPIdjKmxhtyNPLmT7+3WzJ5ojZD8PQfIVaxxjoFQTrvvabEcFqSWzxL0gE= +SHA256 (Pkgfile) = 37d74d55d20ed5f6816d28071173d8ad311ef595d9b4bc80273753144b4d29bb +SHA256 (.footprint) = ffd7789495db59164c08ed8c06c26df125952e5a9cf7d164b82a58d2f5e8f991 +SHA256 (whey-0.0.24.tar.gz) = 411905d85aa8aa239733818894e08dc20b682f0a3614f942aa35b430db568aa2 diff --git a/python3-whey/Pkgfile b/python3-whey/Pkgfile new file mode 100644 index 000000000..7ce6a74f5 --- /dev/null +++ b/python3-whey/Pkgfile @@ -0,0 +1,16 @@ +# Description: A simple Python wheel builder for simple projects +# URL: https://github.com/repo-helper/whey +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-build python3-wheel python3-installer + +name=python3-whey +version=0.0.24 +release=1 +source=(https://pypi.org/packages/source/w/whey/whey-$version.tar.gz) + +build() { + cd whey-$version + + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl +}
participants (1)
-
crux@crux.nu