pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-magic-wormhole-mailbox-server



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Apr 11 22:21:06 UTC 2025

Modified Files:
        pkgsrc/net/py-magic-wormhole-mailbox-server: Makefile

Log Message:
net/py-magic-wormhole-mailbox-server: Depend on setuptools

This package uses pkg_resources, which is provide at runtime by
setuptools.   pkg_resources is deprecated and thus wheel.mk lacks
support, leading to a simple DEPENDS.

Remove comments about release requirements, as pkgsrc doesn't do that.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile

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

Modified files:

Index: pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile
diff -u pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.6 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.7
--- pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.6    Mon Apr  7 19:38:16 2025
+++ pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile        Fri Apr 11 22:21:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2025/04/07 19:38:16 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/11 22:21:06 gdt Exp $
 
 DISTNAME=      magic-wormhole-mailbox-server-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/magic-wormhole-mailbox-server/}
 
@@ -15,7 +15,9 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=16.3.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.14.1:../../www/py-autobahn
-USE_PKG_RESOURCES=     YES     # pkg_resources
+# Uses pkg_resources (which is deprecated).  wheel.mk lacks support
+# for declaring this with a variable, because it's now rare.
+DEPENDS+=       ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 # setup.py extras_requires dev
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
@@ -23,12 +25,6 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-treq-[0-9]
 TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 TEST_DEPENDS+= ${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes
 
-# setup.py extras_requires release
-#   dulwich
-#   docutils
-#   gpg
-#TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index