[Lunar-commits] <moonbase> egenix-mx: version bumped to 3.1.1.
Florin Braescu
florin at lunar-linux.org
Sun Sep 14 17:16:05 CEST 2008
commit d8a4e78adad3a182d1bd0ff2da9b45a6c322d66a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 14 18:16:05 2008 +0300
egenix-mx: version bumped to 3.1.1.
Added support for the future python 2.6.
---
devel/egenix-mx/BUILD | 7 -------
devel/egenix-mx/DEPENDS | 1 -
devel/egenix-mx/DETAILS | 22 ----------------------
python/egenix-mx/BUILD | 7 +++++++
python/egenix-mx/DEPENDS | 1 +
python/egenix-mx/DETAILS | 23 +++++++++++++++++++++++
6 files changed, 31 insertions(+), 30 deletions(-)
diff --git a/devel/egenix-mx/BUILD b/devel/egenix-mx/BUILD
deleted file mode 100644
index d73687a..0000000
--- a/devel/egenix-mx/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- prepare_install &&
- python setup.py install
-
-) > $C_FIFO 2>&1
-
diff --git a/devel/egenix-mx/DEPENDS b/devel/egenix-mx/DEPENDS
deleted file mode 100644
index 7d03d17..0000000
--- a/devel/egenix-mx/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends Python
diff --git a/devel/egenix-mx/DETAILS b/devel/egenix-mx/DETAILS
deleted file mode 100644
index b5f93dd..0000000
--- a/devel/egenix-mx/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- MODULE=egenix-mx
- VERSION=3.0.0
- SOURCE=$MODULE-base-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-base-$VERSION
- SOURCE_URL=http://www.egenix.com/files/python/
- WEB_SITE=http://www.egenix.com
- ENTERED=20021223
- UPDATED=20070603
- SHORT="Various extension modules for python"
-
-cat << EOF
-The eGenix.com mx Extensions for Python are a collection of professional
-quality Python software tools which enhance Python's usability in many
-important areas. The eGenix.com mx BASE package includes:
-
-mxDateTime - Generic Date/Time Datatypes
-mxTextTools - Fast Text Processing Tools
-mxStack - Fast and Memory-Efficient Stack Datatype
-mxTools - Collection of Additional Builtins
-mxProxy - Generic Object Proxy & Weak Reference Datatype
-mxBeeBase - On-disk B+Tree Database Construction Kit
-EOF
diff --git a/python/egenix-mx/BUILD b/python/egenix-mx/BUILD
new file mode 100644
index 0000000..d73687a
--- /dev/null
+++ b/python/egenix-mx/BUILD
@@ -0,0 +1,7 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
+
diff --git a/python/egenix-mx/DEPENDS b/python/egenix-mx/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/egenix-mx/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/egenix-mx/DETAILS b/python/egenix-mx/DETAILS
new file mode 100644
index 0000000..d052e1b
--- /dev/null
+++ b/python/egenix-mx/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=egenix-mx
+ VERSION=3.1.1
+ SOURCE=$MODULE-base-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-base-$VERSION
+ SOURCE_URL=http://downloads.egenix.com/python
+ SOURCE2_VFY=sha1:70b4423a1f4d690976d57ded91ec3e9a71c6c0a3
+ WEB_SITE=http://www.egenix.com
+ ENTERED=20021223
+ UPDATED=20080914
+ SHORT="Various extension modules for python"
+
+cat << EOF
+The eGenix.com mx Extensions for Python are a collection of professional
+quality Python software tools which enhance Python's usability in many
+important areas. The eGenix.com mx BASE package includes:
+
+mxDateTime - Generic Date/Time Datatypes
+mxTextTools - Fast Text Processing Tools
+mxStack - Fast and Memory-Efficient Stack Datatype
+mxTools - Collection of Additional Builtins
+mxProxy - Generic Object Proxy & Weak Reference Datatype
+mxBeeBase - On-disk B+Tree Database Construction Kit
+EOF
More information about the Lunar-commits
mailing list