Search Criteria
Package Details: python-pushover 0.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pushover.git (read-only, click to copy) |
---|---|
Package Base: | python-pushover |
Description: | Python library for Pushover notification service. |
Upstream URL: | http://pythonhosted.org/python-pushover/ |
Licenses: | GPL |
Submitter: | ImNtReal |
Maintainer: | ImNtReal |
Last Packager: | ImNtReal |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-09-10 14:18 (UTC) |
Last Updated: | 2023-06-13 19:46 (UTC) |
Dependencies (3)
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python-distribute (python-setuptools) (make)
Latest Comments
jihem commented on 2023-12-14 13:38 (UTC)
Hi, for information
2to3
without any option just show the diff, it doesn't change any file. You should edit the PKGBUILD with the line2to3 -w -n pushover.py
to really modify pushover.py.In addition, it may be cleaner to call
2to3
andsed
lines in functionprepare()
(where patches are usually applied) instead ofpackage()
.kleintux commented on 2023-05-17 16:35 (UTC)
Hi there
git is needed as a make dependency because the source is from git.
thank you for fixing and maintaining