Skip to Content.
Sympa Menu

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

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 (92d3ec9e024c26f852e1bc37f56f536b97635865)
  • Date: Thu, 5 Mar 2009 10:37:06 -0600

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

python-pypi/python-ldap/BUILD | 6 ------
python-pypi/python-ldap/DEPENDS | 8 ++++----
python-pypi/python-ldap/DETAILS | 13 ++++++-------
python-pypi/python-ldap/HISTORY | 6 ++++++
python-pypi/python-ldap/PRE_BUILD | 11 +++++++++++
5 files changed, 27 insertions(+), 17 deletions(-)

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

python-ldap: => 2.3.6

diff --git a/python-pypi/python-ldap/BUILD b/python-pypi/python-ldap/BUILD
deleted file mode 100755
index 0a449c1..0000000
--- a/python-pypi/python-ldap/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-sed -i "s|^\(library_dirs[[:space:]]*=\).*$|\1 /usr/lib /usr/lib/sasl2|"
\
- setup.cfg &&
-sed -i "s|^\(include_dirs[[:space:]]*=\).*$|\1 /usr/include
/usr/include/sasl|" \
- setup.cfg &&
-
-default_build
diff --git a/python-pypi/python-ldap/DEPENDS b/python-pypi/python-ldap/DEPENDS
index 2568e2d..6404a81 100755
--- a/python-pypi/python-ldap/DEPENDS
+++ b/python-pypi/python-ldap/DEPENDS
@@ -1,5 +1,5 @@
-depends openldap &&
-depends cyrus-sasl &&
-depends python &&
+depends python &&
+depends openldap &&

-optional_depends openssl '' '' 'for encrypted communications'
+optional_depends cyrus-sasl "" "" "for SASL support" &&
+optional_depends openssl "" "" "for encrypted communications"
diff --git a/python-pypi/python-ldap/DETAILS b/python-pypi/python-ldap/DETAILS
index c063215..b37b094 100755
--- a/python-pypi/python-ldap/DETAILS
+++ b/python-pypi/python-ldap/DETAILS
@@ -1,15 +1,14 @@
SPELL=python-ldap
- VERSION=2.0.11
-
SOURCE_HASH='sha512:5bf21183c0013e086843e38d04498abff6b8aa40a7f3440a64d6b680793efb87136000d30534a479e5e0e409139f99ddce896c6b8c3540d5a7dc16f1467b8a39'
+ VERSION=2.3.6
+
SOURCE_HASH=sha512:91f2113a708ee8ce235aced01280e22b9e5c934fbad903cebe6c415f83b9ec588e234ad83537f425b58ecad54d10c88e97d5369d1447f94d9f33e54b3bb65d09
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=PYTHON
WEB_SITE=http://python-ldap.sourceforge.net/
ENTERED=20020416
- SHORT='Python interface to LDAP'
+ SHORT="Python interface to LDAP"
cat << EOF
-Python-LDAP provides a module for accessing LDAP servers from Python.
-It wraps an underlying LDAP C library that provides an RFC 1823 API,
-such as OpenLDAP.
+Python-LDAP provides a module for accessing LDAP servers from Python. It
wraps
+an underlying LDAP C library that provides an RFC 1823 API, such as OpenLDAP.
EOF
diff --git a/python-pypi/python-ldap/HISTORY b/python-pypi/python-ldap/HISTORY
index ed08da9..a78d528 100644
--- a/python-pypi/python-ldap/HISTORY
+++ b/python-pypi/python-ldap/HISTORY
@@ -1,3 +1,9 @@
+2009-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.6; quoting paths
+ * DEPENDS: cyrus-sasl is optional, cleaned up
+ * BUILD: removed
+ * PRE_BUILD: added from BUILD
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: cleaned up, use default_build_python

diff --git a/python-pypi/python-ldap/PRE_BUILD
b/python-pypi/python-ldap/PRE_BUILD
new file mode 100755
index 0000000..8c497f7
--- /dev/null
+++ b/python-pypi/python-ldap/PRE_BUILD
@@ -0,0 +1,11 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+if ! is_depends_enabled $SPELL cyrusl-sasl; then
+ sed -i "s:sasl2 ::" setup.cfg
+fi &&
+
+sed -i "s|^\(library_dirs[[:space:]]*=\).*$|\1 /usr/lib /usr/lib/sasl2|"
\
+ setup.cfg &&
+sed -i "s|^\(include_dirs[[:space:]]*=\).*$|\1 /usr/include
/usr/include/sasl|" \
+ setup.cfg



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (92d3ec9e024c26f852e1bc37f56f536b97635865), Vlad Glagolev, 03/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page