Index: www/py-django-classy-tags/Makefile =================================================================== --- www/py-django-classy-tags/Makefile (revision 562462) +++ www/py-django-classy-tags/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= django-classy-tags PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: www/py-django-classy-tags/files/patch-setup.py =================================================================== --- www/py-django-classy-tags/files/patch-setup.py (nonexistent) +++ www/py-django-classy-tags/files/patch-setup.py (working copy) @@ -0,0 +1,16 @@ +Avoid the installation of the test suite in the top-level directory +of ${PYTHON_SITELIBDIR}. + +See also: https://github.com/django-cms/django-classy-tags/issues/58 + +--- setup.py.orig 2020-08-26 08:49:51 UTC ++++ setup.py +@@ -41,7 +41,7 @@ setup( + license='BSD', + description='Class based template tags for Django', + long_description=open('README.rst').read(), +- packages=find_packages(), ++ packages=find_packages(exclude=("tests",)), + include_package_data=True, + zip_safe=False, + install_requires=REQUIREMENTS, Property changes on: www/py-django-classy-tags/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