pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-mecab py-mecab: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d91a36225fe9
branches:  trunk
changeset: 371393:d91a36225fe9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 07:55:48 2022 +0000

description:
py-mecab: convert to egg.mk

diffstat:

 textproc/py-mecab/Makefile |  5 +++--
 textproc/py-mecab/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 0223dd5d21cd -r d91a36225fe9 textproc/py-mecab/Makefile
--- a/textproc/py-mecab/Makefile        Mon Jan 10 07:55:00 2022 +0000
+++ b/textproc/py-mecab/Makefile        Mon Jan 10 07:55:48 2022 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/01/10 07:55:48 wiz Exp $
 
+PKGREVISION= 1
 .include "../../textproc/mecab/Makefile.common"
 
 DISTNAME=      mecab-python-${MECAB_VERSION}
@@ -23,5 +24,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.996
 
 .include "../../textproc/mecab/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0223dd5d21cd -r d91a36225fe9 textproc/py-mecab/PLIST
--- a/textproc/py-mecab/PLIST   Mon Jan 10 07:55:00 2022 +0000
+++ b/textproc/py-mecab/PLIST   Mon Jan 10 07:55:48 2022 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 07:55:48 wiz Exp $
 ${PYSITELIB}/MeCab.py
 ${PYSITELIB}/MeCab.pyc
 ${PYSITELIB}/MeCab.pyo
 ${PYSITELIB}/_MeCab.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index