pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-epr-reader



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:51:42 UTC 2025

Modified Files:
        pkgsrc/textproc/py-epr-reader: Makefile PLIST

Log Message:
py-epr-reader: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-epr-reader/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-epr-reader/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-epr-reader/Makefile
diff -u pkgsrc/textproc/py-epr-reader/Makefile:1.8 pkgsrc/textproc/py-epr-reader/Makefile:1.9
--- pkgsrc/textproc/py-epr-reader/Makefile:1.8  Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-epr-reader/Makefile      Sun Sep 28 19:51:42 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2023/10/28 19:57:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/09/28 19:51:42 wiz Exp $
 
 DISTNAME=      epr-reader-2.4.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/epr-reader/}
 
@@ -11,14 +11,12 @@ HOMEPAGE=   https://github.com/wustho/epr
 COMMENT=       Terminal/CLI Epub Reader
 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
 
 REPLACE_PYTHON=        epr.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} epr epr-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/textproc/py-epr-reader/PLIST
diff -u pkgsrc/textproc/py-epr-reader/PLIST:1.4 pkgsrc/textproc/py-epr-reader/PLIST:1.5
--- pkgsrc/textproc/py-epr-reader/PLIST:1.4     Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-epr-reader/PLIST Sun Sep 28 19:51:42 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/09/28 19:51:42 wiz Exp $
 bin/epr-${PYVERSSUFFIX}
 ${PYSITELIB}/epr.py
 ${PYSITELIB}/epr.pyc
 ${PYSITELIB}/epr.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE



Home | Main Index | Thread Index | Old Index