🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: python-packaging
pkgver: '26.3'
pkgrel: '1'
pkgdesc: Core utilities for Python packages
url: 'https://github.com/pypa/packaging'
arch: x86_64
license:
- Apache
depends: []
makedepends:
- python-flit-core
source:
- 'https://pypi.io/packages/source/p/packaging/packaging-${pkgver}.tar.gz'
sha256sums:
- 94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79
build: |
cd packaging-${pkgver}
pip3 wheel -w dist \
--no-build-isolation \
--no-deps $PWD
pip3 install --no-index \
--find-links dist \
--no-cache-dir \
--no-user \
--root=${PKGDIR} \
packaging
package: |
true