Bug 239061 - [NEW PORT] www/py-django-libsass: Filter to compile SASS files using libsass
Summary: [NEW PORT] www/py-django-libsass: Filter to compile SASS files using libsass
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-09 13:04 UTC by Alexander Sieg
Modified: 2019-08-25 18:52 UTC (History)
0 users

See Also:


Attachments
patch (1.44 KB, patch)
2019-07-09 13:04 UTC, Alexander Sieg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2019-07-09 13:04:08 UTC
django-libsass builds on libsass-python to make @import paths aware of
Django's staticfiles mechanism, and provides a filter module for
django-compressor which uses the libsass-python API directly, avoiding
the overheads of calling an external executable to do the compilation.

WWW: https://github.com/torchbox/django-libsass
Comment 1 Alexander Sieg 2019-07-09 13:04:15 UTC
Created attachment 205601 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-25 18:50:34 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Aug 25 18:49:48 UTC 2019
New revision: 509842
URL: https://svnweb.freebsd.org/changeset/ports/509842

Log:
  Add py-django-libsass 0.7

  django-libsass builds on libsass-python to make @import paths aware of Django's
  staticfiles mechanism, and provides a filter module for django-compressor which
  uses the libsass-python API directly, avoiding the overheads of calling an
  external executable to do the compilation.

  WWW: https://github.com/torchbox/django-libsass

  - While I'm here, add NO_ARCH

  PR:		239061
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Changes:
  head/www/Makefile
  head/www/py-django-libsass/
  head/www/py-django-libsass/Makefile
  head/www/py-django-libsass/distinfo
  head/www/py-django-libsass/pkg-descr
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-25 18:52:49 UTC
Committed. Thanks!