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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 21:37:58 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:37:57
  Author: felixonmars
Revision: 1062629

archrelease: copy trunk to community-staging-x86_64

Added:
  python-cx-freeze/repos/community-staging-x86_64/PKGBUILD
    (from rev 1062628, python-cx-freeze/trunk/PKGBUILD)
Deleted:
  python-cx-freeze/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:37:52 UTC (rev 1062628)
+++ PKGBUILD	2021-12-02 21:37:57 UTC (rev 1062629)
@@ -1,44 +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.8.1
-pkgrel=2
-pkgdesc='Create standalone executables from Python scripts'
-arch=('x86_64')
-url='https://marcelotduarte.github.io/cx_Freeze'
-license=('PSF')
-depends=('python-importlib-metadata' 'patchelf')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-openpyxl')
-replaces=('python-cx_freeze')
-provides=('python-cx_freeze')
-conflicts=('python-cx_freeze')
-source=("https://github.com/marcelotduarte/cx_Freeze/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9e3817276d838d036df5a7ee8b78df0f96676ffb2e993f84271c309cea95448fcef7487ed1090a3690c31f8cf792b60db3b2e30d76b6e6d4f6fc8953254def82')
-
-prepare() {
-  cd cx_Freeze-$pkgver
-  # https://github.com/marcelotduarte/cx_Freeze/pull/833
-  sed -i 's/excludes$/excludes or []/' cx_Freeze/finder.py
-}
-
-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 1062628, python-cx-freeze/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:37:57 UTC (rev 1062629)
@@ -0,0 +1,44 @@
+# 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.8.1
+pkgrel=3
+pkgdesc='Create standalone executables from Python scripts'
+arch=('x86_64')
+url='https://marcelotduarte.github.io/cx_Freeze'
+license=('PSF')
+depends=('python-importlib-metadata' 'patchelf')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-openpyxl')
+replaces=('python-cx_freeze')
+provides=('python-cx_freeze')
+conflicts=('python-cx_freeze')
+source=("https://github.com/marcelotduarte/cx_Freeze/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9e3817276d838d036df5a7ee8b78df0f96676ffb2e993f84271c309cea95448fcef7487ed1090a3690c31f8cf792b60db3b2e30d76b6e6d4f6fc8953254def82')
+
+prepare() {
+  cd cx_Freeze-$pkgver
+  # https://github.com/marcelotduarte/cx_Freeze/pull/833
+  sed -i 's/excludes$/excludes or []/' cx_Freeze/finder.py
+}
+
+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