Port details |
- py-sqlalchemy-utils Various utility functions for SQLAlchemy
- 0.41.2_2 databases
=2 0.41.2_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-04-02 21:27:09
- Last Update: 2025-04-09 17:44:09
- Commit Hash: 9b8cb35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/kvesteri/sqlalchemy-utils
- Description:
- SQLAlchemy-Utils provides various utility functions, new data types and helpers
for SQLAlchemy.
¦ ¦ ¦ ¦ 
- 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}sqlalchemy-utils>0:databases/py-sqlalchemy-utils@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-sqlalchemy-utils/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-sqlalchemy-utils
- pkg install py311-sqlalchemy-utils
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-sqlalchemy-utils listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sqlalchemy-utils
- Package flavors (<flavor>: <package>)
- py311: py311-sqlalchemy-utils
- distinfo:
- TIMESTAMP = 1711466112
SHA256 (SQLAlchemy-Utils-0.41.2.tar.gz) = bc599c8c3b3319e53ce6c5c3c471120bd325d0071fb6f38a10e924e3d07b9990
SIZE (SQLAlchemy-Utils-0.41.2.tar.gz) = 138017
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-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-sqlalchemy20>=1.3 : databases/py-sqlalchemy20@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-sqlalchemy-utils-0.41.2_2:
ARROW=off: Arrow type support
BABEL=off: Babel locale type support
COLOR=off: Color type support
ENCRYPTED=off: Encrypted type support
INTERVALS=off: Interval operators support
PASSWORD=off: Password type support
PENDULUM=off: Pendulum Date/DateTime support
PHONE=off: Phone number type support
TIMEZONE=off: Timezone support
URL=off: URL type support
====> Options available for the radio SQLALCHEMY: you can only select none or one of them
SQLALCHEMY14=off: Use SQLAlchemy 1.4.*
SQLALCHEMY20=on: Use SQLAlchemy 2.0.*
===> Use 'make config' to modify these settings
- Options name:
- databases_py-sqlalchemy-utils
- USES:
- python
- 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 |
0.41.2_2 09 Apr 2025 17:44:09
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Change OPTIONS_DEFAULT from SQLALCHEMY14 to
SQLALCHEMY20 after 59c51372a83e96bcd8314a60bf91a0d82a9f0f94
- Bump PORTREVISION for dependency change
Regarding the dependent ports, both devel/py-taskflow and www/py-calibreweb
depend on py-sqlalchemy20 by default. |
0.41.2_1 28 Jan 2025 17:05:04
    |
Po-Chuan Hsieh (sunpoet)  Author: Nicholas Taylor |
databases/py-sqlalchemy-utils: Fix RUN_DEPENDS
PR: 284335 |
0.41.2_1 16 May 2024 06:22:05
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Add SQLALCHEMY14 and SQLALCHEMY20 options |
0.41.2_1 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 |
0.41.2 31 Mar 2024 03:06:15
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.41.2
Changes: https://github.com/kvesteri/sqlalchemy-utils/releases |
0.41.1_1 23 Mar 2024 14:31:09
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.41.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 |
0.41.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 |
0.41.1 30 Jun 2023 07:03:02
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Remove outdated PYTHON_REL check after
lang/python37 removal |
0.41.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> |
0.41.1 02 May 2023 16:19:58
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.41.1
Changes: https://github.com/kvesteri/sqlalchemy-utils/releases
https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.41.0 18 Apr 2023 21:38:03
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.41.0
Changes: https://github.com/kvesteri/sqlalchemy-utils/releases |
0.40.0 21 Mar 2023 19:20:26
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.40.0
Changes: https://github.com/kvesteri/sqlalchemy-utils/releases |
0.39.0 30 Jan 2023 12:59:36
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.39.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/kvesteri/sqlalchemy-utils/releases |
0.38.3 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.38.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.38.3 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.38.3 11 Jul 2022 21:47:05
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.38.3
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.38.2_1 29 Jun 2022 16:32:39
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Change RUN_DEPENDS from py-sqlalchemy13 to
py-sqlalchemy14
- Bump PORTREVISION for dependency change |
0.38.2 23 Jan 2022 18:19:14
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.38.2
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.38.1 11 Jan 2022 18:44:17
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.38.1
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.9 25 Oct 2021 21:46:36
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.9
- Remove ANYJSON option
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.8 06 Jul 2021 14:56:24
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.8
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.7 20 Jun 2021 16:15:58
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.7
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.6 14 Jun 2021 17:39:47
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.6
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.4 26 May 2021 18:59:52
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.4
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.3 18 May 2021 19:28:10
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.3
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.2 16 May 2021 15:24:02
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.2
- Remove IPADDRESS option leftover (followup of
349e9766f9d1afcce34c9781acdb364afb1e0a45)
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.1 11 May 2021 21:47:05
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.1
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.37.0 07 May 2021 09:39:05
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-sqlalchemy-utils: Update to 0.37.0
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.36.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.36.8 10 Oct 2020 07:47:33
  |
sunpoet  |
Fix typo
PR: 250212
Submitted by: <tigersharke@gmail.com> |
0.36.8 09 Jul 2020 18:08:46
  |
sunpoet  |
Update to 0.36.8
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.36.7 08 Jul 2020 18:57:19
  |
sunpoet  |
Update to 0.36.7
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.36.6 25 May 2020 18:34:57
  |
sunpoet  |
Update to 0.36.6
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.36.5 17 May 2020 18:26:23
  |
sunpoet  |
Add PENDULUM option |
0.36.5 04 May 2020 19:19:15
  |
sunpoet  |
Update to 0.36.5
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.36.4 02 May 2020 01:37:17
  |
sunpoet  |
Update to 0.36.4
- Remove ENUM option
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst |
0.36.3 05 Apr 2020 19:54:12
  |
sunpoet  |
Add ANYJSON, ARROW, BABEL, COLOR, ENCRYPTED, ENUM, INTERVALS, IPADDRESS,
PASSWORD, PHONE, TIMEZONE and URL options |
0.36.3 02 Apr 2020 21:22:37
  |
sunpoet  |
Fix r530410 |
0.36.3 02 Apr 2020 21:19:52
  |
sunpoet  |
Add py-sqlalchemy-utils 0.36.3
SQLAlchemy-Utils provides various utility functions, new data types and helpers
for SQLAlchemy.
WWW: https://github.com/kvesteri/sqlalchemy-utils |