pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/py-proj * LICENSE=mit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc082488b4fc
branches:  trunk
changeset: 598593:fc082488b4fc
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jan 27 08:23:06 2012 +0000

description:
* LICENSE=mit
* distutils pkg, register egg-info.
* fixes installation with PKGREVISION.

Bump PKGREVISION.

diffstat:

 geography/py-proj/Makefile |  12 ++++++------
 geography/py-proj/PLIST    |   3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 4b8bdd598ac7 -r fc082488b4fc geography/py-proj/Makefile
--- a/geography/py-proj/Makefile        Fri Jan 27 08:08:13 2012 +0000
+++ b/geography/py-proj/Makefile        Fri Jan 27 08:23:06 2012 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.11 2011/06/14 09:48:21 obache Exp $
+# $NetBSD: Makefile,v 1.12 2012/01/27 08:23:06 obache Exp $
 #
 
 DISTNAME=              pyproj-1.8.3
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/pyproj/proj/}
+PKGREVISION=           1
 CATEGORIES=            geography
 MASTER_SITES=          http://pyproj.googlecode.com/files/
 
 MAINTAINER=            gdt%NetBSD.org@localhost
 HOMEPAGE=              http://code.google.com/p/pyproj/
 COMMENT=               Python wrapper for proj
+LICENSE=               mit
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYDISTUTILSPKG=                        true
-
-INSTALLATION_DIRS=     share/doc/${PKGNAME}
+INSTALLATION_DIRS=     share/doc/${PKGNAME_NOREV}
 
 post-install:
-       ${INSTALL} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}
+       ${INSTALL} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 
 .include "../../geography/proj/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4b8bdd598ac7 -r fc082488b4fc geography/py-proj/PLIST
--- a/geography/py-proj/PLIST   Fri Jan 27 08:08:13 2012 +0000
+++ b/geography/py-proj/PLIST   Fri Jan 27 08:23:06 2012 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2008/01/03 13:40:45 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/01/27 08:23:06 obache Exp $
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/pyproj/__init__.py
 ${PYSITELIB}/pyproj/__init__.pyc
 ${PYSITELIB}/pyproj/__init__.pyo



Home | Main Index | Thread Index | Old Index