[arch-commits] Commit in python-cx_freeze/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 15:32:40 UTC 2019


    Date: Friday, October 25, 2019 @ 15:32:37
  Author: foutrelis
Revision: 519080

archrelease: copy trunk to community-staging-x86_64

Added:
  python-cx_freeze/repos/community-staging-x86_64/
  python-cx_freeze/repos/community-staging-x86_64/PKGBUILD
    (from rev 519079, python-cx_freeze/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: python-cx_freeze/repos/community-staging-x86_64/PKGBUILD (from rev 519079, python-cx_freeze/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-10-25 15:32:37 UTC (rev 519080)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+# Contributor: Julien Duponchelle <julien at gns3.net>
+
+pkgname=python-cx_freeze
+pkgver=6.0
+pkgrel=2
+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=('24ca10e50f118add6fc9bf371e6ce24c17b00285d73963bbd1b3193977e735b26ba7bb314801208d92d6a0eeca0b5d3a661d5aeea317ac22a752cb9b224d6cd3')
+
+build() {
+  cd cx_Freeze-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cx_Freeze-$pkgver
+  python setup.py nosetests || warning "Tests failed"
+}
+
+package() {
+  cd cx_Freeze-$pkgver
+  python setup.py install --root "$pkgdir" --optimize 1 --skip-build
+}



More information about the arch-commits mailing list