🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021
pkgname: python-typogrify
pkgver: '2.1.0'
pkgrel: '3'
pkgdesc: Python filters to make caring about typography on the web a bit easier
url: 'https://github.com/mintchaos/typogrify'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-smartypants
- python-hatchling
source:
- 'https://pypi.python.org/packages/source/t/typogrify/typogrify-${pkgver}.tar.gz'
sha256sums:
- f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee
build: "cd typogrify-${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 typogrify\n\
\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true