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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:35:20 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:35:20
  Author: foutrelis
Revision: 750136

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:35:18 UTC (rev 750135)
+++ PKGBUILD	2020-11-11 10:35:20 UTC (rev 750136)
@@ -1,36 +0,0 @@
-# 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.3
-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=('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
-}

Copied: python-cx_freeze/repos/community-staging-x86_64/PKGBUILD (from rev 750135, python-cx_freeze/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:35:20 UTC (rev 750136)
@@ -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.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
+}



More information about the arch-commits mailing list