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

recipes/utils/python-distutils-extra/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-distutils-extra
pkgver: '2.39'
pkgrel: '15'
pkgdesc: Enhancements to the Python build system
url: 'https://launchpad.net/python-distutils-extra'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://launchpad.net/python-distutils-extra/trunk/${pkgver}/+download/python-distutils-extra-${pkgver}.tar.gz'
sha256sums:
- 723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af
build: "cd python-distutils-extra-${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 \
  \ python-distutils-extra\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true