🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: python-idna
pkgver: '3.19'
pkgrel: 1
pkgdesc: Internationalized Domain Names in Applications (IDNA)
url: 'https://github.com/kjd/idna'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-flit-core
source:
- 'https://github.com/kjd/idna/archive/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: "cd idna-${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 idna\n\nfind ${PKGDIR}\
\ -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true