git: f94eee5610c0 - main - textproc/py-markdown-it-py: Fix setup.cfg for py-attrs 21.2.0 update

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:53:07 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f94eee5610c0cd1d75f1e3cb786357606f0d11dd

commit f94eee5610c0cd1d75f1e3cb786357606f0d11dd
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:17:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:20 +0000

    textproc/py-markdown-it-py: Fix setup.cfg for py-attrs 21.2.0 update
    
    - Bump PORTREVISION for package change
---
 textproc/py-markdown-it-py/Makefile              |  4 ++--
 textproc/py-markdown-it-py/files/patch-setup.cfg | 11 +++++++++++
 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


More information about the dev-commits-ports-all mailing list