Search Criteria
Package Details: blueproximity-py3-git 1.3.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/blueproximity-py3-git.git (read-only, click to copy) |
---|---|
Package Base: | blueproximity-py3-git |
Description: | A proximity detector for your mobile phone via bluetooth. (Python3 version) |
Upstream URL: | https://github.com/tiktaalik-dev/blueproximity |
Keywords: | bluetooth lock proximity |
Licenses: | GPL |
Conflicts: | blueproximity |
Submitter: | L0-FF |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 74 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-10 19:32 (UTC) |
Last Updated: | 2024-12-11 15:55 (UTC) |
Dependencies (11)
- bluez-deprecated-tools
- bluez-utils (bluez-gitAUR)
- librsvg (librsvg-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-configobj
- python-gobject
- python-pybluez (python-pybluez-gitAUR)
- python-xapp
- xapps (xapps-gitAUR, xapp)
- gnome-screensaver (gnome-screensaver-no-watchdogAUR, budgie-screensaver-gitAUR) (optional)
- xscreensaver (xscreensaver-arch-logoAUR, xscreensaver-xmatrix-colorAUR) (optional)
Latest Comments
1 2 3 4 Next › Last »
envolution commented on 2024-12-11 15:58 (UTC)
modernized the code a little and swapped to maintained support packages as suggested by xiota - this was not a git package but it now (though I don't think it is being maintained)
L0-FF commented on 2022-09-26 02:59 (UTC) (edited on 2022-09-26 03:00 (UTC) by L0-FF)
Updated.
- removed pygtk
- replaced (pygtk) w/ python-gobject
- will explore updating source
* though: prefer to leave source as is for now, rather than point to my github fork.
** suggestions always welcome.
Zoddo commented on 2021-06-12 18:21 (UTC) (edited on 2021-06-12 18:22 (UTC) by Zoddo)
Could you replace the
pygtk
dependency withpython-gobject
(basically the python3 version of pygtk)?I've tested to locally edit the PKGBUILD, then uninstall pygtk, blueproximity continues to works.
This will also remove the last dependencies to python2.
DDoSolitary commented on 2021-02-28 08:09 (UTC)
While is it named -git but uses stable versions?
Alad commented on 2021-02-16 20:14 (UTC)
Since upstream seems dead, perhaps it makes more sense to update the source URL than to make a new package.
Smoit commented on 2020-12-31 15:14 (UTC)
This works for me:
pacman -Qoq /usr/lib/python3.9/ | yay -S --rebuild -
Thx
L0-FF commented on 2020-12-27 18:28 (UTC)
@Smoit,
You may need to rebuild your python 3.8 module for 3.9.
Something like:
Smoit commented on 2020-12-27 16:45 (UTC)
It does not work for me. The program cannot import the configobj module and asks me to install it, but it is already installed.
L0-FF commented on 2020-09-10 19:38 (UTC)
I've created a
python3
version of this package.Available here: blueproximity-py3-git
1 2 3 4 Next › Last »