aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:13:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:13:46 +0000
commit2e00b6e493700d5a71a5a23fe65231d513f26598 (patch)
tree35fc09c6d25a7fe60f87bef30ef130d5b89d38cd
parentef4e4e0dccda315815a49ec1b0b6331b529b1f5b (diff)
downloadports-2e00b6e493700d5a71a5a23fe65231d513f26598.tar.gz
ports-2e00b6e493700d5a71a5a23fe65231d513f26598.zip
devel/py-moto: Remove workaround for FreeBSD 11
- Bump PORTREVISION for package change
-rw-r--r--devel/py-moto/Makefile3
-rw-r--r--devel/py-moto/files/patch-setup.py11
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",