Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7808e097c710e94e2f0851727821be0b79b3abc3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7808e097c710e94e2f0851727821be0b79b3abc3)
  • Date: Tue, 14 Nov 2017 17:55:40 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/six/BUILD | 7 +++++++
python-pypi/six/DEPENDS | 3 ++-
python-pypi/six/DETAILS | 4 ++--
python-pypi/six/HISTORY | 6 ++++++
python-pypi/six/INSTALL | 6 ++++++
5 files changed, 23 insertions(+), 3 deletions(-)

New commits:
commit 7808e097c710e94e2f0851727821be0b79b3abc3
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-pypi/six: allow python 2 and 3

(cherry picked from commit 98e8317a7bdaf526739de92b97f3fa05b37b0b55)

commit 83def923055298ca2854fdd712f460a5ce7d6f33
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

six: => 1.10.0

(cherry picked from commit 4ca98821dd237da08260069b28e542126b67fc12)

diff --git a/python-pypi/six/BUILD b/python-pypi/six/BUILD
new file mode 100755
index 0000000..e9842bd
--- /dev/null
+++ b/python-pypi/six/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/six/DEPENDS b/python-pypi/six/DEPENDS
index 48d8ddc..dbf35ed 100755
--- a/python-pypi/six/DEPENDS
+++ b/python-pypi/six/DEPENDS
@@ -1 +1,2 @@
-. $SECTION_DIRECTORY/PY_DEPENDS
+optional_depends python3 '' '' 'support Python v3' &&
+optional_depends python '' '' 'support Python v2'
diff --git a/python-pypi/six/DETAILS b/python-pypi/six/DETAILS
index 4df0e49..7cc8198 100755
--- a/python-pypi/six/DETAILS
+++ b/python-pypi/six/DETAILS
@@ -1,6 +1,6 @@
SPELL=six
- VERSION=1.9.0
-
SOURCE_HASH=sha512:bcd94367a26c326ff9cc884e67cd705077366b6c091ad4ec805791f0ddc05452fe046c0ad843fbd530fa956ef240b951e69a7fedd41f5e7aaaabdc4761e987ea
+ VERSION=1.10.0
+
SOURCE_HASH=sha512:9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/pypi/$SPELL
diff --git a/python-pypi/six/HISTORY b/python-pypi/six/HISTORY
index dace4c4..9fe1432 100644
--- a/python-pypi/six/HISTORY
+++ b/python-pypi/six/HISTORY
@@ -1,3 +1,9 @@
+2016-09-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, INSTALL, DEPENDS: allow for building both python 2 and 3
versions
+
+2015-12-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.10.0
+
2015-01-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.9.0

diff --git a/python-pypi/six/INSTALL b/python-pypi/six/INSTALL
new file mode 100755
index 0000000..32274b4
--- /dev/null
+++ b/python-pypi/six/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 stable-0.62 grimoire by Vlad Glagolev (7808e097c710e94e2f0851727821be0b79b3abc3), Vlad Glagolev, 11/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page