Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (8739180933f8bd5f810ee3281fa22b8662bcd9d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (8739180933f8bd5f810ee3281fa22b8662bcd9d3)
  • Date: Fri, 24 Feb 2012 18:38:23 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 2 ++
libs/libical/DEPENDS | 5 +----
libs/libical/HISTORY | 3 +++
libs/libxml2/DEPENDS | 5 +++++
libs/libxml2/HISTORY | 3 +++
python-pypi/FUNCTIONS | 12 ++++++++++--
python-pypi/PY_DEPENDS | 5 +++++
python-pypi/bsddb3/DETAILS | 2 +-
python-pypi/bsddb3/HISTORY | 3 +++
python-pypi/decorator/DETAILS | 4 ++--
python-pypi/decorator/HISTORY | 3 +++
python-pypi/faulthandler/DETAILS | 4 ++--
python-pypi/faulthandler/HISTORY | 3 +++
python-pypi/nose/DETAILS | 4 ++--
python-pypi/nose/HISTORY | 3 +++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
17 files changed, 52 insertions(+), 14 deletions(-)

New commits:
commit b697977ae0994b5620f94426781d02541c80b580
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Updated devel to 1.4-rc5

commit ed80179605806c1edf6bd8cfe991fb3973ce0e91
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bsddb3: => 5.3.0

commit 656fbe0b27491572d66a4bbad50984e816f9146d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

nose: => 1.1.2

commit 213edc850954889abf4e16ca3e3f5e1b1c6142c4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

faulthandler: => 2.1

commit 47e6f4a1ffba675e5af60247e4ec50246c7167b3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libical - remove obsolete bindings

commit 8786f9e12d433a3bec88f1ffcef1ed09a1823586
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxml2 - optional depends icu

commit f83836ff1529335d0150cb9b68333586548e57ef
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/PY_DEPENDS: added, because Python3 already includes distutils

all references to:
depends python &&
depends SETUPTOOLS
should be replaced by:
. $SECTION_DIRECTORY/PY_DEPENDS

Spells will then allow a choice of using Python2 or Python3.

commit 385a293fd3c57871c077776c4db18e34f2467b1b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/FUNCTIONS: test whether spell depends on python2/3

commit ae6fcadc63ebbcee53cb3fc1296ac6ac247e2d23
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

decorator: => 3.3.2

diff --git a/ChangeLog b/ChangeLog
index f96100d..341b056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2012-02-24 Treeve Jelbert <treeve AT sourcemage.org>
* xorg-driver/xf86-video-modesetting: new spell
fallback driver on Linux/KMS platforms
+ * python-pypi/FUNCTIONS: default_python_build tests for python2/3
+ * python-pypi/PY_DEPENDS: added, because python 3 already includes
distutils

2012-02-21 Vlad Glagolev <stealth AT sourcemage.org>
* net/libnatpmp: new spell, NAT Port Mapping Protocol (NAT-PMP)
diff --git a/libs/libical/DEPENDS b/libs/libical/DEPENDS
index f1de40b..60dd614 100755
--- a/libs/libical/DEPENDS
+++ b/libs/libical/DEPENDS
@@ -1,4 +1 @@
-depends cmake &&
-optional_depends -sub CXX gcc '' '' 'for C++ bindings' &&
-optional_depends JDK '' '' 'for Java bindings' z-rejected &&
-optional_depends python '' '' 'for Python bindings'
+depends cmake
diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index c19aa8e..501a1d5 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,6 @@
+2012-02-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove obsolete bindings
+
2011-12-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.48
* PRE_BUILD: upstream fix for parallel builds
diff --git a/libs/libxml2/DEPENDS b/libs/libxml2/DEPENDS
index f9dd3e2..14e1e4b 100755
--- a/libs/libxml2/DEPENDS
+++ b/libs/libxml2/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends icu \
+ "--with-icu" \
+ "--without-icu" \
+ "Unicode support" &&
+
optional_depends zlib \
"--with-zlib=${INSTALL_ROOT}/lib" \
"--without-zlib" \
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 645bbf5..2faea05 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,6 @@
+2012-02-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional icu
+
2010-11-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD, libxml2-2.7.8.patch: added
diff --git a/python-pypi/FUNCTIONS b/python-pypi/FUNCTIONS
index 6754def..c24f1cf 100755
--- a/python-pypi/FUNCTIONS
+++ b/python-pypi/FUNCTIONS
@@ -2,12 +2,20 @@
## Section-default build script.
#-------------------------------------------------------------------------
function default_build() {
- default_build_python
+ if is_depends_enabled $SPELL python3;then
+ default_build_python3
+ else
+ default_build_python
+ fi
}

#-------------------------------------------------------------------------
## Section-default install script.
#-------------------------------------------------------------------------
function default_install() {
- default_install_python
+ if is_depends_enabled $SPELL python3;then
+ default_install_python3
+ else
+ default_install_python
+ fi
}
diff --git a/python-pypi/PY_DEPENDS b/python-pypi/PY_DEPENDS
new file mode 100755
index 0000000..cce3ac3
--- /dev/null
+++ b/python-pypi/PY_DEPENDS
@@ -0,0 +1,5 @@
+depends PYTHON &&
+# distutils is now included with python3
+if is_depends_enabled $SPELL python; then
+ depends SETUPTOOLS
+fi
diff --git a/python-pypi/bsddb3/DETAILS b/python-pypi/bsddb3/DETAILS
index 19b3128..7631849 100755
--- a/python-pypi/bsddb3/DETAILS
+++ b/python-pypi/bsddb3/DETAILS
@@ -1,5 +1,5 @@
SPELL=bsddb3
- VERSION=5.2.0
+ VERSION=5.3.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/bsddb3/HISTORY b/python-pypi/bsddb3/HISTORY
index 0f45b9d..bd96fa9 100644
--- a/python-pypi/bsddb3/HISTORY
+++ b/python-pypi/bsddb3/HISTORY
@@ -1,3 +1,6 @@
+2012-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.3.0
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/python-pypi/decorator/DETAILS b/python-pypi/decorator/DETAILS
index eb83d02..22baacb 100755
--- a/python-pypi/decorator/DETAILS
+++ b/python-pypi/decorator/DETAILS
@@ -1,6 +1,6 @@
SPELL=decorator
- VERSION=3.3.1
-
SOURCE_HASH=sha512:edd24d41d1b626856cea29f2b5fcab402453b4f02bb80707c280cedd41605554c794f6763b35a8ab4144a54bd4a2262051426726fe04e2e0b9bb5e3d45878795
+ VERSION=3.3.2
+
SOURCE_HASH=sha512:de1832741cd22ce652bf05df0b4903ce0e17ebbe4ee9539aaf95ae5624c47651f2982d4e351e92775486c50cd25e0b98ba6436bab93accb22f4d100a56e08401
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/d/decorator/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/decorator/HISTORY b/python-pypi/decorator/HISTORY
index e6472a8..d1b0e9a 100644
--- a/python-pypi/decorator/HISTORY
+++ b/python-pypi/decorator/HISTORY
@@ -1,3 +1,6 @@
+2012-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3.2
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/python-pypi/faulthandler/DETAILS
b/python-pypi/faulthandler/DETAILS
index b3cd3df..5633bd1 100755
--- a/python-pypi/faulthandler/DETAILS
+++ b/python-pypi/faulthandler/DETAILS
@@ -1,6 +1,6 @@
SPELL=faulthandler
- VERSION=2.0
-
SOURCE_HASH=sha512:d932a051f866c343ed8727e9a8c3d77ebd97866fad7bedb0521d4ed1aee3ba72bd63312c6b80a941ceb2d098d85388074b1d54a4faf979d9286a51ceff9a90d6
+ VERSION=2.1
+
SOURCE_HASH=sha512:feda4f63a4de8d6625c5676174be405bb97399fd33a69e8237cf0576bc1774776b5422a9a4152912e5cc6f4cccc73b618120d780b7953872edfcda8a246de966
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/pypi/$SPELL
diff --git a/python-pypi/faulthandler/HISTORY
b/python-pypi/faulthandler/HISTORY
index edacdf9..359dc79 100644
--- a/python-pypi/faulthandler/HISTORY
+++ b/python-pypi/faulthandler/HISTORY
@@ -1,3 +1,6 @@
+2012-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1
+
2012-01-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0
spell created
diff --git a/python-pypi/nose/DETAILS b/python-pypi/nose/DETAILS
index 5ed2522..fc2819a 100755
--- a/python-pypi/nose/DETAILS
+++ b/python-pypi/nose/DETAILS
@@ -1,7 +1,7 @@
SPELL=nose
- VERSION=1.0.0
+ VERSION=1.1.2
+
SOURCE_HASH=sha512:6eb6061f31143c411fd8943552f15dc5af67e455434f55956f54fe6eb3b2d84311d474d2f195ed39858b69f7622f38cea4ae55d35bcbf3c92365a9fd4ef2c743
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_HASH=sha512:14089d23e615e74603de75f3ffd4c152c50abd71a22e613f91632c3f8350e2a8e2b71cdbc62d8c4e3e9ea4f0230e75a6f079b9a8ff8799d26ce148a867ff13aa
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://pypi.python.org/pypi/nose/
SOURCE_URL[0]=http://pypi.python.org/packages/source/n/${SPELL}/${SOURCE}
diff --git a/python-pypi/nose/HISTORY b/python-pypi/nose/HISTORY
index 29e6843..61bd2cb 100644
--- a/python-pypi/nose/HISTORY
+++ b/python-pypi/nose/HISTORY
@@ -1,3 +1,6 @@
+2012-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: 1.1.2
+
2011-06-30 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS, DETAILS: spell created
Note that noseworks with either python or python3
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 9772ff5..da7eda8 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.4-rc4
+ VERSION=1.4-rc5
else
VERSION=1.2.3
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 24a0a8c..9d76023 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2012-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated devel to 1.4-rc5
+
2012-02-20 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated devel to 1.4-rc4




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (8739180933f8bd5f810ee3281fa22b8662bcd9d3), Eric Sandall, 02/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page