Page MenuHomeFreeBSD

www/py-django-dpaste: Update to 2.9
ClosedPublic

Authored by koobs on Oct 31 2015, 10:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 7:13 AM
Unknown Object (File)
Sun, Apr 7, 9:10 PM
Unknown Object (File)
Sun, Mar 31, 10:04 PM
Unknown Object (File)
Sun, Mar 31, 10:04 PM
Unknown Object (File)
Sun, Mar 31, 10:04 PM
Unknown Object (File)
Sun, Mar 31, 10:04 PM
Unknown Object (File)
Sat, Mar 30, 3:48 PM
Unknown Object (File)
Jan 18 2024, 1:19 PM
Subscribers
None

Details

Summary

www/py-django-dpaste: Update to 2.9

  • Update to 2.9. This fixes run-time and tests with www/django (1.8)
  • Use Django 1.8 for RUN_DEPENDS
  • Switch to USE_GITHUB (no new sources at PyPI)

Default to using Django 1.8 (www/py-django) because the current
version of www/py-django-mptt (a dependency) defaults to installing 1.8.

Installation currently causes a conflict as installation of both django16
and django18 are attempted:

py-django-dpaste -> www/django16, www/py-django-mptt
py-django-mptt -> www/django (1.8)

This fixes a new failure in 2015Q4 quarterly reported by pkg-fallout.

MFH: 2015Q4
DiffRev: <url>

Test Plan
  • portlint: OK
  • testport: OK (poudriere)

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-dpaste: Update to 2.9.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added reviewers: ports secteam, antoine.
This revision is now accepted and ready to land.Oct 31 2015, 10:20 AM

This is going to need more to fix it, because in setup.py:

'django-mptt>=0.7.4',

I'm testing (unittests) whether 2.9 works with 0.6.0 (the version of django-mptt in the ports tree).

koobs edited edge metadata.

Update django-mptt minimum version

This revision now requires review to proceed.Oct 31 2015, 11:32 AM
koobs edited edge metadata.
This revision is now accepted and ready to land.Oct 31 2015, 11:48 AM
koobs edited edge metadata.
This revision was automatically updated to reflect the committed changes.