[csw-devel] SF.net SVN: gar:[21700] csw/mgar/pkg/lang-python/sip/trunk
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Sat Aug 10 19:47:25 CEST 2013
Revision: 21700
http://gar.svn.sourceforge.net/gar/?rev=21700&view=rev
Author: pfelecan
Date: 2013-08-10 17:47:24 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
lang-python/sip/trunk:
- version bump
- multi-version for 2.x interpreters
Modified Paths:
--------------
csw/mgar/pkg/lang-python/sip/trunk/Makefile
csw/mgar/pkg/lang-python/sip/trunk/checksums
Modified: csw/mgar/pkg/lang-python/sip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/sip/trunk/Makefile 2013-08-10 16:08:02 UTC (rev 21699)
+++ csw/mgar/pkg/lang-python/sip/trunk/Makefile 2013-08-10 17:47:24 UTC (rev 21700)
@@ -1,9 +1,10 @@
# $Id$
-NAME = sip
-VERSION = 4.14.6
-CATEGORIES = python
-GARTYPE = v2
+NAME = sip
+VERSION = 4.14.7
+CATEGORIES = python
+PYTHON_VERSION = 2_7
+GARTYPE = v2
DESCRIPTION = Tool for creating Python bindings for C and C++
define BLURB
@@ -24,23 +25,28 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_SCRIPTS = custom
+BUILD_DEP_PKGS += CSWpython-dev
+BUILD_DEP_PKGS += CSWpython27-dev
+
BUILD_SCRIPTS = custom
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
+RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS += CSWlibpython2-7-1-0
RUNTIME_DEP_PKGS += CSWlibgcc-s1
include gar/category.mk
-PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH)
+PATH := /opt/csw/gnu:$(PATH)
configure-custom:
cd $(WORKSRC) && \
/usr/bin/env -i \
$(CONFIGURE_ENV) \
- bash -c 'python configure.py \
+ bash -c '$(PYTHON_EXECUTABLE) configure.py \
--platform=solaris-g++ \
CC="$${CC}" \
CFLAGS="$${CFLAGS}" \
Modified: csw/mgar/pkg/lang-python/sip/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/sip/trunk/checksums 2013-08-10 16:08:02 UTC (rev 21699)
+++ csw/mgar/pkg/lang-python/sip/trunk/checksums 2013-08-10 17:47:24 UTC (rev 21700)
@@ -1 +1 @@
-d6493b9f0a7911566545f694327314c4 sip-4.14.6.tar.gz
+f5c8001f16ecffd711708de0e07d542f sip-4.14.7.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list