Date: Saturday, February 22, 2020 @ 15:14:09
  Author: felixonmars
Revision: 578739

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-22 15:14:01 UTC (rev 578738)
+++ PKGBUILD    2020-02-22 15:14:09 UTC (rev 578739)
@@ -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.0
-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=('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
-}

Copied: python-cx_freeze/repos/community-x86_64/PKGBUILD (from rev 578738, 
python-cx_freeze/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-22 15:14:09 UTC (rev 578739)
@@ -0,0 +1,36 @@
+# 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.1
+pkgrel=1
+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=('571194251f4a7ce01df6bc324b54d9c74c605446aa78dd175b0fb804663d94f2edbbc31d2eaa96a295f148909f4383119dd38d2dfdf8554158137d45b3c86c05')
+
+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
+}

Reply via email to