forked from ports/contrib
python3-hatch-requirements-txt: updated footprint for python 3.11
This commit is contained in:
parent
e6a15f8a86
commit
1ff2c62a9f
16
python3-hatch-requirements-txt/.footprint
Normal file
16
python3-hatch-requirements-txt/.footprint
Normal file
@ -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.11/
|
||||
drwxr-xr-x root/root usr/lib/python3.11/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/entry_points.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/licenses/
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt-0.4.0.dist-info/licenses/LICENSE
|
||||
drwxr-xr-x root/root usr/lib/python3.11/site-packages/hatch_requirements_txt/
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.11/site-packages/hatch_requirements_txt/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt/__pycache__/__init__.cpython-311.opt-2.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.11/site-packages/hatch_requirements_txt/py.typed (EMPTY)
|
5
python3-hatch-requirements-txt/.signature
Normal file
5
python3-hatch-requirements-txt/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3yRF9kBVs2at+vcHvsA8Z9/5dCYjUcbgIryTsf5z+6UWqy2BN4g4yO/6ToFQDbIy5issTKS4Idq/9TjJXSn6iwo=
|
||||
SHA256 (Pkgfile) = 29c23a356b78351aba2974cd80b6f47784bee6fa8ec0ff8d535acc45d8d96a52
|
||||
SHA256 (.footprint) = d427acf51f4a7fe107fd6483f117c05a2561166a623796a07be7828a561b3bd5
|
||||
SHA256 (hatch_requirements_txt-0.4.0.tar.gz) = 800509946e85d9e56d73242fab223ec36db50372e870a04e2dd1fd9bad98455d
|
16
python3-hatch-requirements-txt/Pkgfile
Normal file
16
python3-hatch-requirements-txt/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: Hatchling plugin to read project dependencies from requirements.txt
|
||||
# URL: https://github.com/repo-helper/hatch-requirements-txt
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: python3-hatchling
|
||||
|
||||
name=python3-hatch-requirements-txt
|
||||
version=0.4.0
|
||||
release=1
|
||||
source=(https://pypi.org/packages/source/h/hatch_requirements_txt/hatch_requirements_txt-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd hatch_requirements_txt-$version
|
||||
|
||||
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user