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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:11:45 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:11:45
  Author: pierre
Revision: 83132

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

Added:
  cx_freeze/repos/community-i686/
  cx_freeze/repos/community-i686/FreezePython.sh
    (from rev 83131, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/community-i686/PKGBUILD
    (from rev 83131, cx_freeze/trunk/PKGBUILD)
  cx_freeze/repos/community-x86_64/
  cx_freeze/repos/community-x86_64/FreezePython.sh
    (from rev 83131, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/community-x86_64/PKGBUILD
    (from rev 83131, cx_freeze/trunk/PKGBUILD)

----------------------------------+
 community-i686/FreezePython.sh   |    4 ++++
 community-i686/PKGBUILD          |   31 +++++++++++++++++++++++++++++++
 community-x86_64/FreezePython.sh |    4 ++++
 community-x86_64/PKGBUILD        |   31 +++++++++++++++++++++++++++++++
 4 files changed, 70 insertions(+)

Copied: cx_freeze/repos/community-i686/FreezePython.sh (from rev 83131, cx_freeze/trunk/FreezePython.sh)
===================================================================
--- community-i686/FreezePython.sh	                        (rev 0)
+++ community-i686/FreezePython.sh	2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython "$@"

Copied: cx_freeze/repos/community-i686/PKGBUILD (from rev 83131, cx_freeze/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 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>
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="A set of utilities for freezing Python scripts into executables"
+arch=('i686' 'x86_64')
+url="http://www.python.net/crew/atuining/cx_Freeze/"
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz"
+        'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+         '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd "$srcdir/$_tarname-$pkgver"
+
+  python2 setup.py install --root "$pkgdir/" --optimize 1
+
+  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
+  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
+}

Copied: cx_freeze/repos/community-x86_64/FreezePython.sh (from rev 83131, cx_freeze/trunk/FreezePython.sh)
===================================================================
--- community-x86_64/FreezePython.sh	                        (rev 0)
+++ community-x86_64/FreezePython.sh	2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython "$@"

Copied: cx_freeze/repos/community-x86_64/PKGBUILD (from rev 83131, cx_freeze/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:11:45 UTC (rev 83132)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 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>
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="A set of utilities for freezing Python scripts into executables"
+arch=('i686' 'x86_64')
+url="http://www.python.net/crew/atuining/cx_Freeze/"
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz"
+        'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+         '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd "$srcdir/$_tarname-$pkgver"
+
+  python2 setup.py install --root "$pkgdir/" --optimize 1
+
+  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
+  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
+}




More information about the arch-commits mailing list