2018-06-24 03:55:55 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=python-certifi
|
2020-04-09 04:37:14 +08:00
|
|
|
PKG_VERSION:=2020.4.5.1
|
|
|
|
PKG_RELEASE:=1
|
2019-05-16 22:51:36 +08:00
|
|
|
|
2020-04-09 04:37:14 +08:00
|
|
|
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
2018-06-24 03:55:55 +08:00
|
|
|
PKG_LICENSE:=MPL-2.0
|
2019-05-16 22:51:36 +08:00
|
|
|
PKG_LICENSE_FILES:=LICENSE
|
2018-06-24 03:55:55 +08:00
|
|
|
|
2019-10-21 03:03:12 +08:00
|
|
|
PYPI_NAME:=certifi
|
2020-04-09 04:37:14 +08:00
|
|
|
PKG_HASH:=51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519
|
2019-05-16 22:51:36 +08:00
|
|
|
|
2019-10-21 03:03:12 +08:00
|
|
|
include ../pypi.mk
|
2018-06-24 03:55:55 +08:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2018-12-04 18:05:11 +08:00
|
|
|
include ../python3-package.mk
|
2018-06-24 03:55:55 +08:00
|
|
|
|
2020-04-22 01:27:50 +08:00
|
|
|
define Package/python3-certifi
|
2018-06-24 03:55:55 +08:00
|
|
|
SUBMENU:=Python
|
|
|
|
SECTION:=lang
|
|
|
|
CATEGORY:=Languages
|
2019-05-16 22:51:36 +08:00
|
|
|
TITLE:=Python package for Mozilla's CA Bundle
|
2018-06-24 03:55:55 +08:00
|
|
|
URL:=http://certifi.io/
|
2020-04-22 01:27:50 +08:00
|
|
|
DEPENDS:=+python3-light
|
2018-06-24 03:55:55 +08:00
|
|
|
endef
|
|
|
|
|
2020-04-01 22:21:16 +08:00
|
|
|
define Package/python3-certifi/description
|
2018-06-24 03:55:55 +08:00
|
|
|
Certifi is a carefully curated collection of Root Certificates for validating the
|
|
|
|
trustworthiness of SSL certificates while verifying the identity of TLS hosts.
|
|
|
|
endef
|
|
|
|
|
2018-12-04 18:05:11 +08:00
|
|
|
$(eval $(call Py3Package,python3-certifi))
|
|
|
|
$(eval $(call BuildPackage,python3-certifi))
|
|
|
|
$(eval $(call BuildPackage,python3-certifi-src))
|