pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/tegaki-python
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 22:08:03 UTC 2022
Modified Files:
pkgsrc/inputmethod/tegaki-python: Makefile PLIST
Log Message:
tegaki-python: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/tegaki-python/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/tegaki-python/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/tegaki-python/Makefile
diff -u pkgsrc/inputmethod/tegaki-python/Makefile:1.16 pkgsrc/inputmethod/tegaki-python/Makefile:1.17
--- pkgsrc/inputmethod/tegaki-python/Makefile:1.16 Fri Dec 4 20:45:25 2020
+++ pkgsrc/inputmethod/tegaki-python/Makefile Mon Jan 10 22:08:03 2022
@@ -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 @@ SUBST_SED.prefix= -e 's|/usr/local/share
PYTHON_VERSIONS_ACCEPTED= 27 # py-zinnia
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/inputmethod/tegaki-python/PLIST
diff -u pkgsrc/inputmethod/tegaki-python/PLIST:1.2 pkgsrc/inputmethod/tegaki-python/PLIST:1.3
--- pkgsrc/inputmethod/tegaki-python/PLIST:1.2 Sun Apr 8 20:21:50 2012
+++ pkgsrc/inputmethod/tegaki-python/PLIST Mon Jan 10 22:08:03 2022
@@ -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/recognizer.pyo
${PYSITELIB}/tegaki/trainer.py
${PYSITELIB}/tegaki/trainer.pyc
${PYSITELIB}/tegaki/trainer.pyo
-${PYSITELIB}/${EGG_FILE}
Home |
Main Index |
Thread Index |
Old Index