pkgsrc-WIP-changes archive

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

py-weewx: Cope with poetry instability



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Oct 7 09:22:57 2025 -0400
Changeset:	35c81ddde4853bd3835467f71f6ca085ac261c06

Modified Files:
	py-weewx/Makefile
	py-weewx/PLIST

Log Message:
py-weewx: Cope with poetry instability

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35c81ddde4853bd3835467f71f6ca085ac261c06

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

diffstat:
 py-weewx/Makefile | 3 ++-
 py-weewx/PLIST    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index a827429376..b8de93ab75 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -21,7 +21,8 @@ USE_LANGUAGES=
 # weewx uses sqlite3
 .include "../../lang/python/batteries-included.mk"
 
-TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry>=0.12:../../devel/py-poetry
+# poetry.masonry.api requires full poetry, not just core
+TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry>=2.1.4:../../devel/py-poetry
 
 # pyproject.toml, in order:
 DEPENDS+=	${PYPKGPREFIX}-configobj>=5.0:../../devel/py-configobj
diff --git a/py-weewx/PLIST b/py-weewx/PLIST
index 140bd7d3cd..740f420c90 100644
--- a/py-weewx/PLIST
+++ b/py-weewx/PLIST
@@ -146,11 +146,11 @@ ${PYSITELIB}/weeutil/timediff.pyo
 ${PYSITELIB}/weeutil/weeutil.py
 ${PYSITELIB}/weeutil/weeutil.pyc
 ${PYSITELIB}/weeutil/weeutil.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/weewx/__init__.py
 ${PYSITELIB}/weewx/__init__.pyc
 ${PYSITELIB}/weewx/__init__.pyo


Home | Main Index | Thread Index | Old Index