🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: python-urllib3
pkgver: '2.7.0'
pkgrel: '1'
pkgdesc: HTTP library with thread-safe connection pooling and file post support
url: 'https://pypi.org/project/urllib3/#description'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-hatch-vcs
source:
- 'https://pypi.org/packages/source/u/urllib3/urllib3-${pkgver}.tar.gz'
sha256sums:
- 231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c
build: "cd urllib3-${pkgver}\n\npip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\npip3 install --no-index\
\ \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n urllib3\n\n\
find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true