pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/texttest



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:07:31 UTC 2020

Modified Files:
        pkgsrc/devel/texttest: Makefile PLIST

Log Message:
Not really an egg as its setup.py doesn't handle the flags.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/texttest/Makefile \
    pkgsrc/devel/texttest/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/texttest/Makefile
diff -u pkgsrc/devel/texttest/Makefile:1.1 pkgsrc/devel/texttest/Makefile:1.2
--- pkgsrc/devel/texttest/Makefile:1.1  Sat Apr 18 19:42:18 2020
+++ pkgsrc/devel/texttest/Makefile      Thu May 14 19:07:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/18 19:42:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/14 19:07:31 joerg Exp $
 
 DISTNAME=              TextTest-4.0.0
 PKGNAME=               ${DISTNAME:tl}
@@ -23,6 +23,6 @@ SUBST_FILES.prefix=   texttestlib/default/
 SUBST_VARS.prefix=     PREFIX
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/texttest/PLIST
diff -u pkgsrc/devel/texttest/PLIST:1.1 pkgsrc/devel/texttest/PLIST:1.2
--- pkgsrc/devel/texttest/PLIST:1.1     Sat Apr 18 19:42:18 2020
+++ pkgsrc/devel/texttest/PLIST Thu May 14 19:07:31 2020
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/18 19:42:18 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/14 19:07:31 joerg Exp $
 bin/filter_fpdiff.py
 bin/filter_rundependent.py
 bin/interpretcore
 bin/texttest
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/texttestlib/__init__.py
 ${PYSITELIB}/texttestlib/__init__.pyo
 ${PYSITELIB}/texttestlib/__init__.pyc



Home | Main Index | Thread Index | Old Index