svn commit: r437796 - head/www/py-djblets

Martin Wilke miwi at FreeBSD.org
Wed Apr 5 15:37:21 UTC 2017


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 \


More information about the svn-ports-head mailing list