Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d44268f511f569f683c6ec629f263479e816b58)

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 master grimoire by Vlad Glagolev (0d44268f511f569f683c6ec629f263479e816b58)
  • Date: Wed, 9 Apr 2014 04:29:40 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pip/DEPENDS | 2 ++
python-pypi/pip/DETAILS | 16 ++++++++++++++++
python-pypi/pip/HISTORY | 2 ++
python-pypi/virtualenv/DEPENDS | 2 +-
python-pypi/virtualenv/DETAILS | 4 ++--
python-pypi/virtualenv/HISTORY | 4 ++++
7 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit 0d44268f511f569f683c6ec629f263479e816b58
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pip: new spell, Python easy_install replacement

commit a12cf3b77f9ca3f87f9e219e2830d05f375d143d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

virtualenv: => 1.11.4

diff --git a/ChangeLog b/ChangeLog
index fb46b7e..bb1ab08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-04-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pip: new spell, Python easy_install replacement
+
2014-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/libtcod: new spell, a library for developing roguelike games

diff --git a/python-pypi/pip/DEPENDS b/python-pypi/pip/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/pip/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/pip/DETAILS b/python-pypi/pip/DETAILS
new file mode 100755
index 0000000..586624e
--- /dev/null
+++ b/python-pypi/pip/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pip
+ VERSION=1.5.4
+
SOURCE_HASH=sha512:5ab83cc64f1bdd5f9a8bbe18653f68dd50c48a627fe120e3d58e26df7958ff4d48baa2334e067ef5d315008ffc08c6042f6d0f1d45a2f25788263c796de2818c
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/pypa/pip
+ LICENSE[0]=MIT
+ ENTERED=20140409
+ KEYWORDS="python"
+ SHORT="Python easy_install replacement"
+cat << EOF
+pip is a replacement for easy_install. It uses mostly the same techniques for
+finding packages, so packages that were made easy_installable should be
+pip-installable as well.
+EOF
diff --git a/python-pypi/pip/HISTORY b/python-pypi/pip/HISTORY
new file mode 100644
index 0000000..7ad7e90
--- /dev/null
+++ b/python-pypi/pip/HISTORY
@@ -0,0 +1,2 @@
+2014-04-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/python-pypi/virtualenv/DEPENDS b/python-pypi/virtualenv/DEPENDS
index 503782e..e440941 100755
--- a/python-pypi/virtualenv/DEPENDS
+++ b/python-pypi/virtualenv/DEPENDS
@@ -1,2 +1,2 @@
-depends python &&
+depends PYTHON &&
depends SETUPTOOLS
diff --git a/python-pypi/virtualenv/DETAILS b/python-pypi/virtualenv/DETAILS
index ca848a2..77599d8 100755
--- a/python-pypi/virtualenv/DETAILS
+++ b/python-pypi/virtualenv/DETAILS
@@ -1,6 +1,6 @@
SPELL=virtualenv
- VERSION=1.8.4
-
SOURCE_HASH=sha512:2c485bc2ade615a1d397174be85f607605f1c97267ce38ec5a7b208a3d5f17b9abc456dc32154f2a5d21ebe1f7d82032b28deb66dd230bad2e69d9c72761e975
+ VERSION=1.11.4
+
SOURCE_HASH=sha512:92747102f90dcb1bc7143c04bcad2e881e988c85c1f052ffb71fd3dc00f05bfcda16280dff793f385fc692b60e50b4eb9543c7e59e47a4cf36709b0e85f20201
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/v/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/virtualenv/HISTORY b/python-pypi/virtualenv/HISTORY
index c19a140..f686eb1 100644
--- a/python-pypi/virtualenv/HISTORY
+++ b/python-pypi/virtualenv/HISTORY
@@ -1,3 +1,7 @@
+2014-04-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.11.4
+ * DEPENDS: switched to PYTHON (python3 supported)
+
2013-01-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.4




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d44268f511f569f683c6ec629f263479e816b58), Vlad Glagolev, 04/09/2014

Archive powered by MHonArc 2.6.24.

Top of Page