Index: head/devel/py-curtsies/Makefile =================================================================== --- head/devel/py-curtsies/Makefile (revision 461789) +++ head/devel/py-curtsies/Makefile (revision 461790) @@ -1,23 +1,23 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= curtsies -PORTVERSION= 0.2.12 +PORTVERSION= 0.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Curses-like terminal wrapper, with colored strings LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessings>=1.5:devel/py-blessings@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:devel/py-wcwidth@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python .include Index: head/devel/py-curtsies/distinfo =================================================================== --- head/devel/py-curtsies/distinfo (revision 461789) +++ head/devel/py-curtsies/distinfo (revision 461790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518536899 -SHA256 (curtsies-0.2.12.tar.gz) = 691047d1f8e97daec01866e762706743d0d7461ff69e04acb704dee4b55722cb -SIZE (curtsies-0.2.12.tar.gz) = 45039 +TIMESTAMP = 1518604635 +SHA256 (curtsies-0.3.0.tar.gz) = 89c802ec051d01dec6fc983e9856a3706e4ea8265d2940b1f6d504a9e26ed3a9 +SIZE (curtsies-0.3.0.tar.gz) = 47120 Index: head/devel/py-curtsies/files/patch-setup.py =================================================================== --- head/devel/py-curtsies/files/patch-setup.py (nonexistent) +++ head/devel/py-curtsies/files/patch-setup.py (revision 461790) @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-02-13 22:54:06 UTC ++++ setup.py +@@ -41,7 +41,7 @@ setup(name='curtsies', + install_requires = [ + 'blessings>=1.5', + 'wcwidth>=0.1.4', +- 'typing', ++ 'typing; python_version<"3.5"', + ], + tests_require = [ + 'mock', Property changes on: head/devel/py-curtsies/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