pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-smartypants



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 10:58:34 UTC 2025

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

Log Message:
py-smartypants: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-smartypants/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-smartypants/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-smartypants/Makefile
diff -u pkgsrc/textproc/py-smartypants/Makefile:1.3 pkgsrc/textproc/py-smartypants/Makefile:1.4
--- pkgsrc/textproc/py-smartypants/Makefile:1.3 Wed May  3 20:16:41 2023
+++ pkgsrc/textproc/py-smartypants/Makefile     Sun Apr 13 10:58:34 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/05/03 20:16:41 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/13 10:58:34 wiz Exp $
 
 DISTNAME=      smartypants-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 # source tarball missing on pypi
 #MASTER_SITES= ${MASTER_SITE_PYPI:=s/smartypants/}
@@ -15,11 +15,17 @@ HOMEPAGE=   https://github.com/leohemsted/
 COMMENT=       Python with the SmartyPants
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
+
 USE_LANGUAGES= # none
 
+# as of 2.0.1
+# 4 failed, 1 passed
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} smartypants smartypants-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-smartypants/PLIST
diff -u pkgsrc/textproc/py-smartypants/PLIST:1.4 pkgsrc/textproc/py-smartypants/PLIST:1.5
--- pkgsrc/textproc/py-smartypants/PLIST:1.4    Wed Jan 19 17:50:48 2022
+++ pkgsrc/textproc/py-smartypants/PLIST        Sun Apr 13 10:58:34 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/19 17:50:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/13 10:58:34 wiz Exp $
 bin/smartypants-${PYVERSSUFFIX}
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/smartypants.py
 ${PYSITELIB}/smartypants.pyc
 ${PYSITELIB}/smartypants.pyo



Home | Main Index | Thread Index | Old Index