Index: head/devel/py-expiringdict/Makefile =================================================================== --- head/devel/py-expiringdict/Makefile (revision 524466) +++ head/devel/py-expiringdict/Makefile (revision 524467) @@ -1,19 +1,21 @@ # $FreeBSD$ PORTNAME= expiringdict -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Dictionary with auto-expiring values for caching purposes LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PY_TYPING} NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist .include Index: head/devel/py-expiringdict/distinfo =================================================================== --- head/devel/py-expiringdict/distinfo (revision 524466) +++ head/devel/py-expiringdict/distinfo (revision 524467) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509629327 -SHA256 (expiringdict-1.1.4.tar.gz) = 9275c3f3aa6cabe394355b6454100eb1cdfe395c6b592c26603a2a0f9e3a0587 -SIZE (expiringdict-1.1.4.tar.gz) = 6900 +TIMESTAMP = 1572853342 +SHA256 (expiringdict-1.2.0.tar.gz) = 3fe447714f3f5c9a9e3c5fb9e8980027fd69a0f0fa305238fd284cfc74088365 +SIZE (expiringdict-1.2.0.tar.gz) = 8015 Index: head/devel/py-expiringdict/files/patch-setup.py =================================================================== --- head/devel/py-expiringdict/files/patch-setup.py (nonexistent) +++ head/devel/py-expiringdict/files/patch-setup.py (revision 524467) @@ -0,0 +1,12 @@ +--- setup.py.orig 2019-11-03 07:18:11 UTC ++++ setup.py +@@ -36,9 +36,6 @@ setup(name="expiringdict", + include_package_data=True, + zip_safe=True, + tests_require=tests_require, +- install_requires=[ +- "typing", +- ], + extras_require={ + "tests": tests_require, + }) Property changes on: head/devel/py-expiringdict/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