Files
cruxports/python3-agate-dbf/Pkgfile

18 lines
646 B
Plaintext

# Description: hooks for accessing DBF files in python3-agate
# URL: https://github.com/wireservice/agate-dbf/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: python3-agate python3-dbfread
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)
build() {
cd agate_dbf-$version
/usr/bin/pip3 install --isolate --root="$PKG" --no-deps --ignore-installed .
rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{AUTHORS.rst,licenses,INSTALLER,METADATA,REQUESTED}
}