Date: Wed, 5 Apr 2017 15:37:20 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437796 - head/www/py-djblets Message-ID: <201704051537.v35FbKxu031987@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Apr 5 15:37:20 2017 New Revision: 437796 URL: https://svnweb.freebsd.org/changeset/ports/437796 Log: - Mark py-djblets deprecated and set expired date Explanation: - py-django16 is expired since April 2015 we don't need to keep it anymore. - The django team have introduced in version 1.7 a new crontrib module called "the staticfile app" [1]. This is required to be enabled manually after the installation and manual changes are needed in setting.py. - py-djblets requires the staticfile module to be able get installed and to work [2]. Our framework doesn't support it, and there is no plan in a near future to support it. [1] https://docs.djangoproject.com/en/1.7/ref/contrib/staticfiles/ https://django-doc-test-kor.readthedocs.io/en/latest/howto/static-files/index.html [2] https://github.com/djblets/djblets/blob/release-0.9.6/contrib/internal/build-media.py PR: 213269 216758 Modified: head/www/py-djblets/Makefile Modified: head/www/py-djblets/Makefile ============================================================================== --- head/www/py-djblets/Makefile Wed Apr 5 15:36:11 2017 (r437795) +++ head/www/py-djblets/Makefile Wed Apr 5 15:37:20 2017 (r437796) @@ -12,6 +12,9 @@ COMMENT= Collection of useful classes an LICENSE= MIT +DEPRECATED= Does not build with py-django18 see pr: 216758 +EXPIRATION_DATE= 2017-04-19 + BUILD_DEPENDS= uglifyjs:www/uglifyjs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:www/py-django16 \ ${PYTHON_PKGNAMEPREFIX}django-pipeline13>=1.3.27:www/py-django-pipeline13 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051537.v35FbKxu031987>