pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/toot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 16 14:03:54 UTC 2024

Modified Files:
        pkgsrc/chat/toot: Makefile PLIST

Log Message:
toot: add missing dependencies, convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/toot/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/toot/PLIST

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

Modified files:

Index: pkgsrc/chat/toot/Makefile
diff -u pkgsrc/chat/toot/Makefile:1.13 pkgsrc/chat/toot/Makefile:1.14
--- pkgsrc/chat/toot/Makefile:1.13      Tue Jan 16 13:46:25 2024
+++ pkgsrc/chat/toot/Makefile   Tue Jan 16 14:03:54 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/01/16 13:46:25 vins Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/16 14:03:54 wiz Exp $
 
 DISTNAME=      toot-0.41.1
+PKGREVISION=   1
 CATEGORIES=    chat net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toot/}
 
@@ -9,15 +10,19 @@ HOMEPAGE=    https://github.com/ihabunek/to
 COMMENT=       Command line client for the Mastodon social network API
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4.5:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-click>=8.1:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.13:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.10.0:../../textproc/py-tomlkit
+DEPENDS+=      ${PYPKGPREFIX}-urwid>=2:../../devel/py-urwid
+DEPENDS+=      ${PYPKGPREFIX}-urwidgets>=0:../../devel/py-urwidgets
+DEPENDS+=      ${PYPKGPREFIX}-wcwidth>=0.1.7:../../devel/py-wcwidth
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
-DEPENDS+=      ${PYPKGPREFIX}-tomlkit-[0-9]*:../../textproc/py-tomlkit
-DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
-DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/chat/toot/PLIST
diff -u pkgsrc/chat/toot/PLIST:1.7 pkgsrc/chat/toot/PLIST:1.8
--- pkgsrc/chat/toot/PLIST:1.7  Tue Jan 16 13:46:25 2024
+++ pkgsrc/chat/toot/PLIST      Tue Jan 16 14:03:54 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2024/01/16 13:46:25 vins Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/01/16 14:03:54 wiz Exp $
 bin/toot
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${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}/top_level.txt
 ${PYSITELIB}/toot/__init__.py
 ${PYSITELIB}/toot/__init__.pyc
 ${PYSITELIB}/toot/__init__.pyo



Home | Main Index | Thread Index | Old Index