Date: Friday, April 16, 2021 @ 08:07:56 Author: dvzrv Revision: 919363
archrelease: copy trunk to community-any Added: nuitka/repos/community-any/PKGBUILD (from rev 919362, nuitka/trunk/PKGBUILD) Deleted: nuitka/repos/community-any/PKGBUILD ----------+ PKGBUILD | 90 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-04-16 08:07:48 UTC (rev 919362) +++ PKGBUILD 2021-04-16 08:07:56 UTC (rev 919363) @@ -1,45 +0,0 @@ -# Maintainer: David Runge <dv...@archlinux.org> -# Contributor: Alexander F. Rødseth <xypr...@archlinux.org> -# Contributor: Panagiotis Mavrogiorgos <pma...@gmail.com> - -_name=Nuitka -pkgname=nuitka -pkgver=0.6.13.3 -pkgrel=1 -pkgdesc='Python compiler with full language support and CPython compatibility' -arch=('any') -url='https://nuitka.net/' -license=('Apache') -depends=('python-appdirs' 'scons') -makedepends=('python-setuptools') -checkdepends=('ccache' 'fuse2' 'python-boto3' 'python-brotli' 'strace') -optdepends=('ccache: for build caching' - 'chrpath: for building standalone executables') -options=(!emptydirs) -source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") -sha512sums=('4c8859d5f96e4039c97a7ca25219b661fce0191cec5cbef6208564c865106a2727b11fdef352959d563062b9ea3ac54e6d2caa67baf411d86dc0a2840ac4602a') -b2sums=('8220c0a5cd1fdaa30544d0198f6e5a2a52182ccecd42e7a1fc0ec34a6ab8d1e0254916fd89394f17b83ef4a0b6dc9c0a1a8f685a4a73c0231c528e373538d62a') - -prepare() { - mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}" -} - -build() { - cd "${pkgname}-${pkgver}" - python setup.py build -} - -check() { - cd "${pkgname}-${pkgver}" - # skip tests for other interpreters and those that require network access - ./tests/run-tests --no-other-python --skip-reflection-test --skip-other-cpython-tests --skip-onefile-tests -} - -package() { - cd "${pkgname}-${pkgver}" - python setup.py install --skip-build \ - --optimize=1 \ - --root="${pkgdir}" - install -vDm 644 {Changelog,Developer_Manual,README}.rst \ - -t "${pkgdir}/usr/share/doc/${pkgname}/" -} Copied: nuitka/repos/community-any/PKGBUILD (from rev 919362, nuitka/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-04-16 08:07:56 UTC (rev 919363) @@ -0,0 +1,45 @@ +# Maintainer: David Runge <dv...@archlinux.org> +# Contributor: Alexander F. Rødseth <xypr...@archlinux.org> +# Contributor: Panagiotis Mavrogiorgos <pma...@gmail.com> + +_name=Nuitka +pkgname=nuitka +pkgver=0.6.14.1 +pkgrel=1 +pkgdesc='Python compiler with full language support and CPython compatibility' +arch=('any') +url='https://nuitka.net/' +license=('Apache') +depends=('python-appdirs' 'scons') +makedepends=('python-setuptools') +checkdepends=('ccache' 'fuse2' 'python-boto3' 'python-brotli' 'strace') +optdepends=('ccache: for build caching' + 'chrpath: for building standalone executables') +options=(!emptydirs) +source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") +sha512sums=('6f42d8a365bee4b28659920231f0cee0901741a33614e5c5f5fd8e580181dcb095b35a2306395b1c3c9fd127e5c2bc4b79948a68b378a6b461492fe3f15bce63') +b2sums=('a866210875bebaf27146534544261c8fe19099cf5bac112dac920c6b447cf64665658907d9fcb498cb82881f15701511dc39250e1da7018d1137e22cdbdd30a1') + +prepare() { + mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}" +} + +build() { + cd "${pkgname}-${pkgver}" + python setup.py build +} + +check() { + cd "${pkgname}-${pkgver}" + # skip tests for other interpreters and those that require network access + ./tests/run-tests --no-other-python --skip-reflection-test --skip-other-cpython-tests --skip-onefile-tests +} + +package() { + cd "${pkgname}-${pkgver}" + python setup.py install --skip-build \ + --optimize=1 \ + --root="${pkgdir}" + install -vDm 644 {Changelog,Developer_Manual,README}.rst \ + -t "${pkgdir}/usr/share/doc/${pkgname}/" +}