Skip to Content.
Sympa Menu

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

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 (be3bd76a1daba580a4c1df64a59a6a71efb21abe)
  • Date: Tue, 16 Apr 2019 09:16:50 +0000

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

python-pypi/pyparsing/DEPENDS | 5 -----
python-pypi/pyparsing/DETAILS | 16 +++++-----------
python-pypi/pyparsing/HISTORY | 5 +++++
python-pypi/pyparsing/PREPARE | 2 --
4 files changed, 10 insertions(+), 18 deletions(-)

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

pyparsing: => 2.4.0

diff --git a/python-pypi/pyparsing/DEPENDS b/python-pypi/pyparsing/DEPENDS
index 16c04c2..cffbf2e 100755
--- a/python-pypi/pyparsing/DEPENDS
+++ b/python-pypi/pyparsing/DEPENDS
@@ -1,6 +1 @@
-if [[ $PYPARSING_BRANCH == 1.5 ]]; then
- depends python
- depends SETUPTOOLS
-else
. $SECTION_DIRECTORY/PY_DEPENDS
-fi
diff --git a/python-pypi/pyparsing/DETAILS b/python-pypi/pyparsing/DETAILS
index 1c6ce8f..884b265 100755
--- a/python-pypi/pyparsing/DETAILS
+++ b/python-pypi/pyparsing/DETAILS
@@ -1,17 +1,11 @@
SPELL=pyparsing
-if [[ $PYPARSING_BRANCH == 1.5 ]]; then
- VERSION=1.5.7
-
SOURCE_HASH=sha512:c8c2c6561934d2217af7e8e2225c67f138faa31cc30768930e917e01e872bda60479cce07278b1cc77f135504db7176ac8e3592231a585cbf078057ac56c4891
-else
- VERSION=2.0.3
-
SOURCE_HASH=sha512:9771851f4b0191c7d3f8d2a2a6d2a9198b173120d3f133d08284b71e792fc59a906d571edea8f44ba04ab00c1d906e1974d1e8a2d6155d492de1358ba99c575a
-fi
+ VERSION=2.4.0
+
VX=5d/3a/24d275393f493004aeb15a1beae2b4a3043526e8b692b65b4a9341450ebe
+
SOURCE_HASH=sha512:71877dc006cce5c1b1d45e7cc89cd60e03cb80353387fb0c6498cfc0d69af465dc574d1bceb87248033e7a82694aa940e9fce1ca80b2ef538a8df51f697ef530
SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_URL[1]="http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE";
+ SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-# DOCS='NEWS README* docs/*'
- WEB_SITE=http://pyparsing.wikispaces.com
+ WEB_SITE=https://github.com/pyparsing/pyparsing
LICENSE[0]='MIT'
KEYWORDS="python devel"
SHORT='pyparsing is a general parsing module for Python'
diff --git a/python-pypi/pyparsing/HISTORY b/python-pypi/pyparsing/HISTORY
index bb6e6fa..e6283a4 100644
--- a/python-pypi/pyparsing/HISTORY
+++ b/python-pypi/pyparsing/HISTORY
@@ -1,3 +1,8 @@
+2019-04-16 Treeve Jelbert <treeve AT sourcmage.org>
+ * DETAILS: version 2.4.0
+ * PREPARE: deleted
+ * DEPENDS: simplify
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/python-pypi/pyparsing/PREPARE b/python-pypi/pyparsing/PREPARE
deleted file mode 100755
index e86e311..0000000
--- a/python-pypi/pyparsing/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch 2.0 1.5



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (be3bd76a1daba580a4c1df64a59a6a71efb21abe), Treeve Jelbert, 04/16/2019

Archive powered by MHonArc 2.6.24.

Top of Page