pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-textile



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 24 11:20:41 UTC 2024

Modified Files:
        pkgsrc/textproc/py-textile: Makefile PLIST distinfo

Log Message:
py-textile: updated to 4.0.2

Version 4.0.2
* Bugfixes:
** Support non-http schemas in url refs
** pytest-runner is deprecated
*** other changes related to CI infrastructure

Version 4.0.1
* Bugfixes:
** SyntaxWarnings with Python 3.8
** testsuite: internal error with coverage 5.0.X
** DeprecationWarnings about invalid escape sequences

Version 4.0.0
* Drop support for Python 2, hence the version bump. Update list of PY3K versions to currently-supported versions. If you need to use textile on Python 2.7 or Python 3.3 or 3.4, please use textile 
Version 3.0.4.
* For use in PyPy environments, textile used to work well with the regex package. Lately, it's running into trouble. Please uninstall regex if this is the case for you.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-textile/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-textile/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-textile/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-textile/Makefile
diff -u pkgsrc/textproc/py-textile/Makefile:1.26 pkgsrc/textproc/py-textile/Makefile:1.27
--- pkgsrc/textproc/py-textile/Makefile:1.26    Tue Jun  6 12:42:33 2023
+++ pkgsrc/textproc/py-textile/Makefile Wed Jan 24 11:20:40 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2023/06/06 12:42:33 riastradh Exp $
+# $NetBSD: Makefile,v 1.27 2024/01/24 11:20:40 adam Exp $
 
-DISTNAME=      textile-3.0.4
+DISTNAME=      textile-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textile/}
 
@@ -11,21 +10,19 @@ HOMEPAGE=   https://github.com/textile/pyt
 COMMENT=       XHTML generator using a simple markup
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-# yes, TOOL_DEPENDS< as of 3.0.4
-TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-html5lib>=1.0.1:../../textproc/py-html5lib
+DEPENDS+=      ${PYPKGPREFIX}-regex>=1.1:../../textproc/py-regex
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_PKG_RESOURCES=     yes
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pytextile pytextile-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-textile/PLIST
diff -u pkgsrc/textproc/py-textile/PLIST:1.4 pkgsrc/textproc/py-textile/PLIST:1.5
--- pkgsrc/textproc/py-textile/PLIST:1.4        Tue May 21 12:53:47 2019
+++ pkgsrc/textproc/py-textile/PLIST    Wed Jan 24 11:20:41 2024
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2019/05/21 12:53:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/01/24 11:20:41 adam Exp $
 bin/pytextile-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/textile/__init__.py
 ${PYSITELIB}/textile/__init__.pyc
 ${PYSITELIB}/textile/__init__.pyo

Index: pkgsrc/textproc/py-textile/distinfo
diff -u pkgsrc/textproc/py-textile/distinfo:1.11 pkgsrc/textproc/py-textile/distinfo:1.12
--- pkgsrc/textproc/py-textile/distinfo:1.11    Tue Oct 26 11:23:16 2021
+++ pkgsrc/textproc/py-textile/distinfo Wed Jan 24 11:20:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:23:16 nia Exp $
+$NetBSD: distinfo,v 1.12 2024/01/24 11:20:41 adam Exp $
 
-BLAKE2s (textile-3.0.4.tar.gz) = 57c606a16157b697b100c9c05ec965e5259c40066ac242ea4df3c36d8fab4758
-SHA512 (textile-3.0.4.tar.gz) = db56bd1cce52cc87a2bed1f8e0229fc6e0232fe95c46172fd8daf00b79a96e6e246adee057d5d0540283c322a87cc9c3990cfa5dfacc2468c5e2c907ffa17a03
-Size (textile-3.0.4.tar.gz) = 49890 bytes
+BLAKE2s (textile-4.0.2.tar.gz) = 56ea465108e577b1ca30485a6b06871460ad802fd9e80d6cb65da8b6a218e21e
+SHA512 (textile-4.0.2.tar.gz) = c7f0112ad2ec6e7f90b4182043c7c074bcab72bc8c990dfc4c35e880311891c9bfa0d5ca564959abbd5fa4e62ce4793ab583f1a034da63eba440d93ced33fbd9
+Size (textile-4.0.2.tar.gz) = 51157 bytes



Home | Main Index | Thread Index | Old Index