🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: python-parsing
pkgver: '3.3.2'
pkgrel: '1'
pkgdesc: General parsing module for Python
url: 'https://github.com/pyparsing/pyparsing/'
arch: x86_64
depends:
- python
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://github.com/pyparsing/pyparsing/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 2fc0d57452389101faf2a0148c8803fc6420448df2819dc33a0df83141c1b8f7
build: "cd pyparsing-${pkgver}\n\n pip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\n pip3 install --no-index\
\ \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n pyparsing\n\
\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true