Index: head/www/py-djangocms-admin-style/Makefile =================================================================== --- head/www/py-djangocms-admin-style/Makefile (revision 562569) +++ head/www/py-djangocms-admin-style/Makefile (revision 562570) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= djangocms-admin-style -DISTVERSION= 1.5.0 +DISTVERSION= 2.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Pretty CSS styles for the django CMS admin interface LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/www/py-djangocms-admin-style/distinfo =================================================================== --- head/www/py-djangocms-admin-style/distinfo (revision 562569) +++ head/www/py-djangocms-admin-style/distinfo (revision 562570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591949949 -SHA256 (djangocms-admin-style-1.5.0.tar.gz) = 47d9868aa448e593ce90059d6542a4d907c120d357cd0561c586f5557e3ba316 -SIZE (djangocms-admin-style-1.5.0.tar.gz) = 305405 +TIMESTAMP = 1611428249 +SHA256 (djangocms-admin-style-2.0.2.tar.gz) = 4381b259b62340127654a51a1eb83af2c9a42b608a36393c731c04712cd37068 +SIZE (djangocms-admin-style-2.0.2.tar.gz) = 313654 Property changes on: head/www/py-djangocms-admin-style/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/www/py-djangocms-admin-style/files/patch-setup.py =================================================================== --- head/www/py-djangocms-admin-style/files/patch-setup.py (nonexistent) +++ head/www/py-djangocms-admin-style/files/patch-setup.py (revision 562570) @@ -0,0 +1,14 @@ +Avoid the installation of the test suite in the top-level directory +of ${PYTHON_SITELIBDIR}. + +--- setup.py.orig 2020-11-24 12:09:27 UTC ++++ setup.py +@@ -43,7 +43,7 @@ setup( + license='BSD-3-Clause', + description='Adds pretty CSS styles for the django CMS admin interface.', + long_description=open('README.rst').read(), +- packages=find_packages(exclude=['preview']), ++ packages=find_packages(exclude=['preview', 'tests']), + include_package_data=True, + zip_safe=False, + install_requires=REQUIREMENTS, Property changes on: head/www/py-djangocms-admin-style/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