🔒 Repository is read-only – file editing is disabled.

recipes/utils/python-smartypants/PAGBUILD.yaml main

17 linii Raw ← Powrót
1234567891011121314151617
pkgname: python-smartypants
pkgver: '2.0.2'
pkgrel: '4'
pkgdesc: Python with the SmartyPants
url: 'https://bitbucket.org/livibetter/smartypants.py'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://github.com/leohemsted/smartypants.py/archive/v${pkgver}.tar.gz'
sha256sums:
- 560ae7485a27c288f5bd63131f5c3c7b8f0745f50e7c3f85f0bbc65d87799d19
build: "mv smartypants.py-${pkgver} smartypants-${pkgver}\ncd smartypants-${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  smartypants\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true