]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - python3-pytz/python3-pytz.nm
python3-pytz: Update to version 2023.3
[people/pmueller/ipfire-3.x.git] / python3-pytz / python3-pytz.nm
CommitLineData
1bb89245
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-pytz
13a3dd67 7version = 2023.3
1bb89245
MT
8release = 1
9thisapp = pytz-%{version}
10
11groups = Development/Tools
12url = https://pypi.org/project/pytz/
13license = MIT
14summary = World timezone definitions, modern and historical
15
16description
17 pytz brings the Olson tz database into Python.
18end
19
13a3dd67 20source_dl = https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d
1bb89245
MT
21
22build
23 requires
24 python3-devel
25 end
26
27 build
28 %{python3} setup.py build
29 end
30
31 install
32 %{python3} setup.py install --root=%{BUILDROOT}
33
34 # Do not install a copy of the zoneinfo
35 rm -rfv %{BUILDROOT}%{python3_sitelib}/pytz/zoneinfo
36 end
37end
38
39packages
40 package %{name}
41 requires
42 tzdata
43 end
44 end
45end