pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-cdb Update to 0.35. Convert to distutils....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e32a498ca9b
branches:  trunk
changeset: 629360:0e32a498ca9b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 11:35:00 2014 +0000

description:
Update to 0.35. Convert to distutils.mk. Mark as not for python-3.x.

15 Feb 2013
  - Version 0.35
  - New cdb.addmany() function for faster cdb construction
  - Fix 2.5 build, needed -fPIC
  - Add debian package
    thx: Mike Pomraning for 10+ years of python-cdb!

diffstat:

 databases/py-cdb/Makefile |  13 +++++++------
 databases/py-cdb/PLIST    |   3 ++-
 databases/py-cdb/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 027b2b69e85b -r 0e32a498ca9b databases/py-cdb/Makefile
--- a/databases/py-cdb/Makefile Mon Jan 20 11:30:53 2014 +0000
+++ b/databases/py-cdb/Makefile Mon Jan 20 11:35:00 2014 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:08 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.4 2014/01/20 11:35:00 wiz Exp $
 
-DISTNAME=      python-cdb-0.34
+DISTNAME=      python-cdb-0.35
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    databases
-MASTER_SITES=  http://pilcrow.madison.wi.us/python-cdb/
+MASTER_SITES=  https://pypi.python.org/packages/source/p/python-cdb/
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      http://pilcrow.madison.wi.us/
 COMMENT=       Python extension module for cdb
 LICENSE=       gnu-gpl-v2
 
-PYDISTUTILSPKG=                yes
+EGG_NAME=      ${DISTNAME:S/-/_/}
 
-.include "../../lang/python/extension.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.35
+
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 027b2b69e85b -r 0e32a498ca9b databases/py-cdb/PLIST
--- a/databases/py-cdb/PLIST    Mon Jan 20 11:30:53 2014 +0000
+++ b/databases/py-cdb/PLIST    Mon Jan 20 11:35:00 2014 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/20 11:35:00 wiz Exp $
 ${PYSITELIB}/cdbmodule.so
+${PYSITELIB}/${EGG_FILE}
diff -r 027b2b69e85b -r 0e32a498ca9b databases/py-cdb/distinfo
--- a/databases/py-cdb/distinfo Mon Jan 20 11:30:53 2014 +0000
+++ b/databases/py-cdb/distinfo Mon Jan 20 11:35:00 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2014/01/20 11:35:00 wiz Exp $
 
-SHA1 (python-cdb-0.34.tar.gz) = 6c5ef1f27fe0e5c2e9a4a032435ebf58c82639f2
-RMD160 (python-cdb-0.34.tar.gz) = 02519e7c03aae5798823ab4cd0388b6afaf1908a
-Size (python-cdb-0.34.tar.gz) = 18865 bytes
+SHA1 (python-cdb-0.35.tar.gz) = 4bfbc695d7d3bbe688a86a3cc14b158b3b397bcb
+RMD160 (python-cdb-0.35.tar.gz) = c067f06959b59d71846c82f3348c9ca471402f94
+Size (python-cdb-0.35.tar.gz) = 19573 bytes



Home | Main Index | Thread Index | Old Index