Sat Dec 6 03:26:17 2014 UTC ()
Import py27-SQLAlchemy-i18n-1.0.1 as databases/py-sqlalchemy-i18n.

Internationalization extension for SQLAlchemy models. Features:

 * Stores translations in separate tables.
 * Reflects translation table structures based on parent model table structure.
 * Supports forcing of given locale.
 * Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for
   performance optimization).


(rodent)
diff -r0 -r1.1 pkgsrc/databases/py-sqlalchemy-i18n/DESCR
diff -r0 -r1.1 pkgsrc/databases/py-sqlalchemy-i18n/Makefile
diff -r0 -r1.1 pkgsrc/databases/py-sqlalchemy-i18n/PLIST
diff -r0 -r1.1 pkgsrc/databases/py-sqlalchemy-i18n/distinfo
diff -r0 -r1.1 pkgsrc/databases/py-sqlalchemy-i18n/options.mk

File Added: pkgsrc/databases/py-sqlalchemy-i18n/DESCR
Internationalization extension for SQLAlchemy models. Features:

 * Stores translations in separate tables.
 * Reflects translation table structures based on parent model table structure.
 * Supports forcing of given locale.
 * Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for
   performance optimization).

File Added: pkgsrc/databases/py-sqlalchemy-i18n/Makefile
# $NetBSD: Makefile,v 1.1 2014/12/06 03:26:17 rodent Exp $

DISTNAME=	SQLAlchemy-i18n-1.0.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	databases python
MASTER_SITES=	https://pypi.python.org/packages/source/S/SQLAlchemy-i18n/

MAINTAINER=	rodent@NetBSD.org
HOMEPAGE=	https://github.com/kvesteri/sqlalchemy-i18n
COMMENT=	Internationalization extension for SQLAlchemy models
LICENSE=	modified-bsd

DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=0.9:../../databases/py-sqlalchemy
DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-utils>=0.25.3:../../databases/py-sqlalchemy-utils
DEPENDS+=	${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six

USE_LANGUAGES=	# none

EGG_NAME=	${DISTNAME:S/-/_/1}

.include "options.mk"

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/databases/py-sqlalchemy-i18n/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/12/06 03:26:17 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/sqlalchemy_i18n/__init__.py
${PYSITELIB}/sqlalchemy_i18n/__init__.pyc
${PYSITELIB}/sqlalchemy_i18n/__init__.pyo
${PYSITELIB}/sqlalchemy_i18n/builders.py
${PYSITELIB}/sqlalchemy_i18n/builders.pyc
${PYSITELIB}/sqlalchemy_i18n/builders.pyo
${PYSITELIB}/sqlalchemy_i18n/comparators.py
${PYSITELIB}/sqlalchemy_i18n/comparators.pyc
${PYSITELIB}/sqlalchemy_i18n/comparators.pyo
${PYSITELIB}/sqlalchemy_i18n/exc.py
${PYSITELIB}/sqlalchemy_i18n/exc.pyc
${PYSITELIB}/sqlalchemy_i18n/exc.pyo
${PYSITELIB}/sqlalchemy_i18n/expressions.py
${PYSITELIB}/sqlalchemy_i18n/expressions.pyc
${PYSITELIB}/sqlalchemy_i18n/expressions.pyo
${PYSITELIB}/sqlalchemy_i18n/manager.py
${PYSITELIB}/sqlalchemy_i18n/manager.pyc
${PYSITELIB}/sqlalchemy_i18n/manager.pyo
${PYSITELIB}/sqlalchemy_i18n/translatable.py
${PYSITELIB}/sqlalchemy_i18n/translatable.pyc
${PYSITELIB}/sqlalchemy_i18n/translatable.pyo
${PYSITELIB}/sqlalchemy_i18n/utils.py
${PYSITELIB}/sqlalchemy_i18n/utils.pyc
${PYSITELIB}/sqlalchemy_i18n/utils.pyo

File Added: pkgsrc/databases/py-sqlalchemy-i18n/distinfo
$NetBSD: distinfo,v 1.1 2014/12/06 03:26:17 rodent Exp $

SHA1 (SQLAlchemy-i18n-1.0.1.tar.gz) = 013889825f2e2ea4640b50a9a1081171ed1dbd18
RMD160 (SQLAlchemy-i18n-1.0.1.tar.gz) = 6ba493f2d818639b44f2e1c0ac2b505784778aec
Size (SQLAlchemy-i18n-1.0.1.tar.gz) = 25506 bytes

File Added: pkgsrc/databases/py-sqlalchemy-i18n/options.mk
# $NetBSD: options.mk,v 1.1 2014/12/06 03:26:17 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.py-sqlalchemy-i18n
PKG_SUPPORTED_OPTIONS=	tests
PKG_SUGGESTED_OPTIONS+=	# blank

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mtests)
DEPENDS+=	${PYPKGPREFIX}-test>=2.2.3:../../devel/py-test
DEPENDS+=	${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
DEPENDS+=	${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
DEPENDS+=	${PYPKGPREFIX}-flexmock>=0.9.7:../../devel/py-flexmock
DEPENDS+=	${PYPKGPREFIX}-psycopg2>=2.4.6:../../databases/py-psycopg2
.endif