2018-06-23 19:55:55 +00: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-07-02 23:40:05 +00:00
|
|
|
PKG_VERSION:=2020.6.20
|
2020-04-08 20:37:14 +00:00
|
|
|
PKG_RELEASE:=1
|
2019-05-16 14:51:36 +00:00
|
|
|
|
2020-04-08 20:37:14 +00:00
|
|
|
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
|
2018-06-23 19:55:55 +00:00
|
|
|
PKG_LICENSE:=MPL-2.0
|
2019-05-16 14:51:36 +00:00
|
|
|
PKG_LICENSE_FILES:=LICENSE
|
2018-06-23 19:55:55 +00:00
|
|
|
|
2019-10-20 19:03:12 +00:00
|
|
|
PYPI_NAME:=certifi
|
2020-07-02 23:40:05 +00:00
|
|
|
PKG_HASH:=5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3
|
2019-05-16 14:51:36 +00:00
|
|
|
|
2019-10-20 19:03:12 +00:00
|
|
|
include ../pypi.mk
|
2018-06-23 19:55:55 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2018-12-04 10:05:11 +00:00
|
|
|
include ../python3-package.mk
|
2018-06-23 19:55:55 +00:00
|
|
|
|
2020-04-21 17:27:50 +00:00
|
|
|
define Package/python3-certifi
|
2018-06-23 19:55:55 +00:00
|
|
|
SUBMENU:=Python
|
|
|
|
SECTION:=lang
|
|
|
|
CATEGORY:=Languages
|
2019-05-16 14:51:36 +00:00
|
|
|
TITLE:=Python package for Mozilla's CA Bundle
|
2018-06-23 19:55:55 +00:00
|
|
|
URL:=http://certifi.io/
|
2020-04-21 17:27:50 +00:00
|
|
|
DEPENDS:=+python3-light
|
2018-06-23 19:55:55 +00:00
|
|
|
endef
|
|
|
|
|
2020-04-01 14:21:16 +00:00
|
|
|
define Package/python3-certifi/description
|
2018-06-23 19:55:55 +00: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 10:05:11 +00:00
|
|
|
$(eval $(call Py3Package,python3-certifi))
|
|
|
|
$(eval $(call BuildPackage,python3-certifi))
|
|
|
|
$(eval $(call BuildPackage,python3-certifi-src))
|