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

recipes/core/python-setuptools/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-setuptools
pkgver: '84.0.0'
pkgrel: '1'
pkgdesc: Easily download, build, install, upgrade, and uninstall Python packages
url: 'https://pypi.python.org/pypi/setuptools'
arch: x86_64
depends: []
makedepends:
- python
- python-wheel
source:
- 'https://pypi.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz'
sha256sums:
- f4695c21257f0d9b537ec2692c941d02ee143b7cc1276941349a546573b2ef73
build: "cd setuptools-${pkgver}\n\nexport SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0\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  setuptools\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true