treewide: change my no longer used email
[feed/packages.git] / lang / python / python-babel / Makefile
1 #
2 # Copyright (C) 2019-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=python-babel
11 PKG_VERSION:=2.12.1
12 PKG_RELEASE:=1
13
14 PYPI_NAME:=Babel
15 PKG_HASH:=cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455
16
17 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
18 PKG_LICENSE:=BSD-3-Clause
19 PKG_LICENSE_FILES:=LICENSE
20
21 HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
22
23 include ../pypi.mk
24 include $(INCLUDE_DIR)/package.mk
25 include $(INCLUDE_DIR)/host-build.mk
26 include ../python3-package.mk
27 include ../python3-host-build.mk
28
29 define Package/python3-babel
30 SUBMENU:=Python
31 SECTION:=lang
32 CATEGORY:=Languages
33 TITLE:=Internationalization utilities
34 URL:=https://babel.pocoo.org/
35 DEPENDS:= \
36 +python3-decimal \
37 +python3-distutils \
38 +python3-email \
39 +python3-light \
40 +python3-logging \
41 +python3-urllib
42 endef
43
44 define Package/python3-babel/description
45 Babel is an integrated collection of utilities that assist in
46 internationalizing and localizing Python applications
47 with an emphasis on web-based applications.
48 endef
49
50 $(eval $(call Py3Package,python3-babel))
51 $(eval $(call BuildPackage,python3-babel))
52 $(eval $(call BuildPackage,python3-babel-src))
53 $(eval $(call HostBuild))