notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-sqlframe Turn PySpark Into a Universal DataFrame API
3.43.8 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.39.4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-03-19 04:00:09
Last Update: 2025-12-09 11:21:13
Commit Hash: 1e2fdd4
Also Listed In: python
License: MIT
WWW:
https://sqlframe.readthedocs.io/en/stable/
https://github.com/eakmanrq/sqlframe
Description:
SQLFrame implements the PySpark DataFrame API in order to enable running transformation pipelines directly on database engines - no Spark clusters or dependencies required.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sqlframe>0:databases/py-sqlframe@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-sqlframe/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-sqlframe
  • pkg install py311-sqlframe
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-sqlframe listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-sqlframe
Package flavors (<flavor>: <package>)
  • py311: py311-sqlframe
distinfo:
TIMESTAMP = 1762586772 SHA256 (sqlframe-3.43.8.tar.gz) = 4ae44f7877dc200957ff2493a0e56392a842c435524400356aa2b7cd29c5f3ad SIZE (sqlframe-3.43.8.tar.gz) = 29554720

Packages (timestamps in pop-ups are UTC):
py311-sqlframe
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.43.83.43.8-3.39.43.43.8n/an/an/a
FreeBSD:13:quarterly3.40.03.40.0-3.36.03.40.0n/an/an/a
FreeBSD:14:latest3.43.83.43.8-3.38.03.43.8---
FreeBSD:14:quarterly3.40.03.40.0-3.36.03.40.0---
FreeBSD:15:latest3.43.83.43.8n/a3.38.0n/an/a--
FreeBSD:15:quarterly3.40.03.40.0n/a-n/an/a--
FreeBSD:16:latest3.43.83.43.8n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-more-itertools>=0 : devel/py-more-itertools@py311
  2. py311-prettytable>=0<4 : devel/py-prettytable@py311
  3. py311-sqlglot>=24.0.0<27.30 : databases/py-sqlglot@py311
  4. py311-typing-extensions>=0 : devel/py-typing-extensions@py311
  5. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py311-sqlframe-3.43.8: BIGQUERY=off: BigQuery support DUCKDB=off: DuckDB support OPENAI=off: OpenAI support PANDAS=off: Pandas support POSTGRES=off: PostgreSQL support REDSHIFT=off: Amazon Redshift support ===> Use 'make config' to modify these settings
Options name:
databases_py-sqlframe
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/sqlframe/
  2. https://pypi.org/packages/source/s/sqlframe/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.43.8
09 Dec 2025 11:21:13
commit hash: 1e2fdd4b56fe11b3c3f8f49b42fefbf9c1a6c646commit hash: 1e2fdd4b56fe11b3c3f8f49b42fefbf9c1a6c646commit hash: 1e2fdd4b56fe11b3c3f8f49b42fefbf9c1a6c646commit hash: 1e2fdd4b56fe11b3c3f8f49b42fefbf9c1a6c646 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Add BIGQUERY, DUCKDB, OPENAI, PANDAS, POSTGRES and
REDSHIFT options
3.43.8
09 Nov 2025 16:30:56
commit hash: 6124a4956b32e41b8c345eea395fefa1dad821a5commit hash: 6124a4956b32e41b8c345eea395fefa1dad821a5commit hash: 6124a4956b32e41b8c345eea395fefa1dad821a5commit hash: 6124a4956b32e41b8c345eea395fefa1dad821a5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.43.8

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.43.7
27 Oct 2025 15:29:59
commit hash: 698442a175c1a046113852ecea3d20bc0d45bd34commit hash: 698442a175c1a046113852ecea3d20bc0d45bd34commit hash: 698442a175c1a046113852ecea3d20bc0d45bd34commit hash: 698442a175c1a046113852ecea3d20bc0d45bd34 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.43.7

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.43.6
18 Oct 2025 23:51:35
commit hash: 8f39933bfa8184f0c4332e29f7727e9033fbaa1acommit hash: 8f39933bfa8184f0c4332e29f7727e9033fbaa1acommit hash: 8f39933bfa8184f0c4332e29f7727e9033fbaa1acommit hash: 8f39933bfa8184f0c4332e29f7727e9033fbaa1a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.43.6

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.43.2
13 Oct 2025 06:17:05
commit hash: 12ff53d48f4ae073e5632b12ed3de524a2d7f213commit hash: 12ff53d48f4ae073e5632b12ed3de524a2d7f213commit hash: 12ff53d48f4ae073e5632b12ed3de524a2d7f213commit hash: 12ff53d48f4ae073e5632b12ed3de524a2d7f213 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.43.2

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.40.2
06 Oct 2025 10:14:00
commit hash: 7d317f90456fcb93a40688aa397fca5a2b335a92commit hash: 7d317f90456fcb93a40688aa397fca5a2b335a92commit hash: 7d317f90456fcb93a40688aa397fca5a2b335a92commit hash: 7d317f90456fcb93a40688aa397fca5a2b335a92 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.40.2

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.40.0
30 Sep 2025 10:50:51
commit hash: 13f267ff6fa18fff9023e5e1e32182f7b220bfc7commit hash: 13f267ff6fa18fff9023e5e1e32182f7b220bfc7commit hash: 13f267ff6fa18fff9023e5e1e32182f7b220bfc7commit hash: 13f267ff6fa18fff9023e5e1e32182f7b220bfc7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.40.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.39.4
07 Sep 2025 23:03:33
commit hash: e5bd8fb1e0cbe9570b6afaf2ea5d6e488638fec1commit hash: e5bd8fb1e0cbe9570b6afaf2ea5d6e488638fec1commit hash: e5bd8fb1e0cbe9570b6afaf2ea5d6e488638fec1commit hash: e5bd8fb1e0cbe9570b6afaf2ea5d6e488638fec1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.39.4

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.38.2
02 Sep 2025 18:00:48
commit hash: 82321bdb2d05ef352178ffe8cd3a22a6852b46becommit hash: 82321bdb2d05ef352178ffe8cd3a22a6852b46becommit hash: 82321bdb2d05ef352178ffe8cd3a22a6852b46becommit hash: 82321bdb2d05ef352178ffe8cd3a22a6852b46be files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.38.2

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.38.0
12 Aug 2025 18:15:37
commit hash: 356500b26d11f73d0f6f4c1583bddd79bc0e1404commit hash: 356500b26d11f73d0f6f4c1583bddd79bc0e1404commit hash: 356500b26d11f73d0f6f4c1583bddd79bc0e1404commit hash: 356500b26d11f73d0f6f4c1583bddd79bc0e1404 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.38.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.37.0
24 Jul 2025 11:18:58
commit hash: e2c2ebfbd7497a25112698c8ba8bd2f4c6d9fabbcommit hash: e2c2ebfbd7497a25112698c8ba8bd2f4c6d9fabbcommit hash: e2c2ebfbd7497a25112698c8ba8bd2f4c6d9fabbcommit hash: e2c2ebfbd7497a25112698c8ba8bd2f4c6d9fabb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.37.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.36.3
13 Jul 2025 12:39:23
commit hash: 2e2f456214baac60827384e40668b3921d757709commit hash: 2e2f456214baac60827384e40668b3921d757709commit hash: 2e2f456214baac60827384e40668b3921d757709commit hash: 2e2f456214baac60827384e40668b3921d757709 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.36.3

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.36.1
04 Jul 2025 09:05:31
commit hash: 4af84d68e785c24e1bf0e3136789e81dcf7646eccommit hash: 4af84d68e785c24e1bf0e3136789e81dcf7646eccommit hash: 4af84d68e785c24e1bf0e3136789e81dcf7646eccommit hash: 4af84d68e785c24e1bf0e3136789e81dcf7646ec files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.36.1

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.36.0
30 Jun 2025 20:53:20
commit hash: c7435f5953912793747753575566d868f76521bacommit hash: c7435f5953912793747753575566d868f76521bacommit hash: c7435f5953912793747753575566d868f76521bacommit hash: c7435f5953912793747753575566d868f76521ba files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.36.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.35.1
26 Jun 2025 11:29:42
commit hash: e027631f44bfd0eb42a6dab8e590f9282c0859efcommit hash: e027631f44bfd0eb42a6dab8e590f9282c0859efcommit hash: e027631f44bfd0eb42a6dab8e590f9282c0859efcommit hash: e027631f44bfd0eb42a6dab8e590f9282c0859ef files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.35.1

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.35.0
17 Jun 2025 17:47:45
commit hash: af6c51a84e1f8af4f91f03edac89e1bfa53b2d3dcommit hash: af6c51a84e1f8af4f91f03edac89e1bfa53b2d3dcommit hash: af6c51a84e1f8af4f91f03edac89e1bfa53b2d3dcommit hash: af6c51a84e1f8af4f91f03edac89e1bfa53b2d3d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.35.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.34.0
01 Jun 2025 16:23:20
commit hash: 36c1ba33bd3306ba97f1a4d7a65c3a6178a69358commit hash: 36c1ba33bd3306ba97f1a4d7a65c3a6178a69358commit hash: 36c1ba33bd3306ba97f1a4d7a65c3a6178a69358commit hash: 36c1ba33bd3306ba97f1a4d7a65c3a6178a69358 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.34.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.33.0
25 May 2025 09:52:30
commit hash: 37bb8487d6c72c2a65661935eb15236ac74bc448commit hash: 37bb8487d6c72c2a65661935eb15236ac74bc448commit hash: 37bb8487d6c72c2a65661935eb15236ac74bc448commit hash: 37bb8487d6c72c2a65661935eb15236ac74bc448 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.33.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.31.4
19 May 2025 19:58:08
commit hash: b943b0c779f4c26a07793a350ad2af67f060de06commit hash: b943b0c779f4c26a07793a350ad2af67f060de06commit hash: b943b0c779f4c26a07793a350ad2af67f060de06commit hash: b943b0c779f4c26a07793a350ad2af67f060de06 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.31.4

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.31.2
18 May 2025 03:34:31
commit hash: 1b1e9895665ca303ec397034e2075bd33a9fcc3ccommit hash: 1b1e9895665ca303ec397034e2075bd33a9fcc3ccommit hash: 1b1e9895665ca303ec397034e2075bd33a9fcc3ccommit hash: 1b1e9895665ca303ec397034e2075bd33a9fcc3c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.31.2

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.29.1
29 Apr 2025 12:42:27
commit hash: 4a4bd92a53576ea4612ae397bcd6429507e5c464commit hash: 4a4bd92a53576ea4612ae397bcd6429507e5c464commit hash: 4a4bd92a53576ea4612ae397bcd6429507e5c464commit hash: 4a4bd92a53576ea4612ae397bcd6429507e5c464 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.29.1

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.29.0
18 Apr 2025 05:37:21
commit hash: a902a05e71e8a17d39713df26874308a3351b295commit hash: a902a05e71e8a17d39713df26874308a3351b295commit hash: a902a05e71e8a17d39713df26874308a3351b295commit hash: a902a05e71e8a17d39713df26874308a3351b295 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Update to 3.29.0

Changes:	https://github.com/eakmanrq/sqlframe/releases
3.24.1
19 Mar 2025 03:34:57
commit hash: f19c30df80b57637f6579acb6834c21aaa960069commit hash: f19c30df80b57637f6579acb6834c21aaa960069commit hash: f19c30df80b57637f6579acb6834c21aaa960069commit hash: f19c30df80b57637f6579acb6834c21aaa960069 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlframe: Add py-sqlframe 3.24.1

SQLFrame implements the PySpark DataFrame API in order to enable running
transformation pipelines directly on database engines - no Spark clusters or
dependencies required.

Number of commits found: 23