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:           Mon May 11 05:41:46 UTC 2026

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

Log Message:
py-textile: updated to 4.0.4

4.0.4
* Update supported python versions to include 3.13, and 3.14. Minimum support for pypy has increased to pypy3.11.
* Bugfixes:
**  Allow text blocks with spaces around first and last newlines


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-textile/Makefile
cvs rdiff -u -r1.13 -r1.14 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.30 pkgsrc/textproc/py-textile/Makefile:1.31
--- pkgsrc/textproc/py-textile/Makefile:1.30    Mon Apr 14 12:56:30 2025
+++ pkgsrc/textproc/py-textile/Makefile Mon May 11 05:41:46 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2025/04/14 12:56:30 adam Exp $
+# $NetBSD: Makefile,v 1.31 2026/05/11 05:41:46 adam Exp $
 
-DISTNAME=      textile-4.0.3
+DISTNAME=      textile-4.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textile/}
 
@@ -19,9 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} pytextile pytextile-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    pytextile
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-textile/distinfo
diff -u pkgsrc/textproc/py-textile/distinfo:1.13 pkgsrc/textproc/py-textile/distinfo:1.14
--- pkgsrc/textproc/py-textile/distinfo:1.13    Mon Oct 21 09:27:00 2024
+++ pkgsrc/textproc/py-textile/distinfo Mon May 11 05:41:46 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/10/21 09:27:00 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/05/11 05:41:46 adam Exp $
 
-BLAKE2s (textile-4.0.3.tar.gz) = 71d6b47d2cf546c7353f23504336e7cf75f30835ca457aea564edaadae082745
-SHA512 (textile-4.0.3.tar.gz) = 2dc835f15be92ce44c1f05e81205395e060fa704680746f577c5899dd23a6eddd8b87ec823a0e1348feba527b9d6cc2b89dad5955f417eef949957b91c0bd1cb
-Size (textile-4.0.3.tar.gz) = 56908 bytes
+BLAKE2s (textile-4.0.4.tar.gz) = 61bb8bf173ad70ef873f00302a84a212627e39405eea1d328a8cb1838114bf19
+SHA512 (textile-4.0.4.tar.gz) = 7058595cc2497c7106bfd7d9e2fff638faae40656508b49c4e447db46db36077fdfbab6ebe673d8dd1c92af2b237b94c9f2038b5ca64abc3fb8dc9280b9ba39e
+Size (textile-4.0.4.tar.gz) = 57322 bytes



Home | Main Index | Thread Index | Old Index