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
|
2023-07-27 18:03:58 +00:00
|
|
|
PKG_VERSION:=2023.7.22
|
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
|
2023-07-27 18:03:58 +00:00
|
|
|
PKG_HASH:=539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082
|
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
|
2023-07-27 18:03:58 +00:00
|
|
|
URL:=https://github.com/certifi/python-certifi
|
2022-10-07 14:36:30 +00:00
|
|
|
DEPENDS:=+python3-light +python3-urllib
|
2018-06-23 19:55:55 +00:00
|
|
|
endef
|
|
|
|
|
2020-04-01 14:21:16 +00:00
|
|
|
define Package/python3-certifi/description
|
2023-07-27 18:03:58 +00:00
|
|
|
Certifi provides Mozilla's carefully curated collection of Root
|
|
|
|
Certificates for validating the trustworthiness of SSL certificates
|
|
|
|
while verifying the identity of TLS hosts.
|
2018-06-23 19:55:55 +00:00
|
|
|
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))
|