Search Criteria
Package Details: python-common 0.1.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-common.git (read-only, click to copy) |
|---|---|
| Package Base: | python-common |
| Description: | Common tools and data structures implemented in pure python. |
| Upstream URL: | https://pypi.python.org/pypi/common |
| Licenses: | MIT |
| Provides: | python-common |
| Submitter: | patrickelectric |
| Maintainer: | patrickelectric |
| Last Packager: | patrickelectric |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-11-08 13:49 (UTC) |
| Last Updated: | 2016-11-08 13:49 (UTC) |
Dependencies (2)
- python
- python-setuptools (make)
Required by (1)
- amd-debug-tools-git (optional)
Latest Comments
dreieck commented on 2024-01-17 21:46 (UTC)
Please move away from calling
setup.pydirectly but usepython -m buildandpython -m installer(and add the appropriate dependencies). See the Arch Wiki on Python packages.Regards and thanks for maintaining!