pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-xmpppy
Module Name: pkgsrc
Committed By: gdt
Date: Fri Aug 2 11:27:21 UTC 2024
Modified Files:
pkgsrc/chat/py-xmpppy: Makefile
Log Message:
chat/py-xmpppy: Depend on py-six
It is used at runtime, and setup.py says it is needed at install time.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/py-xmpppy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/py-xmpppy/Makefile
diff -u pkgsrc/chat/py-xmpppy/Makefile:1.30 pkgsrc/chat/py-xmpppy/Makefile:1.31
--- pkgsrc/chat/py-xmpppy/Makefile:1.30 Mon May 20 13:06:51 2024
+++ pkgsrc/chat/py-xmpppy/Makefile Fri Aug 2 11:27:21 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2024/05/20 13:06:51 gdt Exp $
+# $NetBSD: Makefile,v 1.31 2024/08/02 11:27:21 gdt Exp $
DISTNAME= xmpppy-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_GITHUB:=xmpppy/}
GITHUB_PROJECT= xmpppy
@@ -23,6 +23,9 @@ INSTALLATION_DIRS+= ${DOCDIR} ${EXDIR}
.include "../../lang/python/pyversion.mk"
+# Upstream says install_requires, but it is used at runtime.
+DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
.if ${PYTHON_VERSION} == 207
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns1
.else
Home |
Main Index |
Thread Index |
Old Index