Search Criteria
Package Details: python-tr064 0.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-tr064.git (read-only, click to copy) |
---|---|
Package Base: | python-tr064 |
Description: | Lightweight and Straight-Forward TR-064 Client |
Upstream URL: | https://github.com/bfueldner/tr064 |
Keywords: | tr-064 tr064 |
Licenses: | MIT |
Submitter: | BoostCookie |
Maintainer: | BoostCookie |
Last Packager: | BoostCookie |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-05-20 22:27 (UTC) |
Last Updated: | 2024-04-23 12:37 (UTC) |
Dependencies (5)
- python-lxml
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python-pytest-runnerAUR (make)
- python-wheel (make)
Latest Comments
BoostCookie commented on 2024-10-14 13:46 (UTC)
@dreieck
Interesting. The package guidelines for Python make no mention of possible pycache issues. https://wiki.archlinux.org/title/Python_package_guidelines
Maybe this is a new phenomenon because the python people changed something?
dreieck commented on 2024-10-14 13:11 (UTC)
Ahoj,
your package installs some generic files that should not be installed and lead to conflict with other packages that do the same mistake:
Regards and thanks for the package!
BoostCookie commented on 2024-04-23 12:37 (UTC)
@dreieck Thanks for the info. I've fixed it now.
dreieck commented on 2024-04-23 12:25 (UTC)
Please move away from calling
setup.py
directly.See the Arch Linux wiki on python packages on how to use
python -m buil and
python -m install`.Regards and thanks for maintaining!