Mon Apr 1 17:35:59 2013 UTC ()
Import speaklater-1.3 as devel/py-speaklater.

Speaklater is a module that provides lazy strings for translations.
Basically you get an object that appears to be a string but changes
the value every time the value is evaluated based on a callable
you provide.


(kleink)
diff -r0 -r1.1 pkgsrc/devel/py-speaklater/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-speaklater/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-speaklater/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-speaklater/distinfo

File Added: pkgsrc/devel/py-speaklater/DESCR
Speaklater is a module that provides lazy strings for translations.
Basically you get an object that appears to be a string but changes
the value every time the value is evaluated based on a callable
you provide.

File Added: pkgsrc/devel/py-speaklater/Makefile
# $NetBSD: Makefile,v 1.1 2013/04/01 17:35:59 kleink Exp $

DISTNAME=	speaklater-1.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	www python
MASTER_SITES=	http://pypi.python.org/packages/source/s/speaklater/

MAINTAINER=	kleink@NetBSD.org
HOMEPAGE=	http://github.com/mitsuhiko/speaklater
COMMENT=	Implements a lazy string for python useful for use with gettext
LICENSE=	modified-bsd

USE_LANGUAGES=	# empty

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

File Added: pkgsrc/devel/py-speaklater/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/04/01 17:35:59 kleink 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}/top_level.txt
${PYSITELIB}/speaklater.py
${PYSITELIB}/speaklater.pyc
${PYSITELIB}/speaklater.pyo

File Added: pkgsrc/devel/py-speaklater/distinfo
$NetBSD: distinfo,v 1.1 2013/04/01 17:35:59 kleink Exp $

SHA1 (speaklater-1.3.tar.gz) = 65551c6896de20e58dbae795392b7e551ccfe318
RMD160 (speaklater-1.3.tar.gz) = 70c03aa32233a9f4a6dd352c4dca1fe0d1888ffe
Size (speaklater-1.3.tar.gz) = 3582 bytes