Package Details: tzupdate 3.1.0-1

Git Clone URL: https://aur.archlinux.org/tzupdate.git (read-only, click to copy)
Package Base: tzupdate
Description: Set the system timezone based on IP geolocation
Upstream URL: https://github.com/cdown/tzupdate
Licenses: MIT
Submitter: cdown
Maintainer: cdown
Last Packager: cdown
Votes: 22
Popularity: 0.019501
First Submitted: 2015-09-06 22:18 (UTC)
Last Updated: 2023-11-09 15:18 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

paco3346 commented on 2018-08-16 20:24 (UTC)

@sumner The package may have been removed with a pip update. Try to install the aur package again. Otherwise you can manually run sudo pip install -U tzupdate

sumner commented on 2018-08-07 15:24 (UTC)

Does not work after upgrade to Python 3.7:

$ tzupdate
Traceback (most recent call last):
  File "/usr/bin/tzupdate", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)

cdown commented on 2016-02-02 10:34 (UTC)

@justin8: Very true, thanks! I'll go fix that.

justin8 commented on 2016-02-02 03:42 (UTC)

python-setuptools should be a dependency, not just a make dep, otherwise it errors out trying to find pkg_resources