Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (141f99429a5cc093158c19cd6c1b47b86ec560fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (141f99429a5cc093158c19cd6c1b47b86ec560fb)
  • Date: Mon, 23 Jul 2012 12:13:54 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

dev/null |binary
python-pypi/distribute/DEPENDS | 6 +-----
python-pypi/distribute/DETAILS | 2 +-
python-pypi/distribute/HISTORY | 5 +++++
python-pypi/distribute/PREPARE | 1 -
python-pypi/distribute/distribute-0.6.27.tar.gz.sig | 0
python-pypi/distribute/distribute-0.6.28.tar.gz.sig |binary
7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 141f99429a5cc093158c19cd6c1b47b86ec560fb
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

distribute: => 0.6.28
* DEPENDS: depend on PYTHON, rather than selecting with PREPARE
* PREPARE: removed, no longer needed

diff --git a/python-pypi/distribute/DEPENDS b/python-pypi/distribute/DEPENDS
index 1f268b4..e4ea57a 100755
--- a/python-pypi/distribute/DEPENDS
+++ b/python-pypi/distribute/DEPENDS
@@ -1,5 +1 @@
-if [[ ${PYTHON_VERSION} == python ]]; then
- depends python
-else
- depends python3
-fi
+depends PYTHON
diff --git a/python-pypi/distribute/DETAILS b/python-pypi/distribute/DETAILS
index 8c77267..4eb5e7f 100755
--- a/python-pypi/distribute/DETAILS
+++ b/python-pypi/distribute/DETAILS
@@ -1,5 +1,5 @@
SPELL=distribute
- VERSION=0.6.27
+ VERSION=0.6.28
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://pypi.python.org/packages/source/d/${SPELL}/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/python-pypi/distribute/HISTORY b/python-pypi/distribute/HISTORY
index 09a81e0..bbfe961 100644
--- a/python-pypi/distribute/HISTORY
+++ b/python-pypi/distribute/HISTORY
@@ -1,3 +1,8 @@
+2012-07-23 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.28
+ * DEPENDS: depend on PYTHON, rather than selecting with PREPARE
+ * PREPARE: removed, no longer needed
+
2012-05-18 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 0.6.27

diff --git a/python-pypi/distribute/PREPARE b/python-pypi/distribute/PREPARE
deleted file mode 100755
index 54a80dc..0000000
--- a/python-pypi/distribute/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query_list PYTHON_VERSION "Which python verion would you like to
use?" python python3
diff --git a/python-pypi/distribute/distribute-0.6.27.tar.gz.sig
b/python-pypi/distribute/distribute-0.6.27.tar.gz.sig
deleted file mode 100644
index d64e703..0000000
Binary files a/python-pypi/distribute/distribute-0.6.27.tar.gz.sig and
/dev/null differ
diff --git a/python-pypi/distribute/distribute-0.6.28.tar.gz.sig
b/python-pypi/distribute/distribute-0.6.28.tar.gz.sig
new file mode 100644
index 0000000..bc23c71
Binary files /dev/null and
b/python-pypi/distribute/distribute-0.6.28.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (141f99429a5cc093158c19cd6c1b47b86ec560fb), Sukneet Basuta, 07/23/2012

Archive powered by MHonArc 2.6.24.

Top of Page