Tue Dec 13 17:29:40 2011 UTC ()
Upstream will not be moving to Python 3 in the foreseeable future.  See
http://blog.vrplumber.com/index.php?/archives/2540-More-porting-to-python-3-notes....html.

Add license.  The web page is unclear so I went with the most stringent
BSD one.  If I find out otherwise I will update it.


(darcy)
diff -r1.9 -r1.10 pkgsrc/lang/py-basicproperty/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/lang/py-basicproperty/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-basicproperty/Makefile 2011/10/29 05:02:28 1.9
+++ pkgsrc/lang/py-basicproperty/Makefile 2011/12/13 17:29:40 1.10
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.9 2011/10/29 05:02:28 obache Exp $ 1# $NetBSD: Makefile,v 1.10 2011/12/13 17:29:40 darcy Exp $
2# 2#
3 3
4DISTNAME= basicproperty-0.6.3a 4DISTNAME= basicproperty-0.6.3a
5PKGNAME= ${PYPKGPREFIX}-basicproperty-0.6.3a 5PKGNAME= ${PYPKGPREFIX}-basicproperty-0.6.3a
6PKGREVISION= 3 6PKGREVISION= 3
7CATEGORIES= python 7CATEGORIES= python
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=basicproperty/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=basicproperty/}
9 9
10MAINTAINER= darcy@NetBSD.org 10MAINTAINER= darcy@NetBSD.org
11HOMEPAGE= http://basicproperty.sourceforge.net/ 11HOMEPAGE= http://basicproperty.sourceforge.net/
12COMMENT= Python RDBMS wrapper for various databases 12COMMENT= Python RDBMS wrapper for various databases
 13LICENSE= original-bsd
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
 16PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
15 17
16USE_LANGUAGES= # none 18USE_LANGUAGES= # none
17 19
18.include "../../lang/python/distutils.mk" 20.include "../../lang/python/distutils.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"