Skip to Content.
Sympa Menu

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

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 (72b6718a371355871ceabde5c4411490fd421976)
  • Date: Tue, 8 Oct 2013 07:45:31 -0500

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

python-pypi/setuptools/BUILD | 7 +++++++
python-pypi/setuptools/HISTORY | 4 ++++
python-pypi/setuptools/INSTALL | 6 ++++++
3 files changed, 17 insertions(+)

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

setuptools - suppport simultaneous python2/3

diff --git a/python-pypi/setuptools/BUILD b/python-pypi/setuptools/BUILD
new file mode 100755
index 0000000..e9842bd
--- /dev/null
+++ b/python-pypi/setuptools/BUILD
@@ -0,0 +1,7 @@
+# both versions of python may be present
+if is_depends_enabled $SPELL python;then
+ default_build_python
+fi &&
+if is_depends_enabled $SPELL python3;then
+ default_build_python3
+fi
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 7528d56..ad45153 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,7 @@
+2013-10-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD, INSTALL: added
+ need to support simultaneous python2/3
+
2013-09-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.6

diff --git a/python-pypi/setuptools/INSTALL b/python-pypi/setuptools/INSTALL
new file mode 100755
index 0000000..32274b4
--- /dev/null
+++ b/python-pypi/setuptools/INSTALL
@@ -0,0 +1,6 @@
+if is_depends_enabled $SPELL python;then
+ default_install_python
+fi &&
+if is_depends_enabled $SPELL python3;then
+ default_install_python3
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (72b6718a371355871ceabde5c4411490fd421976), Treeve Jelbert, 10/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page