Skip to Content.
Sympa Menu

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

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 (1f15214c28824b03b0cd9cd01a66ce92dc36f518)
  • Date: Sat, 29 Dec 2012 10:47:49 -0600

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

devel/python/DEPENDS | 8 +-------
devel/python/DETAILS | 2 +-
devel/python/HISTORY | 4 ----
devel/python3/DEPENDS | 11 ++---------
devel/python3/DETAILS | 1 -
devel/python3/HISTORY | 4 ----
6 files changed, 4 insertions(+), 26 deletions(-)

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

Revert "devel/python3: add dependencies on gettext, libx11, openssl and
tcl"

This reverts commit acae5ccd3e2ea8df3a545d1842da13a7ac429041.

Python CAN'T DEPEND ON Xorg server/library

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

Revert "devel/python: add dependencies on gettext, libx11 and tcl"

This reverts commit 0deb6f921bbb7798f246c6a85bd342e3016a94ab.

Python CAN'T DEPEND ON Xorg server/library

diff --git a/devel/python/DEPENDS b/devel/python/DEPENDS
index 71c1e40..25f191e 100755
--- a/devel/python/DEPENDS
+++ b/devel/python/DEPENDS
@@ -17,10 +17,4 @@ optional_depends valgrind \
optional_depends -sub CXX gcc \
"--with-cxx-main=g++" \
"--without-cxx-main" \
- "for C++ module support" &&
-
-depends gettext &&
-depends libx11 &&
-if is_depends_enabled $SPELL tk; then
- depends tcl
-fi
+ "for C++ module support"
diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index b46d8bf..c4c2d22 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
ENTERED=20010922
LICENSE[0]=PYTHON
SECURITY_PATCH=2
- PATCHLEVEL=1
+ PATCHLEVEL=0
KEYWORDS="devel"
SHORT="interpreted, interactive, object-oriented language"
cat << EOF
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index a1aac69..d2154f3 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,7 +1,3 @@
-2012-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: added dependencies on gettext, libx11 and tcl
- * DETAILS: bumped PATCHLEVEL
-
2012-04-22 Treeve Jelbert <treeve AT sourcemage.org>
* CONFIGURE, BUILD: choose whether this primary pyhon

diff --git a/devel/python3/DEPENDS b/devel/python3/DEPENDS
index 8ed604e..2a5f8a2 100755
--- a/devel/python3/DEPENDS
+++ b/devel/python3/DEPENDS
@@ -1,5 +1,5 @@
depends libffi '--with-system-ffi' &&
-depends expat "--with-system-expat" &&
+#depends expat "--with-system-expat" &&
optional_depends gdbm '' '' 'database support' &&
optional_depends db "" "" "for Sleepycat db support" &&
optional_depends sqlite "" "" "for SQLite db support" &&
@@ -11,11 +11,4 @@ optional_depends expat "--with-system-expat" "" "for XML
parser module" &&
optional_depends -sub CXX gcc \
"--with-cxx-main=g++" \
"--without-cxx-main" \
- "for C++ module support" &&
-
-depends gettext &&
-depends libx11 &&
-depends openssl &&
-if is_depends_enabled $SPELL tk; then
- depends tcl
-fi
+ "for C++ module support"
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index d820d25..3a3f8a0 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,7 +1,6 @@
SPELL=python3
VERSION=3.3.0
SECURITY_PATCH=1
- PATCHLEVEL=1
SOURCE=Python-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 4dbdf70..fdbfa25 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,7 +1,3 @@
-2012-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: added dependencies on gettext, libx11, openssl and tcl
- * DETAILS: bumped PATCHLEVEL
-
2012-10-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.3.0
* CONFIGURE, INSTALL: make symlinks optional



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1f15214c28824b03b0cd9cd01a66ce92dc36f518), Vlad Glagolev, 12/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page