pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-daap Fix PKGNAME. Mark as not for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c32b9bbbc3fd
branches:  trunk
changeset: 629393:c32b9bbbc3fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 15:47:56 2014 +0000

description:
Fix PKGNAME. Mark as not for python-3.x.

diffstat:

 audio/py-daap/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 90c904d373fb -r c32b9bbbc3fd audio/py-daap/Makefile
--- a/audio/py-daap/Makefile    Mon Jan 20 15:47:01 2014 +0000
+++ b/audio/py-daap/Makefile    Mon Jan 20 15:47:56 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/10/02 23:48:05 asau Exp $
-#
+# $NetBSD: Makefile,v 1.8 2014/01/20 15:47:56 wiz Exp $
 
 DISTNAME=      PythonDaap-0.7
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
 PKGREVISION=   2
 CATEGORIES=    audio python
 MASTER_SITES=  http://jerakeen.org/files/
@@ -11,5 +10,8 @@
 HOMEPAGE=      http://movieos.org/code/pythondaap/
 COMMENT=       Python binding for DAAP
 
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.7
+CONFLICTS=     ${PYPKGPREFIX}-PythonDaap-[0-9]*
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index