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

Felix Yan felixonmars at archlinux.org
Thu Jan 14 15:18:52 UTC 2021


    Date: Thursday, January 14, 2021 @ 15:18:52
  Author: felixonmars
Revision: 820827

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-14 15:18:41 UTC (rev 820826)
+++ PKGBUILD	2021-01-14 15:18:52 UTC (rev 820827)
@@ -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.5
-pkgrel=1
-pkgdesc='Create standalone executables from Python scripts'
-arch=('x86_64')
-url='https://marcelotduarte.github.io/cx_Freeze'
-license=('PSF')
-depends=('python-importlib-metadata')
-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=('0095d6dfd223a99d151912c69f9c9829a8b165675ba777d7212fce8340aae3bfacce1a2e3f9786a3c71e5335aa96cbff7020f77e518b6697045b83d71fdb234e')
-
-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-x86_64/PKGBUILD (from rev 820826, python-cx-freeze/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-14 15:18:52 UTC (rev 820827)
@@ -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.5.1
+pkgrel=1
+pkgdesc='Create standalone executables from Python scripts'
+arch=('x86_64')
+url='https://marcelotduarte.github.io/cx_Freeze'
+license=('PSF')
+depends=('python-importlib-metadata')
+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=('9a3731f27199da703080fc9316b75cf9a738c59f7612d9871e40cf6dada84e67fe143c0510e0ed0de57e6221680a2383d468ba007f891c530b2c9029cf88003f')
+
+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