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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-sgmllib3k
pkgver: '1.0.0'
pkgrel: '9'
pkgdesc: Port of sgmllib to Python3
url: 'https://pypi.org/project/sgmllib3k/#description'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://files.pythonhosted.org/packages/source/s/sgmllib3k/sgmllib3k-${pkgver}.tar.gz'
sha256sums:
- 7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9
build: "cd sgmllib3k-${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  sgmllib3k\n\
  \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true