pkgsrc-WIP-changes archive

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

*: add some missing tools



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Mar 1 23:38:36 2024 +0100
Changeset:	d54766725299af5a765ec92ab8ca24e2aec7b2f5

Modified Files:
	py-lieer/Makefile
	py-notmuch2/Makefile

Log Message:
*: add some missing tools

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d54766725299af5a765ec92ab8ca24e2aec7b2f5

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

diffstat:
 py-lieer/Makefile    | 2 ++
 py-notmuch2/Makefile | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-lieer/Makefile b/py-lieer/Makefile
index 90f2157aaf..197f1dc81b 100644
--- a/py-lieer/Makefile
+++ b/py-lieer/Makefile
@@ -1,4 +1,5 @@
 # $NetBSD$
+
 DISTNAME=	lieer-1.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	mail python
@@ -10,6 +11,7 @@ COMMENT=	Email synchronization between notmuch and GMail
 LICENSE=	gnu-gpl-v3
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-notmuch2-[0-9]*:../../wip/py-notmuch2
 DEPENDS+=	${PYPKGPREFIX}-google-api-python-client-[0-9]*:../../www/py-google-api-python-client
 DEPENDS+=	${PYPKGPREFIX}-google-auth-oauthlib-[0-9]*:../../security/py-google-auth-oauthlib
diff --git a/py-notmuch2/Makefile b/py-notmuch2/Makefile
index 0d133355f8..b39e1dba6d 100644
--- a/py-notmuch2/Makefile
+++ b/py-notmuch2/Makefile
@@ -1,4 +1,5 @@
 # $NetBSD$
+
 VERSION=	0.38.2
 DISTNAME=	notmuch-${VERSION}
 WHEEL_NAME=	notmuch2-${VERSION}
@@ -13,8 +14,8 @@ COMMENT=	Pythonic bindings for the notmuch mail indexer
 LICENSE=	gnu-gpl-v3
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
-DEPENDS+=	notmuch-[0-9]*:../../mail/notmuch
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 


Home | Main Index | Thread Index | Old Index