python3-agate-dbf: use python3-installer, not pip3
This commit is contained in:
@@ -3,13 +3,15 @@ drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.4.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.4.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.4.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.4.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.4.dist-info/direct_url.json
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.4.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agatedbf/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatedbf/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/agatedbf/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatedbf/__pycache__/__init__.cpython-312.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatedbf/__pycache__/__init__.cpython-312.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatedbf/__pycache__/table.cpython-312.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatedbf/__pycache__/table.cpython-312.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agatedbf/table.py
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxNFMDLJhpyF2kgHVALszP1KknoPlJmcCyg6qnlDhX2EVJgrZ8yNbpmJvfu/4PP2+eEfoQU/ejBSA6BJarUdE2Ac=
|
||||
SHA256 (Pkgfile) = e5fbab3b58e003127177212669affccadbf68959fba7f2b02d1073bb804d878e
|
||||
SHA256 (.footprint) = 6617632b76f25786cc4b616b9479048b0bb6816cc0d7ece666eae4a8b9104d0b
|
||||
RWTTPlFarK9CxD37S0waWyAYUoMBsW70qMUzvo1a8o+84r9Y3JoRhpFiBnmUEIXTr1PyXGe1dEcGE2qD1f8dt5PO0Xmw91RADAQ=
|
||||
SHA256 (Pkgfile) = 6e9273a537898cdc7878119761fc51ae925f347d1c41e850386c4110c725e7db
|
||||
SHA256 (.footprint) = a8c9eb2b70d17422f7f51b07113939161f8df5f23d6901fb135ea17a997baed0
|
||||
SHA256 (agate_dbf-0.2.4.tar.gz) = 6554828b10048a76dbb5bc4eff8911e059ea2b47155b7a89351e382915ca16fc
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
|
||||
name=python3-agate-dbf
|
||||
version=0.2.4
|
||||
release=1
|
||||
_commit=abf6f39bd8c5767cc367472ea59f7d7cc4d5728388974a1b26a9472a971f
|
||||
source=(https://files.pythonhosted.org/packages/ad/d8/$_commit/agate_dbf-$version.tar.gz)
|
||||
release=2
|
||||
source=(https://files.pythonhosted.org/source/a/agate_dbf-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd agate_dbf-$version
|
||||
/usr/bin/pip3 install --isolate --root="$PKG" --no-deps --ignore-installed .
|
||||
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
/usr/bin/python3 -m installer --destdir="$PKG" dist/*.whl
|
||||
|
||||
rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{AUTHORS.rst,licenses,INSTALLER,METADATA,REQUESTED}
|
||||
rm -rf "$PKG"/usr/lib/python3.12/site-packages/agate_dbf-$version.dist-info/licenses
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user