[csw-devel] SF.net SVN: gar:[13757] csw/mgar/pkg/lang-python/mysql-python/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Mar 12 22:35:05 CET 2011


Revision: 13757
          http://gar.svn.sourceforge.net/gar/?rev=13757&view=rev
Author:   wahwah
Date:     2011-03-12 21:35:04 +0000 (Sat, 12 Mar 2011)

Log Message:
-----------
python-mysql: Version bump to 1.2.3

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/mysql-python/trunk/Makefile
    csw/mgar/pkg/lang-python/mysql-python/trunk/checksums

Modified: csw/mgar/pkg/lang-python/mysql-python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/mysql-python/trunk/Makefile	2011-03-12 21:06:55 UTC (rev 13756)
+++ csw/mgar/pkg/lang-python/mysql-python/trunk/Makefile	2011-03-12 21:35:04 UTC (rev 13757)
@@ -1,8 +1,9 @@
+# $Id$
+
 NAME = MySQL-python
-VERSION = 1.2.2
-CATEGORIES = lang
+VERSION = 1.2.3
+CATEGORIES = python
 
-DESCRIPTION = MySQL support for Python
 define BLURB
   MySQL support for Python
 endef
@@ -11,34 +12,23 @@
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES    = $(NAME)-$(VERSION).tar.gz
 
-PACKAGES = CSWpymysql
-RUNTIME_DEP_PKGS_CSWpymysql = CSWmysql5rt CSWpython-rt CSWosslrt CSWzlib
-CATALOGNAME_CSWpymysql = pymysql
-SPKG_DESC = MySQL Support for Python
+PACKAGES = CSWpy-mysql
+CATALOGNAME_CSWpy-mysql = py_mysql
+RUNTIME_DEP_PKGS_CSWpy-mysql += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-mysql += CSWzlib
+RUNTIME_DEP_PKGS_CSWpy-mysql += CSWlibmysqlclient-r15
 
-# We define upstream file regex so we can be notifed of 
-# new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*)
+SPKG_DESC_CSWpy-mysql = MySQL Support for Python
 
-EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc 
-PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
-SPKG_CLASSES = none cswpycompile
-RUNTIME_DEP_PKGS += CSWcswclassutils
+OBSOLETES_CSWpy-mysql = CSWpymysql
+CATALOGNAME_CSWpymysql = pymysql
 
-CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = $(WORKSRC)/setup.py
-TEST_SCRIPTS =
-INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+mysql_prefix = $(prefix)/mysql5
+mysql_bindir = $(mysql_prefix)/bin/$(ISA_DEFAULT_$(GARCH))
 
-INSTALL_ARGS  = --root=$(DESTDIR)
-INSTALL_ARGS += --prefix=$(prefix)
+CHECKPKG_OVERRIDES_CSWpymysql += surplus-dependency|CSWpython
 
 include gar/category.mk
 
-mysql_prefix = $(prefix)/mysql5
-mysql_bindir = $(mysql_prefix)/bin
-
-EXTRA_LD_OPTIONS = -R/opt/csw/mysql5/lib/mysql/\$$ISALIST
 PATH       := $(mysql_bindir):$(PATH)
 export PATH 
-

Modified: csw/mgar/pkg/lang-python/mysql-python/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/mysql-python/trunk/checksums	2011-03-12 21:06:55 UTC (rev 13756)
+++ csw/mgar/pkg/lang-python/mysql-python/trunk/checksums	2011-03-12 21:35:04 UTC (rev 13757)
@@ -1 +1 @@
-532268f02870bea18c1d465e88afff30  download/MySQL-python-1.2.2.tar.gz
+215eddb6d853f6f4be5b4afc4154292f  MySQL-python-1.2.3.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