aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:17:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:47:20 +0000
commitf94eee5610c0cd1d75f1e3cb786357606f0d11dd (patch)
tree53e55156da2e0044c50cf4f096a6b964c22f36c1 /textproc
parent58992b7ba9035ffa11a095b06e8abc8f49896632 (diff)
downloadports-f94eee5610c0cd1d75f1e3cb786357606f0d11dd.tar.gz
ports-f94eee5610c0cd1d75f1e3cb786357606f0d11dd.zip
textproc/py-markdown-it-py: Fix setup.cfg for py-attrs 21.2.0 update
- Bump PORTREVISION for package change
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-markdown-it-py/Makefile4
-rw-r--r--textproc/py-markdown-it-py/files/patch-setup.cfg11
2 files changed, 13 insertions, 2 deletions
diff --git a/textproc/py-markdown-it-py/Makefile b/textproc/py-markdown-it-py/Makefile
index ec08ffb0e654..39e443130dcc 100644
--- a/textproc/py-markdown-it-py/Makefile
+++ b/textproc/py-markdown-it-py/Makefile
@@ -12,8 +12,8 @@ COMMENT= Python port of markdown-it
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<21:devel/py-attrs@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<21:devel/py-attrs@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<22:devel/py-attrs@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<22:devel/py-attrs@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
diff --git a/textproc/py-markdown-it-py/files/patch-setup.cfg b/textproc/py-markdown-it-py/files/patch-setup.cfg
new file mode 100644
index 000000000000..f2a0522b55c9
--- /dev/null
+++ b/textproc/py-markdown-it-py/files/patch-setup.cfg
@@ -0,0 +1,11 @@
+--- setup.cfg.orig 2021-05-02 06:48:52 UTC
++++ setup.cfg
+@@ -29,7 +29,7 @@ project_urls =
+ [options]
+ packages = find:
+ install_requires =
+- attrs>=19,<21
++ attrs>=19,<22
+ typing_extensions>=3.7.4;python_version<'3.8'
+ python_requires = ~=3.6
+ include_package_data = True