diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-02-28 12:40:21 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-02-28 12:40:21 +0100 |
commit | 3661d900d7aaf873db6c689400cf13010966cfe4 (patch) | |
tree | 1b0e468e6024f8c52ea312e7a4b8704c701a4202 /devel/py-tzdata/files/setup.py | |
parent | audio/py-pyogg: new port had been added (+) (diff) |
devel/py-tzdata: New port
This is a Python package containing zic-compiled binaries for the IANA
time zone database. It is intended to be a fallback for systems that do
not have system time zone data installed (or don’t have it installed in
a standard location), as a part of PEP 615.
WWW: https://github.com/python/tzdata
Diffstat (limited to 'devel/py-tzdata/files/setup.py')
-rw-r--r-- | devel/py-tzdata/files/setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-tzdata/files/setup.py b/devel/py-tzdata/files/setup.py new file mode 100644 index 000000000000..606849326a40 --- /dev/null +++ b/devel/py-tzdata/files/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup() |