pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-daap py-daap: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4894c777e7ee
branches:  trunk
changeset: 371439:4894c777e7ee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:00:46 2022 +0000

description:
py-daap: convert to egg.mk

diffstat:

 audio/py-daap/Makefile |  6 +++---
 audio/py-daap/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r ea4fb2e61208 -r 4894c777e7ee audio/py-daap/Makefile
--- a/audio/py-daap/Makefile    Mon Jan 10 09:00:02 2022 +0000
+++ b/audio/py-daap/Makefile    Mon Jan 10 09:00:46 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/01/10 09:00:46 wiz Exp $
 
 DISTNAME=      PythonDaap-0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    audio python
 MASTER_SITES=  http://jerakeen.org/files/
 
@@ -14,5 +14,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.7
 CONFLICTS=     ${PYPKGPREFIX}-PythonDaap-[0-9]*
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ea4fb2e61208 -r 4894c777e7ee audio/py-daap/PLIST
--- a/audio/py-daap/PLIST       Mon Jan 10 09:00:02 2022 +0000
+++ b/audio/py-daap/PLIST       Mon Jan 10 09:00:46 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:42 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 09:00:46 wiz Exp $
 ${PYSITELIB}/daap.py
 ${PYSITELIB}/daap.pyc
 ${PYSITELIB}/daap.pyo



Home | Main Index | Thread Index | Old Index