Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d55ac8cfcdaaeeed8d93c22e44da4caa9f220e1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d55ac8cfcdaaeeed8d93c22e44da4caa9f220e1)
  • Date: Wed, 17 Apr 2013 07:34:42 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/pyparsing/DEPENDS | 7 ++++++-
python-pypi/pyparsing/DETAILS | 5 +++++
python-pypi/pyparsing/HISTORY | 3 +++
python-pypi/pyparsing/PREPARE | 2 ++
4 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 2d55ac8cfcdaaeeed8d93c22e44da4caa9f220e1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pyparsing: => 2.0.0

diff --git a/python-pypi/pyparsing/DEPENDS b/python-pypi/pyparsing/DEPENDS
index a86d429..0fda360 100755
--- a/python-pypi/pyparsing/DEPENDS
+++ b/python-pypi/pyparsing/DEPENDS
@@ -1 +1,6 @@
-depends python
+if [[ $PYPARSING_BRANCH == 1.5 ]]; then
+ depends python
+ depends SETUPTOOLS
+else
+ depends python3
+fi
diff --git a/python-pypi/pyparsing/DETAILS b/python-pypi/pyparsing/DETAILS
index 2e19fa0..8652244 100755
--- a/python-pypi/pyparsing/DETAILS
+++ b/python-pypi/pyparsing/DETAILS
@@ -1,6 +1,11 @@
SPELL=pyparsing
+if [[ $PYPARSING_BRANCH == 1.5 ]]; then
VERSION=1.5.7

SOURCE_HASH=sha512:c8c2c6561934d2217af7e8e2225c67f138faa31cc30768930e917e01e872bda60479cce07278b1cc77f135504db7176ac8e3592231a585cbf078057ac56c4891
+else
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:5b13d69c12fb362fbde883cf143df356c42141d8014a8e5b46185093bf17f2775499c6e1880ab8fb015ba4b3ca9334c4b34d0e249c0bef7d84984a03c0997a64
+fi
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
SOURCE_URL[1]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
diff --git a/python-pypi/pyparsing/HISTORY b/python-pypi/pyparsing/HISTORY
index b674366..c590e05 100644
--- a/python-pypi/pyparsing/HISTORY
+++ b/python-pypi/pyparsing/HISTORY
@@ -1,5 +1,8 @@
2013-04-17 Treeve Jelbert <treeve AT sourcmage.org>
* DETAILS: version 1.5.7
+ alao 2.0.0
+ * PREPARE: added, support 20 branch, for python3
+ * DEPENDS: python3 support

2012-02-27 Treeve Jelbert <treeve AT sourcmage.org>
* DETAILS: version 1.5.6
diff --git a/python-pypi/pyparsing/PREPARE b/python-pypi/pyparsing/PREPARE
new file mode 100755
index 0000000..e86e311
--- /dev/null
+++ b/python-pypi/pyparsing/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch 2.0 1.5



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d55ac8cfcdaaeeed8d93c22e44da4caa9f220e1), Treeve Jelbert, 04/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page