Search Criteria
Package Details: python-aiosql 13.3-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-aiosql.git (read-only, click to copy) |
|---|---|
| Package Base: | python-aiosql |
| Description: | Simple SQL in Python |
| Upstream URL: | https://pypi.python.org/pypi/aiosql |
| Licenses: | MIT |
| Conflicts: | python-aiosql, python-aiosql-git |
| Submitter: | dmfay |
| Maintainer: | dmfay |
| Last Packager: | dmfay |
| Votes: | 1 |
| Popularity: | 0.000003 |
| First Submitted: | 2020-06-19 18:35 (UTC) |
| Last Updated: | 2025-04-06 16:24 (UTC) |
Dependencies (6)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
dmfay commented on 2024-03-28 01:28 (UTC)
okay fixed and installed in a brand-new container this time, so that should be it. Installation now gives warnings about pyproject.toml lacking a
tool.setuptools_scmsection but I guess something else still wants it.daniel_chesters commented on 2024-03-27 18:15 (UTC) (edited on 2024-03-27 18:17 (UTC) by daniel_chesters)
Thank you
Now I had a new error :
It seems the package need
python-setuptools-scmto build.EDIT : I confirm with
python-setuptools-scmpackage, I can build and update the package.dmfay commented on 2024-03-27 02:06 (UTC)
ah, I had setuptools installed separately. It's added to makedepends now.
daniel_chesters commented on 2024-03-26 16:43 (UTC)
I had an error on update:
dreieck commented on 2024-03-25 23:16 (UTC)
You need to move away from using
setup.py:Regads!