| Port details | 
	| 
 py-aiosql Simple SQL in Python
 13.4 databases  =2          13.4Version of this port present on the latest quarterly branch.Maintainer: nivit@FreeBSD.org Port Added: 2024-08-08 15:33:12Last Update: 2025-06-13 08:54:36Commit Hash: 9c20757People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-SaneAlso Listed In: pythonLicense: BSD2CLAUSEWWW: 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-plistThere is no configure plist information for this port.USE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
${PYTHON_PKGNAMEPREFIX}aiosql>0:databases/py-aiosql@${PY_FLAVOR}
To install the port: cd /usr/ports/databases/py-aiosql/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install databases/py-aiosqlpkg install py311-aiosql
 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-aiosqlPackage flavors (<flavor>: <package>)distinfo:TIMESTAMP = 1748952287
SHA256 (aiosql-13.4.tar.gz) = da6ebb4d5e735753853007a7d574e60761338fc6ca8d95d6d95b5d85d7b1354d
SIZE (aiosql-13.4.tar.gz) = 75730 
Packages (timestamps in pop-ups are UTC):
 
DependenciesNOTE: 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@py311py311-setuptools>=42 : devel/py-setuptools@py311py311-wheel>=0.44.0 : devel/py-wheel@py311python3.11 : lang/python311py311-build>=0 : devel/py-build@py311py311-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 configureOptions name:databases_py-aiosqlUSES:pythonFreshPorts 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 | 
|---|
| 13.4 13 Jun 2025 08:54:36
 
       | Nicola Vitale (nivit)  | databases/py-aiosql: Update to 13.4
- Add a patch to fix build that would otherwise fail with the error:
===>  Building for py311-aiosql-13.4
* Getting build dependencies for wheel...
[06/13/25 10:43:25] WARNING  pyproject.toml does not contain a
tool.setuptools_scm section                                                     
                        setuptools.py:119
/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:104:
_BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still
*beta*.
  warnings.warn(msg, _BetaConfiguration)
configuration error: `project.license` must be valid exactly by one definition
(2 matches found):
    - keys:
        'file': {type: string}
      required: ['file']
    - keys:
        'text': {type: string}
      required: ['text']
Reported by:	portscout! | 
| 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/ |