Add py-django-pyscss 2.0.2, makes it easier to use PySCSS in Django.
PR: 215149 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
parent
5da72a6e8f
commit
fb6a138bfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428419
4 changed files with 30 additions and 0 deletions
|
@ -1575,6 +1575,7 @@
|
|||
SUBDIR += py-django-pipeline13
|
||||
SUBDIR += py-django-post_office
|
||||
SUBDIR += py-django-profiles
|
||||
SUBDIR += py-django-pyscss
|
||||
SUBDIR += py-django-recaptcha
|
||||
SUBDIR += py-django-redis
|
||||
SUBDIR += py-django-registration
|
||||
|
|
23
www/py-django-pyscss/Makefile
Normal file
23
www/py-django-pyscss/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-pyscss
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Makes it easier to use PySCSS in Django
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \
|
||||
${PYTHON_PKGNAMEPREFIX}pyscss>=1.3.4:textproc/py-pyscss
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-django-pyscss/distinfo
Normal file
3
www/py-django-pyscss/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1481112842
|
||||
SHA256 (django-pyscss-2.0.2.tar.gz) = 0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615
|
||||
SIZE (django-pyscss-2.0.2.tar.gz) = 17791
|
3
www/py-django-pyscss/pkg-descr
Normal file
3
www/py-django-pyscss/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Makes it easier to use PySCSS in Django.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/django-pyscss
|
Loading…
Reference in a new issue