pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-httpserver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:40:17 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-httpserver: Makefile PLIST

Log Message:
py-test-httpserver: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-httpserver/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-httpserver/PLIST

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

Modified files:

Index: pkgsrc/devel/py-test-httpserver/Makefile
diff -u pkgsrc/devel/py-test-httpserver/Makefile:1.11 pkgsrc/devel/py-test-httpserver/Makefile:1.12
--- pkgsrc/devel/py-test-httpserver/Makefile:1.11       Sun Apr 20 12:14:18 2025
+++ pkgsrc/devel/py-test-httpserver/Makefile    Sun Sep 28 19:40:17 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2025/04/20 12:14:18 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/09/28 19:40:17 wiz Exp $
 
 DISTNAME=      pytest_httpserver-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_httpserver/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/csernazs/py
 COMMENT=       HTTP server for pytest
 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
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug>=2.0.0:../../www/py-werkzeug
 TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.971:../../lang/py-mypy
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=2.28.1:../../devel/py-requests

Index: pkgsrc/devel/py-test-httpserver/PLIST
diff -u pkgsrc/devel/py-test-httpserver/PLIST:1.3 pkgsrc/devel/py-test-httpserver/PLIST:1.4
--- pkgsrc/devel/py-test-httpserver/PLIST:1.3   Sat Jul 20 06:09:39 2024
+++ pkgsrc/devel/py-test-httpserver/PLIST       Sun Sep 28 19:40:17 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/07/20 06:09:39 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:40:17 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/pytest_httpserver/__init__.py
 ${PYSITELIB}/pytest_httpserver/__init__.pyc
 ${PYSITELIB}/pytest_httpserver/__init__.pyo



Home | Main Index | Thread Index | Old Index