Add py-django-i18nfield 1.5.0

This is yet another way to store multi-lingual content in Django. In contrast to
other options like django-hvad, django-modeltranslation or django-parler it does
not require additonal database tables and you can reconfigure the available
languages without any changes to the database schema. In constrast to nece, it
is not specific to PostgreSQL.

WWW: https://github.com/raphaelm/django-i18nfield

- While I'm here, add NO_ARCH

PR:		239060
Submitted by:	Alexander Sieg <alex@xanderio.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-25 18:49:28 +00:00
parent 6c2ea31f15
commit da67b8e6c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509841
4 changed files with 30 additions and 0 deletions

View File

@ -1554,6 +1554,7 @@
SUBDIR += py-django-hierarkey
SUBDIR += py-django-hijack
SUBDIR += py-django-htmlmin
SUBDIR += py-django-i18nfield
SUBDIR += py-django-js-asset
SUBDIR += py-django-json-rpc
SUBDIR += py-django-jsonfield

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= django-i18nfield
PORTVERSION= 1.5.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Store internationalized strings in django models
LICENSE= APACHE20
USES= python:3.4+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1563114828
SHA256 (django-i18nfield-1.5.0.tar.gz) = b0de195a636072200da88db950828459ac190e4aa4e5d9e1b52de9e9f327cb3a
SIZE (django-i18nfield-1.5.0.tar.gz) = 9037

View File

@ -0,0 +1,7 @@
This is yet another way to store multi-lingual content in Django. In contrast to
other options like django-hvad, django-modeltranslation or django-parler it does
not require additonal database tables and you can reconfigure the available
languages without any changes to the database schema. In constrast to nece, it
is not specific to PostgreSQL.
WWW: https://github.com/raphaelm/django-i18nfield