Page MenuHomeFreeBSD

www/py-django-mptt: Update to 0.7.4, Fix *_DEPENDS
ClosedPublic

Authored by koobs on Oct 29 2015, 11:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 8:37 AM
Unknown Object (File)
Wed, Feb 28, 10:02 PM
Unknown Object (File)
Jan 28 2024, 2:38 AM
Unknown Object (File)
Jan 18 2024, 1:19 PM
Unknown Object (File)
Jan 8 2024, 5:07 PM
Unknown Object (File)
Jan 8 2024, 3:38 AM
Unknown Object (File)
Jan 8 2024, 3:38 AM
Unknown Object (File)
Jan 8 2024, 3:38 AM
Subscribers

Details

Summary

Commit log

www/py-django-mptt: Update to 0.7.4, Fix *_DEPENDS

This change is made to fix the fact that the current version
of this port (0.6.0) is not compatible with Django 1.8, the
port that it RUN_DEPENDS on, and is broken at run-time in both
Ports HEAD and Quarterly.

A soon to be committed update to www/py-django-dpaste (D4048) requires
this update to also fix it being broken in the quarterly branch.

The only other consumer of this port www/py-django-cms, already
incorrectly depends on versions of Django and django-mptt that are
later than those specified in its setup.py:

django-mptt>=0.5.1,<0.5.3',
'Django>=1.4,<1.6',

- Update PORTVERSION and distinfo checksum (0.7.4)
- Update COMMENT to match upstream (setup.py:description=)
- Add LICENSE_FILE
- Django is a RUN not BUILD depends, remove accordingly
- Sort USE_PYTHON values (portlint)
- Enable achitecture independent (NO_ARCH)

Changes:

  https://github.com/django-mptt/django-mptt/compare/0.6.0...0.7.0
  
[1] https://svnweb.freebsd.org/changeset/ports/400452

Approved by:	portmgr or ports-secteam
DiffRev:	<url>
Test Plan
  • portlint: OK (WARN: Makefile: Consider adding support for a NLS)
  • unittest: OK (Ran 74 tests in 1.304s)
  • testport: OK (poudriere Python 2.x, 3.x)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

koobs retitled this revision from to www/py-django-mptt: Update to 0.7.4, Fix *_DEPENDS.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added a reviewer: cs.
koobs added a subscriber: Python.
koobs added a subscriber: eadler.

Add patch manually, because contents of newly added files don't work through arc(8) cc @eadler again

koobs edited the test plan for this revision. (Show Details)
koobs edited reviewers, added: antoine; removed: cs.
koobs added a subscriber: cs.
This revision is now accepted and ready to land.Oct 31 2015, 11:49 AM
This revision was automatically updated to reflect the committed changes.
koobs edited edge metadata.