pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-sh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:49:57 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-sh: Makefile PLIST

Log Message:
py-sh: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-sh/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-sh/PLIST

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

Modified files:

Index: pkgsrc/sysutils/py-sh/Makefile
diff -u pkgsrc/sysutils/py-sh/Makefile:1.16 pkgsrc/sysutils/py-sh/Makefile:1.17
--- pkgsrc/sysutils/py-sh/Makefile:1.16 Tue Feb 25 17:59:17 2025
+++ pkgsrc/sysutils/py-sh/Makefile      Sun Sep 28 19:49:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/02/25 17:59:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/09/28 19:49:57 wiz Exp $
 
 DISTNAME=      sh-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sh/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/amoffat/sh
 COMMENT=       Python subprocess replacement
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/sysutils/py-sh/PLIST
diff -u pkgsrc/sysutils/py-sh/PLIST:1.4 pkgsrc/sysutils/py-sh/PLIST:1.5
--- pkgsrc/sysutils/py-sh/PLIST:1.4     Sat Oct 28 19:57:16 2023
+++ pkgsrc/sysutils/py-sh/PLIST Sun Sep 28 19:49:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:16 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.5 2025/09/28 19:49:57 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/sh.py
 ${PYSITELIB}/sh.pyc
 ${PYSITELIB}/sh.pyo



Home | Main Index | Thread Index | Old Index