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)
This commit is contained in:
Ruslan Makhmatkhanov 2014-10-18 19:04:10 +00:00
parent 98d1053a3f
commit f1661b0973
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371155
2 changed files with 3 additions and 4 deletions

View File

@ -13,8 +13,7 @@ COMMENT= Reusable django application for writing pluggable reusable django appli
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>

View File

@ -2,4 +2,4 @@ Reusable django application for writting pluggable reusable django applications.
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/