Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7b65f7ba56839041891732b89da595190200e032)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7b65f7ba56839041891732b89da595190200e032)
  • Date: Mon, 14 Jun 2010 12:16:23 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

python-pypi/pychecker/DETAILS | 5 ++---
python-pypi/pychecker/HISTORY | 4 ++++
python-pypi/pychecker/PRE_BUILD | 3 +++
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 7b65f7ba56839041891732b89da595190200e032
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

pychecker: 0.8.18

diff --git a/python-pypi/pychecker/DETAILS b/python-pypi/pychecker/DETAILS
index e3cca5a..48bd396 100755
--- a/python-pypi/pychecker/DETAILS
+++ b/python-pypi/pychecker/DETAILS
@@ -1,12 +1,11 @@
SPELL=pychecker
- VERSION=0.8.17
-
SOURCE_HASH='sha512:a9be714dd054e4e7d8583c40512177e5356395cec719f9dd67aeeea43d82fa9f5ce8d7fc8912a5f52db49cef96a1cfd6736d51eab567ecf075663147523e8748'
+ VERSION=0.8.18
+
SOURCE_HASH=sha512:10feb650023c030bd585808413bb45e70317b84a2c5baac92ce87b7f8e269e10147ceb43cc2a8ff8b7bd90b7b0c46dc78110e59d3ee916efc6ab6a833c656876
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://$SPELL.sourceforge.net/";
LICENSE[0]='BSD'
- UPDATED=20060203
KEYWORDS="python devel"
SHORT='A tool for finding common bugs in Python source code'
cat << EOF
diff --git a/python-pypi/pychecker/HISTORY b/python-pypi/pychecker/HISTORY
index 2ea6b3f..668f84a 100644
--- a/python-pypi/pychecker/HISTORY
+++ b/python-pypi/pychecker/HISTORY
@@ -1,3 +1,7 @@
+2010-06-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.18
+ * PRE_BUILD: added to fix a path
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/python-pypi/pychecker/PRE_BUILD b/python-pypi/pychecker/PRE_BUILD
new file mode 100755
index 0000000..dc2f294
--- /dev/null
+++ b/python-pypi/pychecker/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+# make sure the site_packages path is absolute
+sed -i '/script_str/ s,%s %s, %s /%s,p' $SOURCE_DIRECTORY/setup.py



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7b65f7ba56839041891732b89da595190200e032), Jaka Kranjc, 06/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page