pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tabulate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 11:14:18 UTC 2025

Modified Files:
        pkgsrc/textproc/py-tabulate: Makefile PLIST

Log Message:
py-tabulate: fix for setuptools>=78; fix HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-tabulate/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-tabulate/PLIST

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-tabulate/Makefile
diff -u pkgsrc/textproc/py-tabulate/Makefile:1.15 pkgsrc/textproc/py-tabulate/Makefile:1.16
--- pkgsrc/textproc/py-tabulate/Makefile:1.15   Mon Nov 11 07:29:09 2024
+++ pkgsrc/textproc/py-tabulate/Makefile        Sun Apr 13 11:14:18 2025
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:29:09 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/13 11:14:18 wiz Exp $
 
 DISTNAME=      tabulate-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tabulate/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://bitbucket.org/astanin/python-tabulate
+HOMEPAGE=      https://github.com/astanin/python-tabulate
 COMMENT=       Pretty-print tabular data
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} tabulate tabulate-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/textproc/py-tabulate/PLIST
diff -u pkgsrc/textproc/py-tabulate/PLIST:1.5 pkgsrc/textproc/py-tabulate/PLIST:1.6
--- pkgsrc/textproc/py-tabulate/PLIST:1.5       Sat Oct 28 19:57:20 2023
+++ pkgsrc/textproc/py-tabulate/PLIST   Sun Apr 13 11:14:18 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/13 11:14:18 wiz Exp $
 bin/tabulate-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tabulate/__init__.py
 ${PYSITELIB}/tabulate/__init__.pyc



Home | Main Index | Thread Index | Old Index