Index: head/devel/py-argcomplete/Makefile =================================================================== --- head/devel/py-argcomplete/Makefile (revision 550313) +++ head/devel/py-argcomplete/Makefile (revision 550314) @@ -1,32 +1,32 @@ # Created by: Tony Narlock # $FreeBSD$ PORTNAME= argcomplete PORTVERSION= 1.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bash tab completion for argparse LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.rst TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include .if ${PYTHON_REL} < 3800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23<2:devel/py-importlib-metadata@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23:devel/py-importlib-metadata@${PY_FLAVOR} .endif .include Index: head/devel/py-argcomplete/files/patch-setup.py =================================================================== --- head/devel/py-argcomplete/files/patch-setup.py (nonexistent) +++ head/devel/py-argcomplete/files/patch-setup.py (revision 550314) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-07-12 18:16:03 UTC ++++ setup.py +@@ -5,7 +5,7 @@ from setuptools import setup, find_packages + + install_requires = [] + tests_require = ["coverage", "flake8", "pexpect", "wheel"] +-importlib_backport_requires = ["importlib-metadata >= 0.23, < 2"] ++importlib_backport_requires = ["importlib-metadata >= 0.23"] + + setup( + name='argcomplete', Property changes on: head/devel/py-argcomplete/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property