pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Apr  7 19:47:23 UTC 2025

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

Log Message:
net/py-magic-wormhole: Rototill deps per setup.py

Tests pass for me (in a non-pbulk environment), with a few warnings
because upstream hasn't adapted to twisted changes.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-magic-wormhole/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/Makefile
diff -u pkgsrc/net/py-magic-wormhole/Makefile:1.12 pkgsrc/net/py-magic-wormhole/Makefile:1.13
--- pkgsrc/net/py-magic-wormhole/Makefile:1.12  Sat Apr  5 20:02:29 2025
+++ pkgsrc/net/py-magic-wormhole/Makefile       Mon Apr  7 19:47:23 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/04/05 20:02:29 gdt Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/07 19:47:23 gdt Exp $
 
 DISTNAME=      magic-wormhole-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/magic-wormhole/}
 
@@ -10,7 +11,20 @@ HOMEPAGE=    https://github.com/warner/magi
 COMMENT=       Securely transfer data between computers
 LICENSE=       mit
 
-# in setup.py order
+# pyproject.toml
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=64.0.0:../../devel/py-setuptools
+
+# setup.py extras_requires.build
+# twine: for PyPi
+#TOOL_DEPENDS+=        ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
+# readme_renderer: ?
+# gpg: ? (for upload)
+# wheel
+
+# not declared, but used in setup.py
+TOOL_DEPENDS+= ${PYPKGPREFIX}-versioneer-[0-9]*:../../devel/py-versioneer
+
+# setup.py install_requires
 DEPENDS+=      ${PYPKGPREFIX}-spake2>=0.9:../../security/py-spake2
 DEPENDS+=      ${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
 DEPENDS+=      ${PYPKGPREFIX}-iterable-io>=1.0.0:../../devel/py-iterable-io
@@ -25,8 +39,9 @@ DEPENDS+=     ${PYPKGPREFIX}-humanize-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-txtorcon>=18.0.2:../../net/py-txtorcon
 DEPENDS+=      ${PYPKGPREFIX}-zipstream-ng>=1.7.1:../../archivers/py-zipstream-ng
 
-# \todo Align these to setup.py
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+# setup.py install_requires dev
+TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+TEST_DEPENDS+= ${PYPKGPREFIX}-flakes>=1.2.3:../../devel/py-flakes
 TEST_DEPENDS+= ${PYPKGPREFIX}-magic-wormhole-transit-relay-[0-9]*:../../net/py-magic-wormhole-transit-relay
 TEST_DEPENDS+= ${PYPKGPREFIX}-magic-wormhole-mailbox-server-[0-9]*:../../net/py-magic-wormhole-mailbox-server
 



Home | Main Index | Thread Index | Old Index