[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (8e6dcc76c3f998ded7160c86fa535ee511520582)

Pol Vinogradov scm at sourcemage.org
Fri May 8 18:58:01 EDT 2009


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 ChangeLog                     |    4 ++++
 python-pypi/cx_freeze/DEPENDS |    2 ++
 python-pypi/cx_freeze/DETAILS |   17 +++++++++++++++++
 python-pypi/cx_freeze/HISTORY |    3 +++
 4 files changed, 26 insertions(+)

New commits:
commit 8e6dcc76c3f998ded7160c86fa535ee511520582
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    python-pypi/cx_freeze: new spell, a set of scripts and modules for freezing
    Python scripts into executables

diff --git a/ChangeLog b/ChangeLog
index 3903cf8..50d9e14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 2009-05-07  Treeve Jelbert <treeve at sourcemage.org>
 	* kde4/kdelibs4-experimental: new spell, experimental stuff for kde4
 
+2009-05-09 Pol Vinogradov <vin.public at gmail.com>
+	* python-pypi/cx_freeze: new spell, a set of scripts and modules for
+	  freezing Python scripts into executables
+
 2009-05-03  Treeve Jelbert <treeve at sourcemage.org>
 	* groups: add dialout (used by udev)
 	* net/iw: new spell, wireless configuration utility
diff --git a/python-pypi/cx_freeze/DEPENDS b/python-pypi/cx_freeze/DEPENDS
new file mode 100755
index 0000000..2580750
--- /dev/null
+++ b/python-pypi/cx_freeze/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends zip
diff --git a/python-pypi/cx_freeze/DETAILS b/python-pypi/cx_freeze/DETAILS
new file mode 100755
index 0000000..fe43c72
--- /dev/null
+++ b/python-pypi/cx_freeze/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=cx_freeze
+         VERSION=4.0.1
+          SOURCE="cx_Freeze-${VERSION}.tar.gz"
+   SOURCE_URL[0]=${SOURCEFORGE_URL}/cx-freeze/${SOURCE}
+     SOURCE_HASH=sha512:19a2c1574c72d59bf78b0772118a6cd3ea485ba6e732ffa631d7665af330f00e11d520b58d253edebb715d0899aacea9970ebadd8acd892ffe0202e8a69cf1c0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cx_Freeze-${VERSION}"
+        WEB_SITE="http://cx-freeze.sourceforge.net/"
+      LICENSE[0]=BSD
+         ENTERED=20090509
+        KEYWORDS="python devel"
+           SHORT="cx_Freeze is a set of scripts and modules for freezing Python scripts into executables"
+cat << EOF
+cx_Freeze is a set of scripts and modules for freezing Python scripts into
+executables in much the same way that py2exe and py2app do. It requires
+Python 2.3 or higher since it makes use of the zip import facility which
+was introduced in that version.
+EOF
diff --git a/python-pypi/cx_freeze/HISTORY b/python-pypi/cx_freeze/HISTORY
new file mode 100644
index 0000000..eac12d8
--- /dev/null
+++ b/python-pypi/cx_freeze/HISTORY
@@ -0,0 +1,3 @@
+2009-05-09 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS, DETAILS: spell created
+



More information about the SM-Commit mailing list