Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 18:49:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509842 - in head/www: . py-django-libsass
Message-ID:  <201908251849.x7PInld0003693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 25 18:49:47 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>

Added:
  head/www/py-django-libsass/
  head/www/py-django-libsass/Makefile   (contents, props changed)
  head/www/py-django-libsass/distinfo   (contents, props changed)
  head/www/py-django-libsass/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 25 18:49:28 2019	(r509841)
+++ head/www/Makefile	Sun Aug 25 18:49:47 2019	(r509842)
@@ -1560,6 +1560,7 @@
     SUBDIR += py-django-jsonfield
     SUBDIR += py-django-jsonfield2
     SUBDIR += py-django-ldapdb
+    SUBDIR += py-django-libsass
     SUBDIR += py-django-markdownx
     SUBDIR += py-django-markwhat
     SUBDIR += py-django-mezzanine

Added: head/www/py-django-libsass/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-libsass/Makefile	Sun Aug 25 18:49:47 2019	(r509842)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	django-libsass
+PORTVERSION=	0.7
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alex@xanderio.de
+COMMENT=	Filter to compile SASS files using libsass
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-django-libsass/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-libsass/distinfo	Sun Aug 25 18:49:47 2019	(r509842)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1563114828
+SHA256 (django-libsass-0.7.tar.gz) = 49db3334b87e1f7955c4f9fb9945bc296f8bfd27a14d6d89706e4b0e5dc5de1c
+SIZE (django-libsass-0.7.tar.gz) = 4924

Added: head/www/py-django-libsass/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-libsass/pkg-descr	Sun Aug 25 18:49:47 2019	(r509842)
@@ -0,0 +1,6 @@
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908251849.x7PInld0003693>