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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-markdown
pkgver: '3.10.3'
pkgrel: '1'
pkgdesc: Python 3 implementation of John Gruber's Markdown
url: 'https://pypi.python.org/pypi/Markdown'
arch: x86_64
depends: []
makedepends:
- python-wheel
- python-setuptools
source:
- 'https://files.pythonhosted.org/packages/source/M/Markdown/markdown-${pkgver}.tar.gz'
sha256sums:
- 3589362618f743188b4d955b874402bc814f4f83f544dc207719f4baa7d9c45f
build: "find markdown-${pkgver}/ -name '*py' | xargs sed -i 's|\\r||g'\n\ncd markdown-${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}       \\\nMarkdown\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true