_pkgname=packaging
pkgname=python-$_pkgname
pkgver=23.2
pkgrel=1
arch=('armv7h' 'aarch64')
license=('unknown')
source=(https://files.pythonhosted.org/packages/source/p/packaging/packaging-$pkgver.tar.gz
)
build() {
cd "$_pkgname-$pkgver"
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
}
package() {
cd "$_pkgname-$pkgver"
pip3 install --root="$pkgdir" --no-index --find-links=dist --no-cache-dir --no-user packaging
}
sha256sums=('048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5')