pkgsrc-WIP-changes archive

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

py-bokeh: Use setuptools-git-versioning to get the wheel name



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Jun 30 06:13:42 2024 -0600
Changeset:	8ffe3d38d647b569b81d3fccfb8d0556b3e6f3d0

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

Log Message:
py-bokeh: Use setuptools-git-versioning to get the wheel name

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

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

diffstat:
 py-bokeh/Makefile |  1 +
 py-bokeh/PLIST    | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-bokeh/Makefile b/py-bokeh/Makefile
index ecb169779f..2608018cbb 100644
--- a/py-bokeh/Makefile
+++ b/py-bokeh/Makefile
@@ -13,6 +13,7 @@ LICENSE=	modified-bsd
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
+TOOL_DEPENDS+=  ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-packaging>=16.8:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=7.1.0:../../graphics/py-Pillow
diff --git a/py-bokeh/PLIST b/py-bokeh/PLIST
index 700e2738c9..79a153eba5 100644
--- a/py-bokeh/PLIST
+++ b/py-bokeh/PLIST
@@ -1,11 +1,11 @@
 @comment $NetBSD$
 bin/bokeh-${PYVERSSUFFIX}
-${PYSITELIB}/bokeh-0.0.0.dist-info/LICENSE.txt
-${PYSITELIB}/bokeh-0.0.0.dist-info/METADATA
-${PYSITELIB}/bokeh-0.0.0.dist-info/RECORD
-${PYSITELIB}/bokeh-0.0.0.dist-info/WHEEL
-${PYSITELIB}/bokeh-0.0.0.dist-info/entry_points.txt
-${PYSITELIB}/bokeh-0.0.0.dist-info/top_level.txt
+${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}/top_level.txt
 ${PYSITELIB}/bokeh/LICENSE.txt
 ${PYSITELIB}/bokeh/__init__.py
 ${PYSITELIB}/bokeh/__init__.pyc


Home | Main Index | Thread Index | Old Index