Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
This commit is contained in:
parent
03d0d51387
commit
9efedda413
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/10/03 16:08:33 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.13 2014/01/22 07:19:45 wiz Exp $
|
||||
|
||||
DISTNAME= wikipediafs-0.3
|
||||
PKGNAME= fuse-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= filesystems
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wikipediafs/}
|
||||
|
||||
|
@ -11,8 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://wikipediafs.sourceforge.net/
|
||||
COMMENT= FUSE filesystem for accessing the wikipedia
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PY_PATCHLIST= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings
|
||||
EGG_NAME= wikipediafs-0.1
|
||||
|
||||
SUBST_CLASSES+= config
|
||||
SUBST_STAGE.config= post-patch
|
||||
|
@ -22,6 +21,6 @@ SUBST_MESSAGE.config= Fixing paths.
|
|||
|
||||
.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/fuse.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:51:59 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2014/01/22 07:19:45 wiz Exp $
|
||||
bin/mount.wikipediafs
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/wikipediafs/__init__.py
|
||||
${PYSITELIB}/wikipediafs/__init__.pyc
|
||||
${PYSITELIB}/wikipediafs/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue