diff --git a/devel/py-polib/Makefile b/devel/py-polib/Makefile index cf5f8d9a8cc2..8ef8c6fdaf03 100644 --- a/devel/py-polib/Makefile +++ b/devel/py-polib/Makefile @@ -1,15 +1,20 @@ # Created by: Oleg Ukraincev PORTNAME= polib -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Python library to parse and manage gettext catalogs +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include diff --git a/devel/py-polib/distinfo b/devel/py-polib/distinfo index 53615cc97db2..19b6cacc2a16 100644 --- a/devel/py-polib/distinfo +++ b/devel/py-polib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563553928 -SHA256 (polib-1.1.0.tar.gz) = fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a -SIZE (polib-1.1.0.tar.gz) = 158484 +TIMESTAMP = 1655412251 +SHA256 (polib-1.1.1.tar.gz) = e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa +SIZE (polib-1.1.1.tar.gz) = 154644 diff --git a/devel/py-polib/pkg-descr b/devel/py-polib/pkg-descr index 50b090af31b5..716f4fb3bd82 100644 --- a/devel/py-polib/pkg-descr +++ b/devel/py-polib/pkg-descr @@ -1,13 +1,13 @@ PoLib is a python library to parse and manage gettext catalogs. polib allows you to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... or create new po files from scratch. polib provides a simple and pythonic API, exporting only three convenience functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating new files/entries. -WWW: https://bitbucket.org/izi/polib/ +WWW: https://github.com/izimobil/polib/