git: 2e00b6e49370 - main - devel/py-moto: Remove workaround for FreeBSD 11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:21:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e00b6e493700d5a71a5a23fe65231d513f26598 commit 2e00b6e493700d5a71a5a23fe65231d513f26598 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:13:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:13:46 +0000 devel/py-moto: Remove workaround for FreeBSD 11 - Bump PORTREVISION for package change --- devel/py-moto/Makefile | 3 ++- devel/py-moto/files/patch-setup.py | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile index 3b52e5d80191..8dc8ce8765d7 100644 --- a/devel/py-moto/Makefile +++ b/devel/py-moto/Makefile @@ -2,6 +2,7 @@ PORTNAME= moto PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.9.201:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.201:devel/py-botocore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=2.9.2:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=3.3.1:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \ diff --git a/devel/py-moto/files/patch-setup.py b/devel/py-moto/files/patch-setup.py deleted file mode 100644 index 94b05af264de..000000000000 --- a/devel/py-moto/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-05-03 12:18:17 UTC -+++ setup.py -@@ -32,7 +32,7 @@ def get_version(): - install_requires = [ - "boto3>=1.9.201", - "botocore>=1.12.201", -- "cryptography>=3.3.1", -+ "cryptography>=2.9.2", - "requests>=2.5", - "xmltodict", - "six>1.9",