Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/texttest Not really an egg as its setup.py doesn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d4284f07620
branches:  trunk
changeset: 431565:3d4284f07620
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:07:31 2020 +0000

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

diffstat:

 devel/texttest/Makefile |  4 ++--
 devel/texttest/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 836fd19b36d7 -r 3d4284f07620 devel/texttest/Makefile
--- a/devel/texttest/Makefile   Thu May 14 19:06:55 2020 +0000
+++ b/devel/texttest/Makefile   Thu May 14 19:07:31 2020 +0000
@@ -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_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"
diff -r 836fd19b36d7 -r 3d4284f07620 devel/texttest/PLIST
--- a/devel/texttest/PLIST      Thu May 14 19:06:55 2020 +0000
+++ b/devel/texttest/PLIST      Thu May 14 19:07:31 2020 +0000
@@ -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