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

recipes/utils/pyqt-builder/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: pyqt-builder
pkgver: '1.19.1'
pkgrel: '1'
pkgdesc: The PEP 517 compliant PyQt build system
url: 'https://pypi.org/project/PyQt-builder/'
arch: x86_64
license:
- GPL
depends: []
makedepends:
- python-setuptools
- python-wheel
- sip
source:
- 'https://pypi.io/packages/source/p/pyqt_builder/pyqt_builder-${pkgver}.tar.gz'
sha256sums:
- 6af6646ba29668751b039bfdced51642cb510e300796b58a4d68b7f956a024d8
build: "cd pyqt_builder-${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  pyqt_builder\n\
  \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n\n#install -Dm644 pyqtbuild/bundle/qt_wheel_distinfo/LICENSE\
  \ ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE\n#install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE\n\
  #install -Dm644 LICENSE-GPL3 ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE-GPL3\n"
package: |
  true