Port details |
- py-tzlocal Returns the tzinfo object for the local timezone
- 5.2 devel =4 5.2Version of this port present on the latest quarterly branch.
- Maintainer: rob.kruus@gmail.com
- Port Added: 2014-08-03 11:28:50
- Last Update: 2024-08-01 23:44:50
- Commit Hash: c6781a8
- People watching this port, also watch:: psutils, p5-Error, libevent, indexinfo, py311-six
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/regebro/tzlocal
- Description:
- This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns pytz
tzinfo objects.
This module attempts to fix a glaring hole in pytz, that there is no way
to get the local timezone information, unless you know the zoneinfo
name, and under several Linux distros that's hard or impossible to
figure out.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-tzlocal/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-tzlocal
- pkg install py311-tzlocal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-tzlocal listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-tzlocal
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1722555475
SHA256 (tzlocal-5.2.tar.gz) = 8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e
SIZE (tzlocal-5.2.tar.gz) = 30201
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pytz-deprecation-shim>0 : devel/py-pytz-deprecation-shim@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- biology/py-resdk
- deskutils/py-khal
- devel/py-Js2Py
- devel/py-apscheduler
- devel/py-dateparser
- math/py-rpy2
- math/sage
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-tzlocal
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2 01 Aug 2024 23:44:50 |
Wen Heping (wen) |
devel/py-tzlocal: Update to 5.2
PR: 279848
Reported by: wen@
Approved by: maintainer(timeout, > 40 days ) |
4.2_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.2_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2_1 04 Sep 2022 00:31:25 |
Wen Heping (wen) |
devel/py-tzlocal: Update DEPENDS, fix run error
PR: 266203
Reported by: DtxdF@disroot.org
Approved by: maintainer(implicit, fix run error) |
4.2 03 Sep 2022 13:39:23 |
Wen Heping (wen) |
devel/py-tzlocal: Update to 4.2
PR: 265701
Reported by: DtxdF@disroot.org
Approved by: maintainer(timeout, > 20 days) |
1.5.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.5.1 07 Sep 2018 02:26:36 |
yuri |
devel/py-tzlocal: Update 1.4 -> 1.5.1
Also change WWW to the proper homepage.
PR: 230586
Approved by: rob.kruus@gmail.com (maintainer) |
1.4 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.4 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.4 17 Nov 2017 06:25:33 |
antoine |
Fix PKGNAME collision between py-tzlocal and py3-tzlocal
Pointy hat: ultima
With hat: portmgr |
1.4 16 Nov 2017 18:51:18 |
ultima |
* Updated to 1.4
* LICENSE changed to MIT
* Clean up Makefile
Changes: https://pypi.python.org/pypi/tzlocal/1.4
PR: 223712
Submitted by: <rob^@gma^> (maintainer) |
1.3 12 Jun 2017 10:39:27 |
sunpoet |
Add py3-tzlocal 1.3
- While I'm here, fix indent
PR: 219611
Submitted by: Rudolf Siegel <rs.os@t-online.de>
Approved by: maintainer (timeout, 15 days) |
1.3 05 Dec 2016 02:27:23 |
wen |
- Update to 1.3
PR: 213580
Submitted by: robert.kruus@utoronto.ca(maintainer) |
1.2.2 25 May 2016 17:11:20 |
amdmi3 |
- Update to 1.2.2
- Pass maintainership to submitter
- While here, switch to new test framework, add NO_ARCH and LICENSE_FILE
PR: 209751
Submitted by: rob.kruus@gmail.com |
1.1.1 25 May 2016 01:41:39 |
zi |
- Reset MAINTAINERship due to fatal email bounces (no MX record, no A record),
maintainer timeouts
Reported by: portscout |
1.1.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.1.1 03 Aug 2014 11:28:44 |
wg |
devel/py-tzlocal
This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns pytz
tzinfo objects.
This module attempts to fix a glaring hole in pytz, that there is no way
to get the local timezone information, unless you know the zoneinfo
name, and under several Linux distros that's hard or impossible to
figure out.
WWW: https://pypi.python.org/pypi/tzlocal
PR: 191659
Submitted by: melvyn magemana nl |