pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/py-fuse-bindings Fix PLIST not to have PYV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51f47d9f23f9
branches:  trunk
changeset: 597005:51f47d9f23f9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Dec 16 01:07:23 2011 +0000

description:
Fix PLIST not to have PYVERSION encoded.
No PKGREVISION++, because no change in the case when it built.

Adjust whitespace around LICENSE=.

diffstat:

 filesystems/py-fuse-bindings/Makefile |   9 +++++----
 filesystems/py-fuse-bindings/PLIST    |  10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 47bf2df42496 -r 51f47d9f23f9 filesystems/py-fuse-bindings/Makefile
--- a/filesystems/py-fuse-bindings/Makefile     Fri Dec 16 00:51:16 2011 +0000
+++ b/filesystems/py-fuse-bindings/Makefile     Fri Dec 16 01:07:23 2011 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2011/12/16 00:50:46 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2011/12/16 01:07:23 gdt Exp $
 #
 
-DISTNAME=              fuse-python-0.2.1
-PKGNAME=               ${PYPKGPREFIX}-fuse-bindings-0.2.1
+VERSION=               0.2.1
+DISTNAME=              fuse-python-${VERSION}
+PKGNAME=               ${PYPKGPREFIX}-fuse-bindings-${VERSION}
 CATEGORIES=            filesystems python
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=fuse/fuse-python}/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython
 COMMENT=               Python bindings for FUSE and refuse
-
 LICENSE=               gnu-lgpl-v2.1
 
+EGG_NAME=              fuse_python-${VERSION}
 PYDISTUTILSPKG=                yes
 PY_PATCHLIST=          yes
 USE_TOOLS+=            pkg-config
diff -r 47bf2df42496 -r 51f47d9f23f9 filesystems/py-fuse-bindings/PLIST
--- a/filesystems/py-fuse-bindings/PLIST        Fri Dec 16 00:51:16 2011 +0000
+++ b/filesystems/py-fuse-bindings/PLIST        Fri Dec 16 01:07:23 2011 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2011/12/16 00:50:46 gdt Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/12/16 01:07:23 gdt Exp $
 ${PYSITELIB}/fuse.py
 ${PYSITELIB}/fuse.pyc
 ${PYSITELIB}/fuse.pyo
-${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/PKG-INFO
-${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/SOURCES.txt
-${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/dependency_links.txt
-${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/top_level.txt
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/fuseparts/__init__.py
 ${PYSITELIB}/fuseparts/__init__.pyc
 ${PYSITELIB}/fuseparts/__init__.pyo



Home | Main Index | Thread Index | Old Index