[Midnightbsd-cvs] mports [23237] trunk/security: add py-certifi
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 16:51:45 EDT 2018
Revision: 23237
http://svnweb.midnightbsd.org/mports/?rev=23237
Author: laffer1
Date: 2018-04-29 16:51:44 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add py-certifi
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/py-certifi/
trunk/security/py-certifi/Makefile
trunk/security/py-certifi/distinfo
trunk/security/py-certifi/pkg-descr
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2018-04-29 20:48:01 UTC (rev 23236)
+++ trunk/security/Makefile 2018-04-29 20:51:44 UTC (rev 23237)
@@ -116,6 +116,7 @@
SUBDIR += polarssl
SUBDIR += py-acme
SUBDIR += py-certbot
+SUBDIR ++ py-certifi
SUBDIR += py-cryptography
SUBDIR += py-ecdsa
SUBDIR += py-fail2ban
Added: trunk/security/py-certifi/Makefile
===================================================================
--- trunk/security/py-certifi/Makefile (rev 0)
+++ trunk/security/py-certifi/Makefile 2018-04-29 20:51:44 UTC (rev 23237)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME= certifi
+PORTVERSION= 2018.1.18
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Mozilla SSL certificates
+
+LICENSE= mpl
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+.include <bsd.port.mk>
Property changes on: trunk/security/py-certifi/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/py-certifi/distinfo
===================================================================
--- trunk/security/py-certifi/distinfo (rev 0)
+++ trunk/security/py-certifi/distinfo 2018-04-29 20:51:44 UTC (rev 23237)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1516371656
+SHA256 (certifi-2018.1.18.tar.gz) = edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d
+SIZE (certifi-2018.1.18.tar.gz) = 151258
Property changes on: trunk/security/py-certifi/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/py-certifi/pkg-descr
===================================================================
--- trunk/security/py-certifi/pkg-descr (rev 0)
+++ trunk/security/py-certifi/pkg-descr 2018-04-29 20:51:44 UTC (rev 23237)
@@ -0,0 +1,3 @@
+Certifi: Python Mozilla's SSL Certificates.
+
+WWW: https://pypi.python.org/pypi/certifi
Property changes on: trunk/security/py-certifi/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list