Package Details: blueproximity-py3-git 1.3.3-2

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: L0-FF
Last Packager: L0-FF
Votes: 74
Popularity: 0.000002
First Submitted: 2020-09-10 19:32 (UTC)
Last Updated: 2022-09-26 02:55 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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 with python-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:

pacman -Qoq /usr/lib/python3.8/ | paru -S --rebuild -

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

L0-FF commented on 2020-09-10 19:12 (UTC)

@karachungen,

The issue is with bluez-utils-compat. REF: Zepman : building fails

short version:

Workaround

In PKGBUILD, replace the URL for refresh_adv_manager_for_non-LE_devices.diff (the last value of source) with:

https://mirror.slackbuilds.org/slackware/slackware-current/source/n/bluez/refresh_adv_manager_for_non-LE_devices.diff.gz
Replace the last value of sha512sums with:

7e633031175298c4711f49843a6e3e2eb4ad93e49c200d5401aec159f36ae7a0f2172be7935f0f1dc88780b7aae22b8c08de61cfc26001c4e4579811aa8be451

karachungen commented on 2020-09-10 08:24 (UTC) (edited on 2020-09-10 08:25 (UTC) by karachungen)

Can not install the package:

curl: (22) The requested URL returned error: 404 
==> ERROR: Failure while downloading https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez
    Aborting...
error downloading sources: bluez-utils-compat
Press any key to continue...