diff options
author | Tim Biermann <tbier@posteo.de> | 2022-04-18 22:46:52 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-04-18 22:46:52 +0200 |
commit | 92ab337449cb741394f1990c9adfafb9dd87de7e (patch) | |
tree | bac6750e463abd43b155d5a30364aa2ceef69a2f /python3-hatch-vcs | |
parent | b8c84ec89220078f7a6fdaa67f4a4f8820d32bf6 (diff) | |
parent | 172fb5d294473672a577b527a2dfc70e632b70c2 (diff) | |
download | contrib-92ab337449cb741394f1990c9adfafb9dd87de7e.tar.gz contrib-92ab337449cb741394f1990c9adfafb9dd87de7e.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-hatch-vcs')
-rw-r--r-- | python3-hatch-vcs/.footprint | 23 | ||||
-rw-r--r-- | python3-hatch-vcs/.signature | 5 | ||||
-rw-r--r-- | python3-hatch-vcs/Pkgfile | 15 |
3 files changed, 43 insertions, 0 deletions
diff --git a/python3-hatch-vcs/.footprint b/python3-hatch-vcs/.footprint new file mode 100644 index 000000000..45648920d --- /dev/null +++ b/python3-hatch-vcs/.footprint @@ -0,0 +1,23 @@ +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/hatch_vcs-0.2.0.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs-0.2.0.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs-0.2.0.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs-0.2.0.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs-0.2.0.dist-info/entry_points.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/hatch_vcs-0.2.0.dist-info/license_files/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs-0.2.0.dist-info/license_files/LICENSE.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/hatch_vcs/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__about__.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__init__.py +drwxr-xr-x root/root usr/lib/python3.10/site-packages/hatch_vcs/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__pycache__/__about__.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__pycache__/__init__.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__pycache__/build_hook.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__pycache__/hooks.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/__pycache__/version_source.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/build_hook.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/hooks.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/hatch_vcs/version_source.py diff --git a/python3-hatch-vcs/.signature b/python3-hatch-vcs/.signature new file mode 100644 index 000000000..dd54733d1 --- /dev/null +++ b/python3-hatch-vcs/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF33grgCkWmen5f6BXzTntFN5oKpDPkGHahncl3qrFewVhjojcJAy9M5GZOftzOzIInz/83hK27zFP5L1/7FVEzgI= +SHA256 (Pkgfile) = 084faa39bc1bfa61e7f127afed77e60fd0f81568b868d0626801ae6f9e1bd1c5 +SHA256 (.footprint) = 6e60642d75a0a52804aaf729ecf9fe55fb118fe49ecfeba8cd0d5d237fe77ce2 +SHA256 (hatch-vcs-0.2.0.tar.gz) = 99f2fe7cd5c300924aaac845ee8cac0d941b0f706d17ed58d3e2eb2e246a2908 diff --git a/python3-hatch-vcs/Pkgfile b/python3-hatch-vcs/Pkgfile new file mode 100644 index 000000000..95cd4fada --- /dev/null +++ b/python3-hatch-vcs/Pkgfile @@ -0,0 +1,15 @@ +# Description: Hatch plugin for versioning with your preferred VCS +# URL: https://github.com/ofek/hatch-vcs +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-hatchling python3-install + +name=python3-hatch-vcs +version=0.2.0 +release=1 +source=(https://github.com/ofek/hatch-vcs/archive/v$version/hatch-vcs-$version.tar.gz) + +build() { + cd hatch-vcs-$version + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m install --optimize=1 --destdir=$PKG dist/*.whl +} |