🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819
pkgname: python-snowballstemmer
pkgver: '3.1.1'
pkgrel: '1'
pkgdesc: Snowball stemming library collection for Python
url: 'https://github.com/shibukawa/snowball_py/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-${pkgver}.tar.gz'
sha256sums:
- e07bbc54a0d798fe6010a12398422e62a8bfbba95c394fd0956ef58cb4d3e260
build: "cd snowballstemmer-${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 snowballstemmer\n\
\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true