pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-vega_datasets: Transition to wheel.mk
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Thu Jul 11 20:27:03 2024 -0600
Changeset: 5d97e797643983086c78f88a6fc2d07d013ee9e6
Modified Files:
py-vega_datasets/Makefile
py-vega_datasets/PLIST
Log Message:
py-vega_datasets: Transition to wheel.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d97e797643983086c78f88a6fc2d07d013ee9e6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-vega_datasets/Makefile | 4 +++-
py-vega_datasets/PLIST | 10 +++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs:
diff --git a/py-vega_datasets/Makefile b/py-vega_datasets/Makefile
index d00cadf46b..ff6843c3f1 100644
--- a/py-vega_datasets/Makefile
+++ b/py-vega_datasets/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/altair-viz/vega_datasets
COMMENT= Python package for offline access to Vega datasets
LICENSE= mit
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-pandas>=1.5.0:../../math/py-pandas
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.1:../../devel/py-test
@@ -18,5 +20,5 @@ do-test:
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-vega_datasets/PLIST b/py-vega_datasets/PLIST
index ed780d0a2a..3b4e5e1e34 100644
--- a/py-vega_datasets/PLIST
+++ b/py-vega_datasets/PLIST
@@ -1,9 +1,9 @@
@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/vega_datasets/__init__.py
${PYSITELIB}/vega_datasets/__init__.pyc
${PYSITELIB}/vega_datasets/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index