pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-polib



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov  7 11:49:06 UTC 2021

Modified Files:
        pkgsrc/devel/py-polib: Makefile distinfo

Log Message:
py-polib: updated to 1.1.1

Version 1.1.1 (2021/03/26)
--------------------------
- Strip UTF-16 BOM (U+FEFF) from start of file
- Message context (msgctxt) support for MO files
- Dropped Python < 2.7 support
- Updated docs and README after switch from Bitbucket to Github


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-polib/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-polib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-polib/Makefile
diff -u pkgsrc/devel/py-polib/Makefile:1.5 pkgsrc/devel/py-polib/Makefile:1.6
--- pkgsrc/devel/py-polib/Makefile:1.5  Sun Jan 28 16:39:54 2018
+++ pkgsrc/devel/py-polib/Makefile      Sun Nov  7 11:49:06 2021
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2018/01/28 16:39:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/07 11:49:06 adam Exp $
 
-DISTNAME=      polib-1.1.0
+DISTNAME=      polib-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/polib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/polib/
-COMMENT=       Python library to parse and manage gettext catalogs
+HOMEPAGE=      https://github.com/izimobil/polib
+COMMENT=       Library to manipulate gettext files
 LICENSE=       mit
 
-USE_LANGUAGES=         # empty
+USE_LANGUAGES= # none
+
+do-test:
+       cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-polib/distinfo
diff -u pkgsrc/devel/py-polib/distinfo:1.6 pkgsrc/devel/py-polib/distinfo:1.7
--- pkgsrc/devel/py-polib/distinfo:1.6  Tue Oct 26 10:18:46 2021
+++ pkgsrc/devel/py-polib/distinfo      Sun Nov  7 11:49:06 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:18:46 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/07 11:49:06 adam Exp $
 
-BLAKE2s (polib-1.1.0.tar.gz) = 8a75d394ddcd51c4bc8bf57e8cb114f3c9b305f58d0961ae4554adf3d555770a
-SHA512 (polib-1.1.0.tar.gz) = 74681585b4d7252e107acd7d73f49f7e91c90adcd180722d39d35c40ec158434798af0124a16788cf564c73b84f52a040aefeb58355a1a3cd85848c3f6a5e67f
-Size (polib-1.1.0.tar.gz) = 158484 bytes
+BLAKE2s (polib-1.1.1.tar.gz) = d5c95945a82e6ea31d3e0c025e0cc74d749f6549d34b4a7f79f921b7be6439ce
+SHA512 (polib-1.1.1.tar.gz) = 38de5fbdbc9ef879a4d55b9fe4f86a3aca3fb90dbb671745bd2b126be443598b8b18fe53afd116c3a4d3efc7a42b5ed05d75569bb5b2ef0bd2ced6e13eda95ad
+Size (polib-1.1.1.tar.gz) = 154644 bytes



Home | Main Index | Thread Index | Old Index