Search Criteria
Package Details: python-delegator 0.0.14-1
Git Clone URL: | https://aur.archlinux.org/python-delegator.git (read-only, click to copy) |
---|---|
Package Base: | python-delegator |
Description: | Subprocesses for Humans 2.0 |
Upstream URL: | https://github.com/kennethreitz/delegator.py |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | hexchain |
Maintainer: | None |
Last Packager: | hexchain |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-15 02:30 |
Last Updated: | 2018-01-19 13:50 |
Dependencies (4)
- python (python-dbg)
- python-pexpect
- python-setuptools (make)
- python2-setuptools (make)
Latest Comments
hexchain commented on 2017-02-15 02:28
@carlwgeorge: thanks!
Anonymous comment on 2017-02-14 18:26
According to the Arch Python package guidelines, this package should be named "python-delegator", not "python-delegator.py", because the module is named just "delegator" (i.e. `import delegator`).
https://wiki.archlinux.org/index.php/Python_package_guidelines#Package_naming
Also, the build dependency of setuptools is not listed, causing it to fail to build in a clean chroot. Please add this line.
makedepends=("python-setuptools" "python2-setuptools")