freebsd-ports/devel/py-pendulum/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

8 lines
376 B
Text

Pendulum is a Python package to ease datetimes manipulation.
It provides classes that are drop-in replacements for the native ones (they
inherit from them).
Special care has been taken to ensure timezones are handled correctly, and
are based on the underlying tzinfo implementation. For example all
comparisons are done in UTC or in the timezone of the datetime being used.