From owner-svn-ports-all@freebsd.org Mon Dec 12 16:07:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 225B6C73F0D; Mon, 12 Dec 2016 16:07:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9BEFF6E; Mon, 12 Dec 2016 16:07:35 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBCG7YOs006946; Mon, 12 Dec 2016 16:07:34 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBCG7Yr7006941; Mon, 12 Dec 2016 16:07:34 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612121607.uBCG7Yr7006941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 12 Dec 2016 16:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428419 - in head/www: . py-django-pyscss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 16:07:36 -0000 Author: novel Date: Mon Dec 12 16:07:34 2016 New Revision: 428419 URL: https://svnweb.freebsd.org/changeset/ports/428419 Log: Add py-django-pyscss 2.0.2, makes it easier to use PySCSS in Django. PR: 215149 Submitted by: Alexander Nusov Added: head/www/py-django-pyscss/ head/www/py-django-pyscss/Makefile (contents, props changed) head/www/py-django-pyscss/distinfo (contents, props changed) head/www/py-django-pyscss/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 12 16:05:45 2016 (r428418) +++ head/www/Makefile Mon Dec 12 16:07:34 2016 (r428419) @@ -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 Added: head/www/py-django-pyscss/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-pyscss/Makefile Mon Dec 12 16:07:34 2016 (r428419) @@ -0,0 +1,23 @@ +# Created by: Alexander Nusov +# $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 Added: head/www/py-django-pyscss/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-pyscss/distinfo Mon Dec 12 16:07:34 2016 (r428419) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481112842 +SHA256 (django-pyscss-2.0.2.tar.gz) = 0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615 +SIZE (django-pyscss-2.0.2.tar.gz) = 17791 Added: head/www/py-django-pyscss/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-pyscss/pkg-descr Mon Dec 12 16:07:34 2016 (r428419) @@ -0,0 +1,3 @@ +Makes it easier to use PySCSS in Django. + +WWW: http://pypi.python.org/pypi/django-pyscss