pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-terminator
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 08:02:13 UTC 2022
Modified Files:
pkgsrc/x11/py-terminator: Makefile PLIST
Log Message:
py-terminator: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/py-terminator/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-terminator/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-terminator/Makefile
diff -u pkgsrc/x11/py-terminator/Makefile:1.30 pkgsrc/x11/py-terminator/Makefile:1.31
--- pkgsrc/x11/py-terminator/Makefile:1.30 Sat Mar 6 09:22:44 2021
+++ pkgsrc/x11/py-terminator/Makefile Mon Jan 10 08:02:13 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2021/03/06 09:22:44 nia Exp $
+# $NetBSD: Makefile,v 1.31 2022/01/10 08:02:13 wiz Exp $
GITHUB_PROJECT= terminator
DISTNAME= terminator-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnome-terminator/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -39,6 +40,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/py-terminator/PLIST
diff -u pkgsrc/x11/py-terminator/PLIST:1.3 pkgsrc/x11/py-terminator/PLIST:1.4
--- pkgsrc/x11/py-terminator/PLIST:1.3 Sun Jan 24 11:15:07 2021
+++ pkgsrc/x11/py-terminator/PLIST Mon Jan 10 08:02:13 2022
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2021/01/24 11:15:07 kamil Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 08:02:13 wiz Exp $
bin/remotinator
bin/terminator
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/terminatorlib/__init__.py
${PYSITELIB}/terminatorlib/__init__.pyc
${PYSITELIB}/terminatorlib/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index