🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: python-markupsafe
pkgver: '3.0.3'
pkgrel: '2'
pkgdesc: Python module that implements a XML/HTML/XHTML Markup safe string.
url: 'https://pypi.org/project/MarkupSafe/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://pypi.io/packages/source/m/markupsafe/markupsafe-${pkgver}.tar.gz'
sha256sums:
- 722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698
build: |
cd markupsafe-${pkgver}
pip3 wheel -w dist \
--no-build-isolation \
--no-deps $PWD
pip3 install --no-index \
--find-links dist \
--no-cache-dir \
--no-user \
--root=${PKGDIR} \
markupsafe
package: |
true