Page MenuHomeFreeBSD

www/py-django-assets : relax requirement for webassets
ClosedPublic

Authored by rene on Jun 27 2015, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 16 2024, 11:24 PM
Unknown Object (File)
Nov 16 2024, 2:00 PM
Unknown Object (File)
Nov 16 2024, 1:29 PM
Unknown Object (File)
Nov 15 2024, 3:33 PM
Unknown Object (File)
Nov 13 2024, 7:35 PM
Unknown Object (File)
Nov 13 2024, 6:22 PM
Unknown Object (File)
Nov 13 2024, 4:11 PM
Unknown Object (File)
Nov 11 2024, 11:34 PM
Subscribers
None

Details

Reviewers
wg
Group Reviewers
Python
Summary

Currently www/py-django-assets insists via requirements.txt on having exactly version 0.10 of www/py-webassets installed This makes it impossible to load the pootle binary (see https://reviews.freebsd.org/D1234 ). The proposal is to require at least version 0.10 of webassets.

Test Plan

"import django_assets" from a Python shell still works.

Running the pootle port (WIP):
before:
Traceback (most recent call last):
...
pkg_resources.DistributionNotFound: webassets==0.10

(I had to run ktrace to find the culprit)

after:
Usage: pootle [--config=/path/to/settings.conf] [command] [options]

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rene retitled this revision from to www/py-django-assets : relax requirement for webassets.
rene updated this object.
rene edited the test plan for this revision. (Show Details)
rene added reviewers: Python, wg.
rene set the repository for this revision to rP FreeBSD ports repository.
rene added a child revision: D1234: textproc/pootle revival.
wg edited edge metadata.
This revision is now accepted and ready to land.Jun 27 2015, 8:35 PM