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

Alexander Rødseth arodseth at archlinux.org
Fri Mar 27 16:47:03 UTC 2015


    Date: Friday, March 27, 2015 @ 17:47:02
  Author: arodseth
Revision: 130045

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 ----------------------
 community-x86_64/PKGBUILD |   40 ----------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-27 16:46:51 UTC (rev 130044)
+++ community-i686/PKGBUILD	2015-03-27 16:47:02 UTC (rev 130045)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: 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>
-
-pkgbase=python-cx_freeze
-pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=4.3.3
-pkgrel=1
-pkgdesc='Set of utilities for freezing Python scripts into executables'
-arch=('x86_64' 'i686')
-url='http://cx-freeze.sourceforge.net/'
-license=('PSF')
-makedepends=('python' 'python2')
-source=("http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz")
-sha256sums=('eaac9ab61117c64371384766e0b9c6603d3bdb23cf306b257f31b8a3a5740729')
-
-package_python-cx_freeze() {
-  depends=('python')
-  conflicts=('cx_freeze' 'python2-cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python setup.py install --root "$pkgdir" --optimize 1
-}
-
-package_python2-cx_freeze() {
-  depends=('python2')
-  conflicts=('cx_freeze' 'python-cx_freeze')
-  replaces=('cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python2 setup.py install --root "$pkgdir" --optimize 1
-
-  # Python 2 shebang fix
-  find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cx_freeze/repos/community-i686/PKGBUILD (from rev 130044, python-cx_freeze/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-27 16:47:02 UTC (rev 130045)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 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>
+
+pkgbase=python-cx_freeze
+pkgname=('python-cx_freeze' 'python2-cx_freeze')
+pkgver=4.3.4
+pkgrel=1
+pkgdesc='Set of utilities for freezing Python scripts into executables'
+arch=('x86_64' 'i686')
+url='http://cx-freeze.sourceforge.net/'
+license=('PSF')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/c/cx_Freeze/cx_Freeze-$pkgver.tar.gz")
+md5sums=('5bd662af9aa36e5432e9144da51c6378')
+
+package_python-cx_freeze() {
+  depends=('python')
+  conflicts=('cx_freeze' 'python2-cx_freeze')
+
+  cd "cx_Freeze-$pkgver"
+  python setup.py install --root "$pkgdir" --optimize 1
+}
+
+package_python2-cx_freeze() {
+  depends=('python2')
+  conflicts=('cx_freeze' 'python-cx_freeze')
+  replaces=('cx_freeze')
+
+  cd "cx_Freeze-$pkgver"
+  python2 setup.py install --root "$pkgdir" --optimize 1
+
+  # Python 2 shebang fix
+  find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-27 16:46:51 UTC (rev 130044)
+++ community-x86_64/PKGBUILD	2015-03-27 16:47:02 UTC (rev 130045)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: 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>
-
-pkgbase=python-cx_freeze
-pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=4.3.3
-pkgrel=1
-pkgdesc='Set of utilities for freezing Python scripts into executables'
-arch=('x86_64' 'i686')
-url='http://cx-freeze.sourceforge.net/'
-license=('PSF')
-makedepends=('python' 'python2')
-source=("http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz")
-sha256sums=('eaac9ab61117c64371384766e0b9c6603d3bdb23cf306b257f31b8a3a5740729')
-
-package_python-cx_freeze() {
-  depends=('python')
-  conflicts=('cx_freeze' 'python2-cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python setup.py install --root "$pkgdir" --optimize 1
-}
-
-package_python2-cx_freeze() {
-  depends=('python2')
-  conflicts=('cx_freeze' 'python-cx_freeze')
-  replaces=('cx_freeze')
-
-  cd "cx_Freeze-$pkgver"
-  python2 setup.py install --root "$pkgdir" --optimize 1
-
-  # Python 2 shebang fix
-  find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cx_freeze/repos/community-x86_64/PKGBUILD (from rev 130044, python-cx_freeze/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-27 16:47:02 UTC (rev 130045)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 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>
+
+pkgbase=python-cx_freeze
+pkgname=('python-cx_freeze' 'python2-cx_freeze')
+pkgver=4.3.4
+pkgrel=1
+pkgdesc='Set of utilities for freezing Python scripts into executables'
+arch=('x86_64' 'i686')
+url='http://cx-freeze.sourceforge.net/'
+license=('PSF')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/c/cx_Freeze/cx_Freeze-$pkgver.tar.gz")
+md5sums=('5bd662af9aa36e5432e9144da51c6378')
+
+package_python-cx_freeze() {
+  depends=('python')
+  conflicts=('cx_freeze' 'python2-cx_freeze')
+
+  cd "cx_Freeze-$pkgver"
+  python setup.py install --root "$pkgdir" --optimize 1
+}
+
+package_python2-cx_freeze() {
+  depends=('python2')
+  conflicts=('cx_freeze' 'python-cx_freeze')
+  replaces=('cx_freeze')
+
+  cd "cx_Freeze-$pkgver"
+  python2 setup.py install --root "$pkgdir" --optimize 1
+
+  # Python 2 shebang fix
+  find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list