pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/47459: add pkgsrc/devel/py-polib



>Number:         47459
>Category:       pkg
>Synopsis:       add pkgsrc/devel/py-polib
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 17 08:50:00 +0000 2013
>Originator:     Richard PALO
>Release:        pkgsrc trunk
>Organization:
>Environment:
SunOS devzone 5.11 oi_151a7 i86pc i386 i86pc Solaris

>Description:
polib is a library to manipulate, create, modify gettext files (pot, po and mo 
files). You can load existing files, iterate through its entries, add, modify 
entries, comments or metadata, etc. or create new po files from scratch.

polib supports out of the box any version of python ranging from 2.4 to latest 
3.X version.

polib is pretty stable now and is used by many opensource projects.

polib is completely free and opensource, the license used is the MIT license. 
It was developed back in 2006 by David Jean Louis and it is still actively 
maintained.
>How-To-Repeat:

>Fix:
Index: pkgsrc/devel/py-polib/DESCR
--- /dev/null
+++ pkgsrc/devel/py-polib/DESCR
@@ -0,0 +1,12 @@
+polib is a library to manipulate, create, modify gettext files (pot, po and mo
+files). You can load existing files, iterate through its entries, add, modify
+entries, comments or metadata, etc. or create new po files from scratch.
+
+polib supports out of the box any version of python ranging from 2.4 to latest
+3.X version.
+
+polib is pretty stable now and is used by many opensource projects.
+
+polib is completely free and opensource, the license used is the MIT license.
+It was developed back in 2006 by David Jean Louis and it is still actively
+maintained.
Index: pkgsrc/devel/py-polib/Makefile
--- /dev/null
+++ pkgsrc/devel/py-polib/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=      polib-1.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    devel python
+MASTER_SITES=  http://bitbucket.org/izi/polib/downloads/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://bitbucket.org/izi/polib/
+COMMENT=       Python library to parse and manage gettext catalogs
+LICENSE=       mit
+
+USE_LANGUAGES=         # empty
+PYDISTUTILSPKG= yes
+PY_NO_EGG=no
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-polib/PLIST
--- /dev/null
+++ pkgsrc/devel/py-polib/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/polib-${PKGVERSION}-py2.7.egg-info
+${PYSITELIB}/polib.py
+${PYSITELIB}/polib.pyc
+${PYSITELIB}/polib.pyo
Index: pkgsrc/devel/py-polib/distinfo
--- /dev/null
+++ pkgsrc/devel/py-polib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (polib-1.0.2.tar.gz) = 1fbc47667fa575fdb698545cdd68b8da86c784a4
+RMD160 (polib-1.0.2.tar.gz) = 5b7ec50c58d671badf2dd8de792e6b6509d60faa
+Size (polib-1.0.2.tar.gz) = 149187 bytes



Home | Main Index | Thread Index | Old Index