pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-genshi



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  4 12:04:22 UTC 2019

Modified Files:
        pkgsrc/www/py-genshi: Makefile distinfo

Log Message:
py-genshi: updated to 0.7.1

0.7.1:
Add support for Python 3.5, 3.6 and 3.7.
Move to GitHub and Travis CI.
Add support for iterator arguments to _speedups Markup.join implementation so that it matches
the Python implementation.
Add HTML5 input placeholder attribute to list of translatable attributes.
Add missing boolean attributes to XHTML and HTML serializers.
Fix infinite recursion in template inlining.
Support slash escaped of CRLF newlines.
Disable the speedups C extension on CPython >= 3.3 since Genshi doesn't support the new Unicode
C API yet.
Fix handling of case where a translation has text after a closing tag.
Fix assert with side-effect in xi:fallback directive processing


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-genshi/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-genshi/distinfo

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

Modified files:

Index: pkgsrc/www/py-genshi/Makefile
diff -u pkgsrc/www/py-genshi/Makefile:1.12 pkgsrc/www/py-genshi/Makefile:1.13
--- pkgsrc/www/py-genshi/Makefile:1.12  Sun Mar 15 19:51:08 2015
+++ pkgsrc/www/py-genshi/Makefile       Mon Mar  4 12:04:22 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2015/03/15 19:51:08 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.13 2019/03/04 12:04:22 adam Exp $
 
-DISTNAME=      Genshi-0.7
+DISTNAME=      Genshi-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
-MASTER_SITES=  http://ftp.edgewall.com/pub/genshi/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=G/Genshi/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://genshi.edgewall.org/
@@ -13,10 +13,5 @@ LICENSE=     modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
-USE_LANGUAGES= c
-
-do-test:
-               ${RUN}cd ${WRKSRC};${PYTHONBIN} setup.py test
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-genshi/distinfo
diff -u pkgsrc/www/py-genshi/distinfo:1.5 pkgsrc/www/py-genshi/distinfo:1.6
--- pkgsrc/www/py-genshi/distinfo:1.5   Wed Nov  4 02:47:29 2015
+++ pkgsrc/www/py-genshi/distinfo       Mon Mar  4 12:04:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 02:47:29 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/03/04 12:04:22 adam Exp $
 
-SHA1 (Genshi-0.7.tar.gz) = f34b762736d2814bcdea075f6b01b9de6c61aa61
-RMD160 (Genshi-0.7.tar.gz) = 3c8d8dfd8cb55b30e38af0039e2c42d56669c913
-SHA512 (Genshi-0.7.tar.gz) = 2d0042d4da4566725ddd80b73c5b7be09f479f5529e4aa69903edc2a98905ff6de42a0d5a6f02986d7962deb7740c4a3acf6955a8b77fdb42d3cf4ca037de6bf
-Size (Genshi-0.7.tar.gz) = 491579 bytes
+SHA1 (Genshi-0.7.1.tar.gz) = c1e23cd05a3ec38140b865237f648b089da99937
+RMD160 (Genshi-0.7.1.tar.gz) = 1a0764573581dbc7f13ee14386ed66f702a0d19b
+SHA512 (Genshi-0.7.1.tar.gz) = a97e40b091dbbc10616b7bcbbd0d23d640821fd18c61c060e91c14c050f587817a010fca08b9d832e48bd86519dc2d8f60e4af58d7eeb00d461cc1cd52208656
+Size (Genshi-0.7.1.tar.gz) = 270362 bytes



Home | Main Index | Thread Index | Old Index