Date: Sat, 6 May 2017 07:29:54 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440237 - in head/www: . py-django-star-ratings Message-ID: <201705060729.v467Tsoc016498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat May 6 07:29:54 2017 New Revision: 440237 URL: https://svnweb.freebsd.org/changeset/ports/440237 Log: Python 3 compatible star ratings for Django models. WWW: https://github.com/wildfish/django-star-ratings PR: 210250 Submitted by: Kevin Golding <ports@caomhin.org> Added: head/www/py-django-star-ratings/ head/www/py-django-star-ratings/Makefile (contents, props changed) head/www/py-django-star-ratings/distinfo (contents, props changed) head/www/py-django-star-ratings/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 6 07:28:37 2017 (r440236) +++ head/www/Makefile Sat May 6 07:29:54 2017 (r440237) @@ -1591,6 +1591,7 @@ SUBDIR += py-django-simple-history SUBDIR += py-django-social-auth SUBDIR += py-django-sortedm2m + SUBDIR += py-django-star-ratings SUBDIR += py-django-statici18n SUBDIR += py-django-storages SUBDIR += py-django-subdomains Added: head/www/py-django-star-ratings/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-star-ratings/Makefile Sat May 6 07:29:54 2017 (r440237) @@ -0,0 +1,21 @@ +# Created by: Kevin Golding <ports@caomhin.org> +# $FreeBSD$ + +PORTNAME= django-star-ratings +PORTVERSION= 0.5.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= Django app to add star ratings to models + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18 + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/www/py-django-star-ratings/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-star-ratings/distinfo Sat May 6 07:29:54 2017 (r440237) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465811270 +SHA256 (django-star-ratings-0.5.1.tar.gz) = 3062306578ac3a649e205f1643ac5d26a9b027ac456db17cf2dd26ad71603240 +SIZE (django-star-ratings-0.5.1.tar.gz) = 26180 Added: head/www/py-django-star-ratings/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-star-ratings/pkg-descr Sat May 6 07:29:54 2017 (r440237) @@ -0,0 +1,3 @@ +Python 3 compatible star ratings for Django models. + +WWW: https://github.com/wildfish/django-star-ratings
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705060729.v467Tsoc016498>