python3-agate-dbf: updated to version 0.2.4

This commit is contained in:
2026-01-20 18:09:35 +00:00
parent e7016c58e8
commit 45ee966c6d
3 changed files with 15 additions and 15 deletions

View File

@@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
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.3.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.3.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.3.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.3.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.12/site-packages/agate_dbf-0.2.3.dist-info/top_level.txt
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/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__/

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxNR5Q03L7NaPznYTQrEhleHAA/AWRPPXGRs/k3DBbu03c999ljLig8VMKONBqMXWYc60NrkzcrUT88C+ItsmjQg=
SHA256 (Pkgfile) = 6499e0b84650db1f4309039f65d310e90d6fbf930b50fa8bbe15ebcf02276239
SHA256 (.footprint) = c4e40d902b9f9c98a7651485986f3168c9dc5a7ce6e36ac1c934be09e19ba19a
SHA256 (python3-agate-dbf-0.2.3.tar.gz) = 65b494c463f155f40b6728c2bc919dc8b8e0dc69a33bd52a19c39ee50af058af
RWTTPlFarK9CxNFMDLJhpyF2kgHVALszP1KknoPlJmcCyg6qnlDhX2EVJgrZ8yNbpmJvfu/4PP2+eEfoQU/ejBSA6BJarUdE2Ac=
SHA256 (Pkgfile) = e5fbab3b58e003127177212669affccadbf68959fba7f2b02d1073bb804d878e
SHA256 (.footprint) = 6617632b76f25786cc4b616b9479048b0bb6816cc0d7ece666eae4a8b9104d0b
SHA256 (agate_dbf-0.2.4.tar.gz) = 6554828b10048a76dbb5bc4eff8911e059ea2b47155b7a89351e382915ca16fc

View File

@@ -4,14 +4,14 @@
# Depends on: python3-agate python3-dbfread
name=python3-agate-dbf
version=0.2.3
version=0.2.4
release=1
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
_commit=abf6f39bd8c5767cc367472ea59f7d7cc4d5728388974a1b26a9472a971f
source=(https://files.pythonhosted.org/packages/ad/d8/$_commit/agate_dbf-$version.tar.gz)
build() {
cd ${name##python3-}-$version
/usr/bin/pip3 install --isolate --root=$PKG --no-deps --ignore-installed .
cd agate_dbf-$version
/usr/bin/pip3 install --isolate --root="$PKG" --no-deps --ignore-installed .
rm $PKG/usr/lib/python3*/site-packages/*.dist-info/{AUTHORS.rst,COPYING,INSTALLER,METADATA,REQUESTED}
rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{AUTHORS.rst,licenses,INSTALLER,METADATA,REQUESTED}
}