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: Mon Apr 7 19:38:16 UTC 2025
Modified Files:
pkgsrc/net/py-magic-wormhole-mailbox-server: Makefile
Log Message:
net/py-magic-wormhole-mailbox-server: rototill depends vs setup.py
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.6
--- pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile:1.5 Sat Apr 5 19:44:32 2025
+++ pkgsrc/net/py-magic-wormhole-mailbox-server/Makefile Mon Apr 7 19:38:16 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2025/04/05 19:44:32 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/07 19:38:16 gdt Exp $
DISTNAME= magic-wormhole-mailbox-server-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/magic-wormhole-mailbox-server/}
@@ -10,13 +11,23 @@ HOMEPAGE= https://github.com/magic-wormh
COMMENT= Main server for Magic Wormhole
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+# setup.py install_requires
DEPENDS+= ${PYPKGPREFIX}-attrs>=16.3.0:../../devel/py-attrs
-DEPENDS+= ${PYPKGPREFIX}-autobahn>=0.14.1:../../www/py-autobahn
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
-TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
+DEPENDS+= ${PYPKGPREFIX}-autobahn>=0.14.1:../../www/py-autobahn
+USE_PKG_RESOURCES= YES # pkg_resources
+
+# setup.py extras_requires dev
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
+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
Home |
Main Index |
Thread Index |
Old Index