Page MenuHomeFreeBSD

New port: www/py-django-webpack-loader: Transparently use webpack with django
ClosedPublic

Authored by ultima on Sep 17 2018, 2:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 8:46 AM
Unknown Object (File)
Sat, Apr 20, 1:20 PM
Unknown Object (File)
Fri, Apr 19, 8:50 PM
Unknown Object (File)
Fri, Apr 19, 8:50 PM
Unknown Object (File)
Fri, Apr 19, 8:50 PM
Unknown Object (File)
Wed, Apr 17, 11:23 AM
Unknown Object (File)
Feb 17 2024, 6:27 AM
Unknown Object (File)
Jan 13 2024, 9:59 AM
Subscribers

Details

Summary

Use webpack to generate your static bundles without
django's staticfiles or opaque wrappers.

Django webpack loader consumes the output generated
by webpack-bundle-tracker and lets you use the
generated bundles in django

WWW: https://pypi.org/project/django-webpack-loader

Adding with Tools/scripts/addport which will add the entry to www/Makefile.

Test Plan

portest -AC:
looks fine.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19613
Build 19189: arc lint + arc unit

Event Timeline

0mp added inline comments.
www/py-django-webpack-loader/Makefile
11

I'd capitalize django here as well

19

Correct order: distutils autoplist concurrent

Based on: https://reviews.freebsd.org/D17152#366005

www/py-django-webpack-loader/pkg-descr
6

There's a dot missing at the end. Also, django should probably be capitalized, right?

0mp added inline comments.
www/py-django-webpack-loader/pkg-descr
2

I'd capitalize django here as well.

This revision is now accepted and ready to land.Sep 17 2018, 7:13 AM
ultima marked an inline comment as done.
ultima added inline comments.
www/py-django-webpack-loader/Makefile
19

Thanks for the source. I usually keep this alphabetical.

This revision was automatically updated to reflect the committed changes.