Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 19:04:11 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371155 - head/www/py-django-app-plugins
Message-ID:  <201410181904.s9IJ4BCw004324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Oct 18 19:04:10 2014
New Revision: 371155
URL: https://svnweb.freebsd.org/changeset/ports/371155
QAT: https://qat.redports.org/buildarchive/r371155/

Log:
  www/py-django-app-plugins: convert to USES=python
  
  - convert to USES=python
  - limit python version to 2.x:
    """
    File "/usr/local/lib/python3.4/site-packages/app_plugins/models.py", line 24
      if not is_valid_label(name): raise RuntimeError, u"invalid label: " + name
                                                     ^
    SyntaxError: invalid syntax
    """
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-django-app-plugins/Makefile
  head/www/py-django-app-plugins/pkg-descr

Modified: head/www/py-django-app-plugins/Makefile
==============================================================================
--- head/www/py-django-app-plugins/Makefile	Sat Oct 18 19:01:59 2014	(r371154)
+++ head/www/py-django-app-plugins/Makefile	Sat Oct 18 19:04:10 2014	(r371155)
@@ -13,8 +13,7 @@ COMMENT=	Reusable django application for
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/www/py-django-app-plugins/pkg-descr
==============================================================================
--- head/www/py-django-app-plugins/pkg-descr	Sat Oct 18 19:01:59 2014	(r371154)
+++ head/www/py-django-app-plugins/pkg-descr	Sat Oct 18 19:04:10 2014	(r371155)
@@ -2,4 +2,4 @@ Reusable django application for writting
 Allows 3rd party apps to dynamically insert template inclusions into your apps
 at pre-defined plugin points.
 
-WWW:    http://code.google.com/p/django-app-plugins/
+WWW: http://code.google.com/p/django-app-plugins/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181904.s9IJ4BCw004324>