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-aiosql Simple SQL in Python
11.0 databases on this many watch lists=2 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-08 15:33:12
Last Update: 2024-09-05 06:18:34
Commit Hash: 0002d9e
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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.
Homepage    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.
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>)
  • py311: py311-aiosql
distinfo:
TIMESTAMP = 1723969179 SHA256 (aiosql-11.0.tar.gz) = efce083cc2b34c85bcbf45cf4c9576088b7bdf2e5fbdeaaf05cef3b4162262c3 SIZE (aiosql-11.0.tar.gz) = 65842

Packages (timestamps in pop-ups are UTC):
py311-aiosql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest11.011.0-11.011.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest11.011.0-11.011.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest11.011.0n/a11.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools-scm>=6.4 : devel/py-setuptools-scm@py311
  2. py311-setuptools>=42 : devel/py-setuptools@py311
  3. py311-wheel>=0.44.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. python3.11 : lang/python311
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/aiosql/
  2. https://pypi.org/packages/source/a/aiosql/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
11.0
05 Sep 2024 06:18:34
commit hash: 0002d9e6731dddc7ecfcac6abe2d0f775f3ee154commit hash: 0002d9e6731dddc7ecfcac6abe2d0f775f3ee154commit hash: 0002d9e6731dddc7ecfcac6abe2d0f775f3ee154commit hash: 0002d9e6731dddc7ecfcac6abe2d0f775f3ee154 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-aiosql: Add NO_ARCH

Approved by:	portmgr (blanket)
11.0
18 Aug 2024 08:25:55
commit hash: 1d0704c74c3ccde73ee1108204c50fc694ed992acommit hash: 1d0704c74c3ccde73ee1108204c50fc694ed992acommit hash: 1d0704c74c3ccde73ee1108204c50fc694ed992acommit hash: 1d0704c74c3ccde73ee1108204c50fc694ed992a files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
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
commit hash: 9eb654981e811e75b0d120acbbce5f8a892ddb62commit hash: 9eb654981e811e75b0d120acbbce5f8a892ddb62commit hash: 9eb654981e811e75b0d120acbbce5f8a892ddb62commit hash: 9eb654981e811e75b0d120acbbce5f8a892ddb62 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
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: 3