pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-metar py-metar: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/a26ed95569c4
branches: trunk
changeset: 371551:a26ed95569c4
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 20:38:45 2022 +0000
description:
py-metar: convert to egg.mk
diffstat:
net/py-metar/Makefile | 5 +++--
net/py-metar/PLIST | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r a720fa8a62e2 -r a26ed95569c4 net/py-metar/Makefile
--- a/net/py-metar/Makefile Mon Jan 10 20:38:01 2022 +0000
+++ b/net/py-metar/Makefile Mon Jan 10 20:38:45 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/09/02 13:19:50 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/10 20:38:45 wiz Exp $
DISTNAME= pymetar-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://www.schwarzvogel.de/pkgs/
@@ -21,6 +22,6 @@
post-extract:
${MV} ${WRKSRC}/bin/pymetar ${WRKSRC}/bin/pymetar${PYVERSSUFFIX}
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a720fa8a62e2 -r a26ed95569c4 net/py-metar/PLIST
--- a/net/py-metar/PLIST Mon Jan 10 20:38:01 2022 +0000
+++ b/net/py-metar/PLIST Mon Jan 10 20:38:45 2022 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/21 13:33:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 20:38:45 wiz Exp $
bin/pymetar${PYVERSSUFFIX}
man/man1/pymetar.1
-${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/pymetar.py
${PYSITELIB}/pymetar.pyc
${PYSITELIB}/pymetar.pyo
Home |
Main Index |
Thread Index |
Old Index