* MANDIR and BINDIR are not used anywhere, dropped from MAKE_ENV.
* Not using gmake, dropped from USE_TOOLS. * PYPKGPREFIX is not in PLIST, dropped from PLIST_SUBST. * no compiler is required, USE_LANGUAGES should be empty. * distutils pakcage should include distutils.mk and register egg-info. No negative feedback over 3 months from OWNER. Bump PKGREVISION.
This commit is contained in:
parent
4b7c6c0455
commit
b636dbb958
2 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.13 2009/03/18 18:38:00 darcy Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2012/02/01 13:07:18 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pytable-0.8.3a
|
||||
PKGNAME= ${PYPKGPREFIX}-table-0.8.3a
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytable/}
|
||||
|
||||
|
@ -15,12 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty
|
||||
|
||||
MAKE_ENV+= MANDIR=${PREFIX}/man
|
||||
MAKE_ENV+= BINDIR=${PREFIX}/bin
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:43:23 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/02/01 13:07:18 obache Exp $
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/pytable/__init__.py
|
||||
${PYSITELIB}/pytable/__init__.pyc
|
||||
${PYSITELIB}/pytable/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue