- Fix django dependency, now that www/py-django was bumped to 1.7
www/py-django-crispy-forms: fix django dependency- Fix django dependency, now that www/py-django was bumped to 1.7
(DiffRev:...) Approved by: swills (mentor)
- Fix django dependency, now that www/py-django was bumped to 1.7
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Are you sure we support this syntax:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<1.7:${PORTSDIR}/www/py-django16
I think it should be
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6:${PORTSDIR}/www/py-django16
the package name for django 1.6 is "django16" not "django", so if it needs to pull that in, it should be:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6:${PORTSDIR}/www/py-django16
If 1.7 works, then it should be:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.7:${PORTSDIR}/www/py-django
I don't know if this supports 1.7 or not.
Yeah, should've seen that.
If 1.7 works, then it should be:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.7:${PORTSDIR}/www/py-django
I don't know if this supports 1.7 or not.
Around the time when I made that port it (explicitly) didn't support 1.7, and hasn't been updated in a while nor touched on GitHub..