Skip to Content.
Sympa Menu

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

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 (b04b9d6f5940123c2903fb6031f20c6e51cd4099)
  • Date: Fri, 9 Nov 2007 07:48:35 -0600

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

python-devel/mysql-python/DEPENDS | 4 ++--
python-devel/mysql-python/DETAILS | 1 +
python-devel/mysql-python/HISTORY | 5 +++++
python-devel/mysql-python/INSTALL | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)

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

mysql-python: fixed for setuptools, fixed deps

diff --git a/python-devel/mysql-python/DEPENDS
b/python-devel/mysql-python/DEPENDS
index 2cae7f9..5bb5ed2 100755
--- a/python-devel/mysql-python/DEPENDS
+++ b/python-devel/mysql-python/DEPENDS
@@ -1,2 +1,2 @@
-depends mysql &&
-depends python
+depends mysql &&
+depends setuptools
diff --git a/python-devel/mysql-python/DETAILS
b/python-devel/mysql-python/DETAILS
index 77344d7..4c62c7d 100755
--- a/python-devel/mysql-python/DETAILS
+++ b/python-devel/mysql-python/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/MySQL-python-$VERSION
WEB_SITE=http://sourceforge.net/projects/mysql-python/
ENTERED=20020408
LICENSE[0]=GPL
+ PATCHLEVEL=1
KEYWORDS="mysql python devel"
SHORT="Python Interface to MySQL"
cat << EOF
diff --git a/python-devel/mysql-python/HISTORY
b/python-devel/mysql-python/HISTORY
index f1f5652..f58933f 100644
--- a/python-devel/mysql-python/HISTORY
+++ b/python-devel/mysql-python/HISTORY
@@ -1,3 +1,8 @@
+2007-11-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: s:python:setuptools:
+ * INSTALL: force $INSTALL_ROOT/ with setuptools
+
2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.2

diff --git a/python-devel/mysql-python/INSTALL
b/python-devel/mysql-python/INSTALL
new file mode 100755
index 0000000..31793e1
--- /dev/null
+++ b/python-devel/mysql-python/INSTALL
@@ -0,0 +1 @@
+python setup.py install --root "$INSTALL_ROOT/"




Archive powered by MHonArc 2.6.24.

Top of Page