pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-eradicate



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 28 13:18:51 UTC 2023

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

Log Message:
py-eradicate: updated to 2.3.0

2.3.0

This is the last release with Python2 support
True Windows support
New console script


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-eradicate/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-eradicate/PLIST \
    pkgsrc/textproc/py-eradicate/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-eradicate/Makefile
diff -u pkgsrc/textproc/py-eradicate/Makefile:1.4 pkgsrc/textproc/py-eradicate/Makefile:1.5
--- pkgsrc/textproc/py-eradicate/Makefile:1.4   Sat Jun 18 22:10:10 2022
+++ pkgsrc/textproc/py-eradicate/Makefile       Mon Aug 28 13:18:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/06/18 22:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/08/28 13:18:51 adam Exp $
 
-DISTNAME=      eradicate-2.1.0
+DISTNAME=      eradicate-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eradicate/}
@@ -14,7 +14,7 @@ USE_LANGUAGES=        # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} eradicate eradicate-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} eradicate eradicate-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-eradicate/PLIST
diff -u pkgsrc/textproc/py-eradicate/PLIST:1.5 pkgsrc/textproc/py-eradicate/PLIST:1.6
--- pkgsrc/textproc/py-eradicate/PLIST:1.5      Wed Jun 22 13:56:37 2022
+++ pkgsrc/textproc/py-eradicate/PLIST  Mon Aug 28 13:18:51 2023
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2022/06/22 13:56:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/28 13:18:51 adam Exp $
 bin/eradicate-${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}/top_level.txt
 ${PYSITELIB}/eradicate.py
 ${PYSITELIB}/eradicate.pyc
Index: pkgsrc/textproc/py-eradicate/distinfo
diff -u pkgsrc/textproc/py-eradicate/distinfo:1.5 pkgsrc/textproc/py-eradicate/distinfo:1.6
--- pkgsrc/textproc/py-eradicate/distinfo:1.5   Sat Jun 18 22:10:10 2022
+++ pkgsrc/textproc/py-eradicate/distinfo       Mon Aug 28 13:18:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/06/18 22:10:10 wiz Exp $
+$NetBSD: distinfo,v 1.6 2023/08/28 13:18:51 adam Exp $
 
-BLAKE2s (eradicate-2.1.0.tar.gz) = c01d4f8d23095722fbfe03c2af409381c70a41a63cc40e635d97c82fc0f64df8
-SHA512 (eradicate-2.1.0.tar.gz) = 6da18395e287aa0d54efe76a88abf64617cde985aaff0b59db6f985d63093b7c8c631cabab556690a1da9a735b0a5e05314991bc6a270cbc2bdffb29df04274a
-Size (eradicate-2.1.0.tar.gz) = 6007 bytes
+BLAKE2s (eradicate-2.3.0.tar.gz) = d98c7ca9fa048193cc82b7b0382574e135297a15f29c4de406ae91a0b794e588
+SHA512 (eradicate-2.3.0.tar.gz) = 3b2498277e8aa6e36f1dbab0731b28d22034b95564c300e067151fe5a6c8f124661f169e43290a57950588fcd8c8f27b990755bdba7e28afcc0fee6b82c1c07f
+Size (eradicate-2.3.0.tar.gz) = 8536 bytes



Home | Main Index | Thread Index | Old Index