pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/tegaki-python tegaki-python: convert to eg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a279cf3f0ad0
branches:  trunk
changeset: 371597:a279cf3f0ad0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:08:03 2022 +0000

description:
tegaki-python: convert to egg.mk

diffstat:

 inputmethod/tegaki-python/Makefile |  6 +++---
 inputmethod/tegaki-python/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 9ea6dbfecace -r a279cf3f0ad0 inputmethod/tegaki-python/Makefile
--- a/inputmethod/tegaki-python/Makefile        Mon Jan 10 22:06:47 2022 +0000
+++ b/inputmethod/tegaki-python/Makefile        Mon Jan 10 22:08:03 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:25 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 22:08:03 wiz Exp $
 
 DISTNAME=      tegaki-python-0.3.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    inputmethod
 MASTER_SITES=  http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
 
@@ -25,5 +25,5 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # py-zinnia
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9ea6dbfecace -r a279cf3f0ad0 inputmethod/tegaki-python/PLIST
--- a/inputmethod/tegaki-python/PLIST   Mon Jan 10 22:06:47 2022 +0000
+++ b/inputmethod/tegaki-python/PLIST   Mon Jan 10 22:08:03 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 22:08:03 wiz Exp $
 ${PYSITELIB}/tegaki/__init__.py
 ${PYSITELIB}/tegaki/__init__.pyc
 ${PYSITELIB}/tegaki/__init__.pyo
@@ -32,4 +32,3 @@
 ${PYSITELIB}/tegaki/trainer.py
 ${PYSITELIB}/tegaki/trainer.pyc
 ${PYSITELIB}/tegaki/trainer.pyo
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index