Search Criteria
Package Details: python-cysystemd 1.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cysystemd.git (read-only, click to copy) |
---|---|
Package Base: | python-cysystemd |
Description: | SystemD wrapper on Cython |
Upstream URL: | http://github.com/mosquito/cysystemd |
Licenses: | Apache |
Submitter: | jeancf |
Maintainer: | rprice |
Last Packager: | rprice |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-06 11:52 (UTC) |
Last Updated: | 2024-11-07 16:50 (UTC) |
Dependencies (3)
- cython (cython-gitAUR, cython0AUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-pip (make)
Required by (2)
- etcetera (optional)
- python-openlp-osc-control
Latest Comments
jeancf commented on 2020-11-23 08:06 (UTC)
@yochananmarqos I am not using this package myself so if you want to pick it up, feel free to.
yochananmarqos commented on 2020-11-22 15:05 (UTC)
cython
is not a runtime dependency, it's only required to build. See the setup.py. Pip should not be used to fetch the package, please see Python package guidelines.jeancf commented on 2020-11-22 10:35 (UTC)
Added cython to depends array. No need for source as the package is pulled from pip.
yochananmarqos commented on 2020-11-21 21:16 (UTC)
This is missing the source() array and
cython
is missing from makedepends() at the very least