Package Details: my-weather-indicator-git 1:0.10.6.0+r221+63258d2-1

Git Clone URL: https://aur.archlinux.org/my-weather-indicator-git.git (read-only, click to copy)
Package Base: my-weather-indicator-git
Description: A simple indicator for the weather
Upstream URL: https://github.com/atareao/my-weather-indicator
Licenses: GPL3
Conflicts: my-weather-indicator
Provides: my-weather-indicator
Submitter: killua99
Maintainer: killua99 (twa022)
Last Packager: twa022
Votes: 7
Popularity: 0.000571
First Submitted: 2016-09-13 11:15 (UTC)
Last Updated: 2023-04-28 14:20 (UTC)

Latest Comments

« First ‹ Previous 1 2

robijob commented on 2019-10-09 10:03 (UTC)

python: can't open file 'setup.py': [Errno 2] No such file or directory

jonzen commented on 2019-09-21 20:43 (UTC)

Cloning into 'my-weather-indicator'... done. ==> Starting prepare()... ==> Starting pkgver()... ==> Updated version: my-weather-indicator-git r98.dadb78e-1 ==> Starting build()... python: can't open file 'setup.py': [Errno 2] No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

hmrocker commented on 2019-08-20 19:38 (UTC)

python: can't open file 'setup.py': [Errno 2] No such file or directory

tari01 commented on 2019-04-30 04:14 (UTC) (edited on 2019-04-30 04:20 (UTC) by tari01)

The author has fixed the "async issue", so now we need to remove the hack from PKGBUILD - this block should be deleted:

cd src

mv async.py mywi_async.py

sed -i 's:from async import:from mywi_async import:' *py

tari01 commented on 2019-02-25 11:46 (UTC) (edited on 2019-02-25 11:55 (UTC) by tari01)

Starting from Python 3.7 "async" is a reserved word, so the async.py module will not import. Here is what needs to be changed in prepare():

  1. /src/async.py: rename /src/async.py to /src/myasync.py

  2. /src/whereami.py:33 "from async import async_function" --> "from myasync import async_function"

I would also propose changing the source to https://github.com/atareao/my-weather-indicator (or an Ubuntu point release) - the bzr is not really up-to-date.

This will also fix what @drown has mentioned.

drown commented on 2018-09-19 07:10 (UTC)

A few weeks ago myweatherindicator stopped working for me. Terminal output:

(my-weather-indicator:29998): Gtk-WARNING **: 03:08:49.886: Theme parsing error: gtk.css:4190:73: Using one color stop with linear-gradient() is deprecated. <gettext.gnutranslations 0x7f6986703470="" at="" object=""> Traceback (most recent call last): File "/usr/bin/my-weather-indicator", line 66, in <module> from myweatherindicator import MWI File "/usr/share/my-weather-indicator/myweatherindicator.py", line 50, in <module> import preferences File "/usr/share/my-weather-indicator/preferences.py", line 33, in <module> from whereami import WhereAmI File "/usr/share/my-weather-indicator/whereami.py", line 34 from async import async_function ^ SyntaxError: invalid syntax</module></module></module></gettext.gnutranslations>

Any ideas? I've been relying on this little app since I started using Linux, so any help would be greatly appreciated.

killua99 commented on 2017-08-04 23:02 (UTC)

Sorry about that, I wasn't paying attention. twa022 will be the co-maintainer. In the future perhaps you can take full responsibility of it.

McQueen commented on 2017-07-31 03:09 (UTC)

@twa022 Thanks much! Works perfectly ... again thanks for your time.

twa022 commented on 2017-07-26 17:17 (UTC)

The PKGBUILD doesn't do anything other than install the license file. Here's a working PKGBUILD: https://pastebin.com/8LsdegXq

McQueen commented on 2017-05-04 04:29 (UTC)

Getting this error: ==> Starting package()... /tmp/yaourt-tmp-xian/aur-my-weather-indicator-git/./PKGBUILD: line 31: ${pkgdir}/opt/${$pkgname}/LICENSE: bad substitution ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build my-weather-indicator-git.