mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 22:11:19 +02:00
create bsd12 branch
This commit is contained in:
30
python/py-acme/Makefile
Normal file
30
python/py-acme/Makefile
Normal file
@@ -0,0 +1,30 @@
|
||||
# Created by: Carlos J Puga Medina <cpm@fbsd.es>
|
||||
# $FreeBSD: head/security/py-acme/Makefile 472836 2018-06-20 00:52:59Z miwi $
|
||||
|
||||
PORTNAME= acme
|
||||
PORTVERSION= ${ACME_VERSION}
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= ACME protocol implementation in Python
|
||||
|
||||
ACME_VERSION= 0.26.1
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:python/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}josepy>=1.0.0:python/py-josepy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:python/py-openssl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:python/py-pyrfc3339@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:python/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.10:python/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:python/py-requests-toolbelt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:python/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:python/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-acme/distinfo
Normal file
3
python/py-acme/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532431452
|
||||
SHA256 (acme-0.26.1.tar.gz) = 86e7b5f4654cb19215f16c0e6225750db7421f68ef6a0a040a61796f24e690be
|
||||
SIZE (acme-0.26.1.tar.gz) = 80741
|
||||
18
python/py-acme/files/patch-setup.py
Normal file
18
python/py-acme/files/patch-setup.py
Normal file
@@ -0,0 +1,18 @@
|
||||
--- setup.py.orig 2018-03-20 00:33:22 UTC
|
||||
+++ setup.py
|
||||
@@ -14,7 +14,6 @@ install_requires = [
|
||||
# formerly known as acme.jose:
|
||||
'josepy>=1.0.0',
|
||||
# Connection.set_tlsext_host_name (>=0.13)
|
||||
- 'mock',
|
||||
'PyOpenSSL>=0.13',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
@@ -24,6 +23,7 @@ install_requires = [
|
||||
]
|
||||
|
||||
dev_extras = [
|
||||
+ 'mock',
|
||||
'pytest',
|
||||
'pytest-xdist',
|
||||
'tox',
|
||||
7
python/py-acme/pkg-descr
Normal file
7
python/py-acme/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
ACME (Automated Certificate Management Environment) is a protocol for
|
||||
automating the management of domain-validation certificates, based on a
|
||||
simple JSON-over-HTTPS interface.
|
||||
|
||||
This packages provides a Python implementation of the protocol.
|
||||
|
||||
WWW: https://github.com/certbot/certbot/tree/master/acme
|
||||
Reference in New Issue
Block a user