pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
apache-arrow/py-apache-arrow: consistent naming/versioning
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Sun Jul 10 05:03:27 2022 -0700
Changeset: a9451f8f7786444c57b2ff44c50a19be4be127d3
Modified Files:
apache-arrow/buildlink3.mk
py-apache-arrow/Makefile
py-apache-arrow/PLIST
py-dask/options.mk
Log Message:
apache-arrow/py-apache-arrow: consistent naming/versioning
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9451f8f7786444c57b2ff44c50a19be4be127d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
apache-arrow/buildlink3.mk | 4 ++--
py-apache-arrow/Makefile | 2 +-
py-apache-arrow/PLIST | 14 +++++++-------
py-dask/options.mk | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diffs:
diff --git a/apache-arrow/buildlink3.mk b/apache-arrow/buildlink3.mk
index 7ea74f162a..354b06ca79 100644
--- a/apache-arrow/buildlink3.mk
+++ b/apache-arrow/buildlink3.mk
@@ -5,8 +5,8 @@ BUILDLINK_TREE+= apache-arrow
.if !defined(APACHE_ARROW_BUILDLINK3_MK)
APACHE_ARROW_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.apache-arrow+= apache-arrow>=7.0.0
-BUILDLINK_ABI_DEPENDS.apache-arrow+= apache-arrow>=7.0.0
+BUILDLINK_API_DEPENDS.apache-arrow+= apache-arrow>=8.0.0
+BUILDLINK_ABI_DEPENDS.apache-arrow+= apache-arrow>=8.0.0
BUILDLINK_PKGSRCDIR.apache-arrow?= ../../wip/apache-arrow
.endif # APACHE_ARROW_BUILDLINK3_MK
diff --git a/py-apache-arrow/Makefile b/py-apache-arrow/Makefile
index b3f0b36c20..f9afb13983 100644
--- a/py-apache-arrow/Makefile
+++ b/py-apache-arrow/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= apache-arrow-${APACHE_ARROW_VERSION}
-PKGNAME= ${PYPKGPREFIX}-pyarrow-${APACHE_ARROW_VERSION}
+PKGNAME= ${PYPKGPREFIX}-apache-arrow-${APACHE_ARROW_VERSION}
CATEGORIES= devel
MASTER_SITES= https://dlcdn.apache.org/arrow/arrow-${APACHE_ARROW_VERSION}/
diff --git a/py-apache-arrow/PLIST b/py-apache-arrow/PLIST
index 610fe0c7d8..9bd3eda72f 100644
--- a/py-apache-arrow/PLIST
+++ b/py-apache-arrow/PLIST
@@ -1,12 +1,12 @@
@comment $NetBSD$
bin/plasma_store
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
${PYSITELIB}/pyarrow/__init__.pxd
${PYSITELIB}/pyarrow/__init__.py
${PYSITELIB}/pyarrow/__init__.pyc
diff --git a/py-dask/options.mk b/py-dask/options.mk
index 859f4dbe6a..97a755aa17 100644
--- a/py-dask/options.mk
+++ b/py-dask/options.mk
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
.if !empty(PKG_OPTIONS:Mparquet)
# TODO Also needs pyarrow
DEPENDS+= ${PYPKGPREFIX}-fastparquet-[0-9]*:../../wip/py-fastparquet
-DEPENDS+= ${PYPKGPREFIX}-pyarrow-[0-9]*:../../wip/py-apache-arrow
+DEPENDS+= ${PYPKGPREFIX}-apache-arrow-[0-9]*:../../wip/py-apache-arrow
.endif
# graphviz is used to display the task dependencies
- Prev by Date:
ape: Update to 3.5.3.112
- Next by Date:
py-bokeh: Upgrade to 2.4.3 2.4.3 Bokeh Version 2.4.3 (May 2022) is a patch release that fixes a number of minor bugs/regressions and build issues. This release also includes several improvements to Bokeh’s WebGL output backend. Updates include newly added WebGL support for hbar, quad, vbar and hex_tile glyphs, as well as improvements and bug fixes for line, scatter, circle and rect glyphs: Support multiple marker types in WebGL scatter (#11840) Fix webgl line NaN handling (#11829) Force webgl backend when requested for testing (#11823) Correctly handle odd-length dash patterns in WebGL (#11819) Fix webgl dashed line joins with butt end caps (#11814) WebGL line refactor (#12120) Correctly render straight WebGL lines with bevel joins (#12065) WebGL support for HBar VBar and HexTile glyphs (#12061) Implement WebGL marker line joins (#12055) WebGL typescript refactor and add quad glyph (#12046) Unify WebGL markers and rects (#12040) Other work in this cycle includes: Use channel instead of explicit version for GMap API (#12112) Wedge/AnnularWedge hit testing cuts off top/bottom (#12070) Table formatting causes layout crash/collapse (#11965) Avoid expensive over-computing “all models” on Document init (#11707) Tap events respond outside plot area (#7390)
- Previous by Thread:
ape: Update to 3.5.3.112
- Next by Thread:
py-bokeh: Upgrade to 2.4.3 2.4.3 Bokeh Version 2.4.3 (May 2022) is a patch release that fixes a number of minor bugs/regressions and build issues. This release also includes several improvements to Bokeh’s WebGL output backend. Updates include newly added WebGL support for hbar, quad, vbar and hex_tile glyphs, as well as improvements and bug fixes for line, scatter, circle and rect glyphs: Support multiple marker types in WebGL scatter (#11840) Fix webgl line NaN handling (#11829) Force webgl backend when requested for testing (#11823) Correctly handle odd-length dash patterns in WebGL (#11819) Fix webgl dashed line joins with butt end caps (#11814) WebGL line refactor (#12120) Correctly render straight WebGL lines with bevel joins (#12065) WebGL support for HBar VBar and HexTile glyphs (#12061) Implement WebGL marker line joins (#12055) WebGL typescript refactor and add quad glyph (#12046) Unify WebGL markers and rects (#12040) Other work in this cycle includes: Use channel instead of explicit version for GMap API (#12112) Wedge/AnnularWedge hit testing cuts off top/bottom (#12070) Table formatting causes layout crash/collapse (#11965) Avoid expensive over-computing “all models” on Document init (#11707) Tap events respond outside plot area (#7390)
- Indexes:
Home |
Main Index |
Thread Index |
Old Index