pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors
Module Name: pkgsrc
Committed By: adam
Date: Sun Apr 13 08:39:31 UTC 2025
Modified Files:
pkgsrc/editors/py-jedi: Makefile PLIST
pkgsrc/editors/retext: Makefile PLIST
Log Message:
Fix PLIST after py-setuptools update; bump depends and revision
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/py-jedi/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/py-jedi/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/retext/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/retext/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/py-jedi/Makefile
diff -u pkgsrc/editors/py-jedi/Makefile:1.16 pkgsrc/editors/py-jedi/Makefile:1.17
--- pkgsrc/editors/py-jedi/Makefile:1.16 Mon Nov 11 17:00:27 2024
+++ pkgsrc/editors/py-jedi/Makefile Sun Apr 13 08:39:31 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2024/11/11 17:00:27 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/13 08:39:31 adam Exp $
DISTNAME= jedi-0.19.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/}
@@ -12,7 +13,7 @@ LICENSE= mit
EXTRACT_USING= bsdtar
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.4:../../lang/py-parso
TEST_DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
Index: pkgsrc/editors/py-jedi/PLIST
diff -u pkgsrc/editors/py-jedi/PLIST:1.6 pkgsrc/editors/py-jedi/PLIST:1.7
--- pkgsrc/editors/py-jedi/PLIST:1.6 Mon Nov 11 16:31:22 2024
+++ pkgsrc/editors/py-jedi/PLIST Sun Apr 13 08:39:31 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2024/11/11 16:31:22 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.txt
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.7 2025/04/13 08:39:31 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/jedi/__init__.py
${PYSITELIB}/jedi/__init__.pyc
Index: pkgsrc/editors/retext/Makefile
diff -u pkgsrc/editors/retext/Makefile:1.24 pkgsrc/editors/retext/Makefile:1.25
--- pkgsrc/editors/retext/Makefile:1.24 Sat Mar 8 12:44:49 2025
+++ pkgsrc/editors/retext/Makefile Sun Apr 13 08:39:31 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2025/03/08 12:44:49 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/13 08:39:31 adam Exp $
DISTNAME= retext-8.1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/retext-proj
COMMENT= Simple but powerful editor for various markup formats
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
# Technically asciidoc is a dependency of py-markups, but we can't cleanly
# enable it there.
Index: pkgsrc/editors/retext/PLIST
diff -u pkgsrc/editors/retext/PLIST:1.5 pkgsrc/editors/retext/PLIST:1.6
--- pkgsrc/editors/retext/PLIST:1.5 Thu Jan 16 23:17:40 2025
+++ pkgsrc/editors/retext/PLIST Sun Apr 13 08:39:31 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2025/01/16 23:17:40 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/13 08:39:31 adam Exp $
bin/retext
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_GPL
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE_GPL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/ReText/__init__.py
${PYSITELIB}/ReText/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index