Port details |
- py-apache-beam Apache Beam SDK for Python
- 2.43.0_2 misc =2 2.43.0_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-10-09 22:39:23
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://beam.apache.org/
- Description:
- Apache Beam is a unified programming model for Batch and Streaming data
processing.
Beam provides a general approach to expressing embarrassingly parallel data
processing pipelines and supports three categories of users, each of which have
relatively disparate backgrounds and needs.
* End Users: Writing pipelines with an existing SDK, running it on an existing
runner. These users want to focus on writing their application logic and have
everything else just work.
* SDK Writers: Developing a Beam SDK targeted at a specific user community
(Java, Python, Scala, Go, R, graphical, etc). These users are language geeks
and would prefer to be shielded from all the details of various runners and
their implementations.
* Runner Writers: Have an execution environment for distributed processing and
would like to support programs written against the Beam Model. Would prefer to
be shielded from details of multiple SDKs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}apache-beam>0:misc/py-apache-beam@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-apache-beam/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-apache-beam
- pkg install py311-apache-beam
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-apache-beam listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-apache-beam
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1668902923
SHA256 (apache-beam-2.43.0.zip) = f1d4d4495fb661d39a2eff7689c717008d0c708b3311931e829b1f445d602422
SIZE (apache-beam-2.43.0.zip) = 2910305
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pip>0 : devel/py-pip@py311
- py311-cloudpickle>=2.2.0 : devel/py-cloudpickle@py311
- py311-crcmod>=1.7 : devel/py-crcmod@py311
- py311-python-dateutil>=2.8.0 : devel/py-python-dateutil@py311
- py311-dill>=0.3.1.1 : devel/py-dill@py311
- py311-fastavro>=0.23.6 : textproc/py-fastavro@py311
- py311-fasteners>=0.3 : devel/py-fasteners@py311
- py311-grpcio>=1.33.1>0 : devel/py-grpcio@py311
- py311-hdfs>=2.1.0 : www/py-hdfs@py311
- py311-httplib2>=0.8 : www/py-httplib2@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-orjson<4.0 : devel/py-orjson@py311
- py311-objsize>=0.5.2 : devel/py-objsize@py311
- py311-proto-plus>=1.7.1 : devel/py-proto-plus@py311
- py311-protobuf>=3.12.2 : devel/py-protobuf@py311
- py311-pydot>=1.2.0 : graphics/py-pydot@py311
- py311-pymongo>=3.8.0 : databases/py-pymongo@py311
- py311-pytz>=2018.3 : devel/py-pytz@py311
- py311-regex>=2020.6.8 : textproc/py-regex@py311
- py311-requests>=2.24.0 : www/py-requests@py311
- py311-typing-extensions>=3.7.0 : devel/py-typing-extensions@py311
- py311-zstandard>=0.18.0 : archivers/py-zstandard@py311
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-freezegun>=0.3.12 : devel/py-freezegun@py311
- py311-joblib>=0.3.12 : devel/py-joblib@py311
- py311-mock>=1.0.1 : devel/py-mock@py311
- py311-pandas>0 : math/py-pandas@py311
- py311-parameterized>=0.7.1 : devel/py-parameterized@py311
- py311-psycopg2>=2.8.5 : databases/py-psycopg2@py311
- py311-PyHamcrest>=1.9 : textproc/py-pyhamcrest@py311
- py311-pytest-timeout>=1.3.3 : devel/py-pytest-timeout@py311
- py311-pytest-xdist>=1.29.0 : devel/py-pytest-xdist@py311
- py311-requests-mock>=1.7 : www/py-requests-mock@py311
- py311-tenacity>=5.0.2 : devel/py-tenacity@py311
- py311-scikit-learn>=0.20.0 : science/py-scikit-learn@py311
- py311-sqlalchemy14>=1.3 : databases/py-sqlalchemy14@py311
- py311-pyyaml>=3.12 : devel/py-pyyaml@py311
- py311-cryptography>=42.0.5,1 : security/py-cryptography@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cloudpickle>=2.2.0 : devel/py-cloudpickle@py311
- py311-crcmod>=1.7 : devel/py-crcmod@py311
- py311-python-dateutil>=2.8.0 : devel/py-python-dateutil@py311
- py311-dill>=0.3.1.1 : devel/py-dill@py311
- py311-fastavro>=0.23.6 : textproc/py-fastavro@py311
- py311-fasteners>=0.3 : devel/py-fasteners@py311
- py311-grpcio>=1.33.1>0 : devel/py-grpcio@py311
- py311-hdfs>=2.1.0 : www/py-hdfs@py311
- py311-httplib2>=0.8 : www/py-httplib2@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-orjson<4.0 : devel/py-orjson@py311
- py311-objsize>=0.5.2 : devel/py-objsize@py311
- py311-proto-plus>=1.7.1 : devel/py-proto-plus@py311
- py311-protobuf>=3.12.2 : devel/py-protobuf@py311
- py311-pydot>=1.2.0 : graphics/py-pydot@py311
- py311-pymongo>=3.8.0 : databases/py-pymongo@py311
- py311-pytz>=2018.3 : devel/py-pytz@py311
- py311-regex>=2020.6.8 : textproc/py-regex@py311
- py311-requests>=2.24.0 : www/py-requests@py311
- py311-typing-extensions>=3.7.0 : devel/py-typing-extensions@py311
- py311-zstandard>=0.18.0 : archivers/py-zstandard@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_py-apache-beam
- USES:
- python zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.43.0_2 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
2.43.0_2 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2.43.0_1 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
2.43.0_1 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
2.43.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.43.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.43.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.43.0 20 Nov 2022 06:22:40 |
Yuri Victorovich (yuri) |
misc/py-apache-beam: Update 2.41.0 -> 2.43.0
Reported by: portscout |
2.41.0 09 Oct 2022 22:38:02 |
Yuri Victorovich (yuri) |
misc/py-apache-beam: New port: Apache Beam SDK for Python |