Search Criteria
Package Details: python-aiosql 10.1-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.003277 |
First Submitted: | 2020-06-19 18:35 (UTC) |
Last Updated: | 2024-03-28 01:27 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (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_scm
section 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-scm
to build.EDIT : I confirm with
python-setuptools-scm
package, 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!