pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/chirp chirp: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94da1c31a0c4
branches:  trunk
changeset: 371406:94da1c31a0c4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:11:43 2022 +0000

description:
chirp: convert to egg.mk

diffstat:

 ham/chirp/Makefile |  5 +++--
 ham/chirp/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 4289df1b6118 -r 94da1c31a0c4 ham/chirp/Makefile
--- a/ham/chirp/Makefile        Mon Jan 10 08:10:07 2022 +0000
+++ b/ham/chirp/Makefile        Mon Jan 10 08:11:43 2022 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2021/12/18 13:47:01 gdt Exp $
+# $NetBSD: Makefile,v 1.40 2022/01/10 08:11:43 wiz Exp $
 
 PKGVERSION=    20211216
 PKGNAME=       chirp-${PKGVERSION}
 DISTNAME=      chirp-daily-${PKGVERSION_NOREV}
+PKGREVISION=   1
 CATEGORIES=    ham
 MASTER_SITES=  https://trac.chirp.danplanet.com/chirp_daily/daily-${PKGVERSION_NOREV}/
 # Chirp does not have what would normally called releasees.  They have
@@ -47,7 +48,7 @@
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../textproc/py-libxml2/buildlink3.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
diff -r 4289df1b6118 -r 94da1c31a0c4 ham/chirp/PLIST
--- a/ham/chirp/PLIST   Mon Jan 10 08:10:07 2022 +0000
+++ b/ham/chirp/PLIST   Mon Jan 10 08:11:43 2022 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.9 2021/09/01 14:32:31 gdt Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/01/10 08:11:43 wiz Exp $
 @pkgdir share/chirp/images
 bin/chirpw
 bin/rpttool
-${PYSITELIB}/chirp-daily_${PKGVERSION}-py${PYVERSSUFFIX}.egg-info
 ${PYSITELIB}/chirp/__init__.py
 ${PYSITELIB}/chirp/__init__.pyc
 ${PYSITELIB}/chirp/__init__.pyo



Home | Main Index | Thread Index | Old Index