Index: head/devel/py-wsgiutils/Makefile =================================================================== --- head/devel/py-wsgiutils/Makefile (revision 498749) +++ head/devel/py-wsgiutils/Makefile (revision 498750) @@ -1,26 +1,23 @@ # Created by: Jordi Haarman # $FreeBSD$ PORTNAME= wsgiutils PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= WSGIUtils-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility libraries for development of simple WSGI programs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py .include Index: head/devel/py-wsgiutils/files/patch-setup.py =================================================================== --- head/devel/py-wsgiutils/files/patch-setup.py (nonexistent) +++ head/devel/py-wsgiutils/files/patch-setup.py (revision 498750) @@ -0,0 +1,12 @@ +--- setup.py.orig 2018-08-14 08:49:36 UTC ++++ setup.py +@@ -33,8 +33,8 @@ setup(name="WSGIUtils", + packages=[ + 'wsgiutils', + ], +- data_files = [('', ['LICENSE.txt', 'README.txt'])], + package_dir = {'': 'lib'}, ++ use_2to3=True, + classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', Property changes on: head/devel/py-wsgiutils/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