1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add new port: py-django-countries

A Django application that provides country choices for use with
forms, flag icons static files, and a country field for models.

Differential Revision:  https://reviews.freebsd.org/D3808
This commit is contained in:
Alfred Perlstein 2015-12-18 04:05:45 +00:00
parent 65caa865e1
commit 6c5fcfa21d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403952
4 changed files with 25 additions and 0 deletions

View File

@ -1533,6 +1533,7 @@
SUBDIR += py-django-cms
SUBDIR += py-django-contact-form
SUBDIR += py-django-contrib-comments
SUBDIR += py-django-countries
SUBDIR += py-django-crispy-forms
SUBDIR += py-django-datetime-widget
SUBDIR += py-django-debug-toolbar

View File

@ -0,0 +1,18 @@
# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= django-countries
PORTVERSION= 3.4.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Provides country choices for use with django
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (django-countries-3.4.1.tar.gz) = 5bdda9d2c3473b519371428d88517f29befad7e35dfc489e8b0f95cb2aa941dc
SIZE (django-countries-3.4.1.tar.gz) = 267627

View File

@ -0,0 +1,4 @@
A Django application that provides country choices for use with
forms, flag icons static files, and a country field for models.
WWW: https://pypi.python.org/pypi/django-countries