Port details |
- py-aiosql Simple SQL in Python
- 13.3 databases
=2 11.0Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2024-08-08 15:33:12
- Last Update: 2025-03-12 17:57:37
- Commit Hash: eec9587
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://pypi.org/project/aiosql/
- Description:
- SQL is code. Write it, version control it, comment it, and run it using files.
Writing your SQL code in Python programs as strings doesn't allow you to easily
reuse them in SQL GUIs or CLI tools like psql. With aiosql you can organize
your SQL statements in .sql files, load them into your python application as
methods to call without losing the ability to use them as you would any other
SQL file.
¦ ¦ ¦ ¦ 
- 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}aiosql>0:databases/py-aiosql@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-aiosql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-aiosql
- pkg install py311-aiosql
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-aiosql listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-aiosql
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1741801942
SHA256 (aiosql-13.3.tar.gz) = 22f587522426106a45683ce206cddd1357dfea65487c88ae9dbf8cb2dc138f10
SIZE (aiosql-13.3.tar.gz) = 74957
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-scm>=6.4 : devel/py-setuptools-scm@py311
- py311-setuptools>=42 : devel/py-setuptools@py311
- py311-wheel>=0.44.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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- misc/py-oterm
Configuration Options:
- No options to configure
- Options name:
- databases_py-aiosql
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.3 12 Mar 2025 17:57:37
    |
Nicola Vitale (nivit)  |
databases/py-aiosql: Update to 13.3
Release changes: https://github.com/nackjicholson/aiosql/releases/tag/13.3
Reported by: portscout! |
11.0 05 Sep 2024 06:18:34
    |
Po-Chuan Hsieh (sunpoet)  |
databases/py-aiosql: Add NO_ARCH
Approved by: portmgr (blanket) |
11.0 18 Aug 2024 08:25:55
    |
Nicola Vitale (nivit)  |
databases/py-aiosql: Update to 11.0
Release
changes: https://nackjicholson.github.io/aiosql/versions.html#on-2024-08-17
Reported by: portscout |
10.4 08 Aug 2024 15:31:51
    |
Nicola Vitale (nivit)  |
databases/py-aiosql: Add new port
SQL is code. Write it, version control it, comment it, and run it using files.
Writing your SQL code in Python programs as strings doesn't allow you to easily
reuse them in SQL GUIs or CLI tools like psql. With aiosql you can organize
your SQL statements in .sql files, load them into your python application as
methods to call without losing the ability to use them as you would any other
SQL file.
https://pypi.org/project/aiosql/ |
Number of commits found: 4
|