pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-textile py-textile: updated to 3.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1f650a40c7a
branches: trunk
changeset: 334221:b1f650a40c7a
user: adam <adam%pkgsrc.org@localhost>
date: Tue May 21 12:53:47 2019 +0000
description:
py-textile: updated to 3.0.3
Version 3.0.3
* BUGFIX: Improve handling code block following extended p block
Version 3.0.2
* BUGFIX: Fix for multiple multi-line paragraphs.
Version 3.0.1
* BUGFIX: Fix improper handling of extended code blocks.
Version 3.0.0
* Drop support for Python 2.6 and 3.2.
* Update to the current version of html5lib
* Bugfixes:
** Fix handling of HTML entities in extended pre blocks.
** Empty definitions in definition lists raised an exception
** Fix handling of unicode in img attributes
diffstat:
textproc/py-textile/ALTERNATIVES | 2 +-
textproc/py-textile/Makefile | 15 ++++++++-------
textproc/py-textile/PLIST | 4 ++--
textproc/py-textile/distinfo | 10 +++++-----
4 files changed, 16 insertions(+), 15 deletions(-)
diffs (67 lines):
diff -r b7ed75039cd2 -r b1f650a40c7a textproc/py-textile/ALTERNATIVES
--- a/textproc/py-textile/ALTERNATIVES Tue May 21 11:56:43 2019 +0000
+++ b/textproc/py-textile/ALTERNATIVES Tue May 21 12:53:47 2019 +0000
@@ -1,1 +1,1 @@
-bin/textile @PREFIX@/bin/textile@PYVERSSUFFIX@
+bin/pytextile @PREFIX@/bin/pytextile-@PYVERSSUFFIX@
diff -r b7ed75039cd2 -r b1f650a40c7a textproc/py-textile/Makefile
--- a/textproc/py-textile/Makefile Tue May 21 11:56:43 2019 +0000
+++ b/textproc/py-textile/Makefile Tue May 21 12:53:47 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/10/08 20:25:53 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2019/05/21 12:53:47 adam Exp $
-DISTNAME= textile-2.3.16
+DISTNAME= textile-3.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textile/}
@@ -10,16 +10,17 @@
COMMENT= XHTML generator using a simple markup
LICENSE= modified-bsd
-BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
post-install:
- cd ${DESTDIR}${PREFIX}/bin && ${MV} pytextile pytextile${PYVERSSUFFIX} || ${TRUE}
-
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} pytextile pytextile-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b7ed75039cd2 -r b1f650a40c7a textproc/py-textile/PLIST
--- a/textproc/py-textile/PLIST Tue May 21 11:56:43 2019 +0000
+++ b/textproc/py-textile/PLIST Tue May 21 12:53:47 2019 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2017/10/07 07:20:11 adam Exp $
-bin/pytextile${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.4 2019/05/21 12:53:47 adam Exp $
+bin/pytextile-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff -r b7ed75039cd2 -r b1f650a40c7a textproc/py-textile/distinfo
--- a/textproc/py-textile/distinfo Tue May 21 11:56:43 2019 +0000
+++ b/textproc/py-textile/distinfo Tue May 21 12:53:47 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/10/07 07:20:11 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/21 12:53:47 adam Exp $
-SHA1 (textile-2.3.16.tar.gz) = 3afeec7c429317489cfbd06895047bfadbed0cc0
-RMD160 (textile-2.3.16.tar.gz) = a48cf9d8e3f2675caec24f8b6c692dbcb178424e
-SHA512 (textile-2.3.16.tar.gz) = 6ed348f60ebaf3a4b4ba448c4e20a3f3ea2568544270cd6707038dc99b10bb5d77ee5b52e3b5d035b7c24070aadfc5b238c0d60a9426963e3750d6b7adb188e2
-Size (textile-2.3.16.tar.gz) = 47578 bytes
+SHA1 (textile-3.0.3.tar.gz) = be1cda3f31cf6345af7419e9dda3ea48b3684a60
+RMD160 (textile-3.0.3.tar.gz) = a2442da48382646d14e3b57649d045b2db329b08
+SHA512 (textile-3.0.3.tar.gz) = 91254e31ba1d531decc8c87170728aee7498ef6ba67e63c663e45882028938ffd2a34362cd4edd82fd98e940f4a2effe791f886965793c902498dd92acb8fb67
+Size (textile-3.0.3.tar.gz) = 48961 bytes
Home |
Main Index |
Thread Index |
Old Index