pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/termtosvg
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 24 15:14:57 UTC 2025
Modified Files:
pkgsrc/graphics/termtosvg: Makefile PLIST
Log Message:
termtosvg: converted to wheel.mk
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/termtosvg/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/termtosvg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/termtosvg/Makefile
diff -u pkgsrc/graphics/termtosvg/Makefile:1.7 pkgsrc/graphics/termtosvg/Makefile:1.8
--- pkgsrc/graphics/termtosvg/Makefile:1.7 Mon Aug 14 05:24:37 2023
+++ pkgsrc/graphics/termtosvg/Makefile Thu Apr 24 15:14:57 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/08/14 05:24:37 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/24 15:14:57 adam Exp $
DISTNAME= termtosvg-1.1.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=nbedos/}
@@ -10,11 +10,12 @@ HOMEPAGE= https://nbedos.github.io/termt
COMMENT= Record terminal sessions as SVG animations
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-pyte-[0-9]*:../../devel/py-pyte
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
-DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyte
+USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/termtosvg/PLIST
diff -u pkgsrc/graphics/termtosvg/PLIST:1.1 pkgsrc/graphics/termtosvg/PLIST:1.2
--- pkgsrc/graphics/termtosvg/PLIST:1.1 Tue Mar 10 15:20:06 2020
+++ pkgsrc/graphics/termtosvg/PLIST Thu Apr 24 15:14:57 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/10 15:20:06 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/04/24 15:14:57 adam Exp $
bin/termtosvg
-${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}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/termtosvg/__init__.py
${PYSITELIB}/termtosvg/__init__.pyc
${PYSITELIB}/termtosvg/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index