Date: Wednesday, December 16, 2020 @ 07:54:26 Author: felixonmars Revision: 776353
rename python-cx_freeze to python-cx-freeze Added: python-cx-freeze/ Deleted: python-cx-freeze/repos/community-x86_64/PKGBUILD python-cx_freeze/ ----------+ PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) Deleted: python-cx-freeze/repos/community-x86_64/PKGBUILD =================================================================== --- python-cx_freeze/repos/community-x86_64/PKGBUILD 2020-12-16 07:53:35 UTC (rev 776352) +++ python-cx-freeze/repos/community-x86_64/PKGBUILD 2020-12-16 07:54:26 UTC (rev 776353) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan <[email protected]> -# Contributor: Alexander Rødseth <[email protected]> -# Contributor: Ray Rashif <[email protected]> -# Contributor: Douglas Soares de Andrade <[email protected]> -# Contributor: Eric Belanger <[email protected]> -# Contributor: Roberto Alsina <[email protected]> -# Contributor: Julien Duponchelle <[email protected]> - -pkgname=python-cx_freeze -pkgver=6.3 -pkgrel=3 -pkgdesc='Utilities for freezing Python scripts into executables' -arch=('x86_64') -url='https://anthony-tuininga.github.io/cx_Freeze' -license=('PSF') -depends=('python') -conflicts=('cx_freeze') -makedepends=('python-setuptools') -checkdepends=('python-nose' 'python-openpyxl') -source=("$pkgname-$pkgver.tar.gz::https://github.com/anthony-tuininga/cx_Freeze/archive/$pkgver.tar.gz") -sha512sums=('6ccc9417faae23a675a00795f00b530c9003c69cd292a9978d69c55785f1638cd13491ac312a7f4f4d3e8e7055e18911866059738a2a83e932cff74eecdb504a') - -build() { - cd cx_Freeze-$pkgver - python setup.py build -} - -check() { - cd cx_Freeze-$pkgver - python setup.py nosetests || echo "Tests failed" -} - -package() { - cd cx_Freeze-$pkgver - python setup.py install --root "$pkgdir" --optimize 1 --skip-build -}
