summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-05 15:40:56 +0000
committerwiz <wiz@pkgsrc.org>2022-01-05 15:40:56 +0000
commitd19f073cf98e1f2653a8d55bc4ae03f713437692 (patch)
treee9aefdaf8aa062e73299809ec4ac25bfcfb8a1a8 /chat
parent43a3377b786e75dc9288884a4be636135f02feae (diff)
downloadpkgsrc-d19f073cf98e1f2653a8d55bc4ae03f713437692.tar.gz
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r--chat/gajim/Makefile6
-rw-r--r--chat/matrix-synapse/Makefile6
-rw-r--r--chat/maubot/Makefile5
-rw-r--r--chat/py-hangups/Makefile6
-rw-r--r--chat/tootstream/Makefile6
5 files changed, 19 insertions, 10 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index 9d0192cde59..13aab7d8a57 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2022/01/04 20:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2022/01/05 15:40:57 wiz Exp $
DISTNAME= gajim-1.3.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= https://www.gajim.org/downloads/${PKGVERSION_NOREV:R}/
@@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v3
USE_TOOLS+= gettext
+USE_PKG_RESOURCES= yes
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
diff --git a/chat/matrix-synapse/Makefile b/chat/matrix-synapse/Makefile
index e82c9af016b..616878fc483 100644
--- a/chat/matrix-synapse/Makefile
+++ b/chat/matrix-synapse/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2022/01/04 20:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/01/05 15:40:57 wiz Exp $
DISTNAME= matrix-synapse-1.48.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
@@ -45,6 +45,8 @@ DEPENDS+= ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml
PYTHON_VERSIONED_DEPENDENCIES= Pillow
+USE_PKG_RESOURCES= yes
+
USE_LANGUAGES= # none
USE_TOOLS+= perl:run
REPLACE_PERL+= scripts/sync_room_to_group.pl
diff --git a/chat/maubot/Makefile b/chat/maubot/Makefile
index 2328cc788e8..799d9420018 100644
--- a/chat/maubot/Makefile
+++ b/chat/maubot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/05 15:40:58 wiz Exp $
DISTNAME= maubot-0.1.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/maubot/}
@@ -28,6 +28,7 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_PKG_RESOURCES= yes
INSTALLATION_DIRS+= share/maubot
post-install:
diff --git a/chat/py-hangups/Makefile b/chat/py-hangups/Makefile
index 2b0e9a8833e..3813a95e3d6 100644
--- a/chat/py-hangups/Makefile
+++ b/chat/py-hangups/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:52:37 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/05 15:40:58 wiz Exp $
DISTNAME= hangups-0.4.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hangups/}
@@ -24,6 +24,8 @@ DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid
USE_LANGUAGES= # none
+USE_PKG_RESOURCES= yes
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile
index 0aeb218d0d3..b2ca02fdf3e 100644
--- a/chat/tootstream/Makefile
+++ b/chat/tootstream/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/01/04 20:52:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/05 15:40:58 wiz Exp $
DISTNAME= tootstream-0.3.8.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat www
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/}
@@ -13,6 +13,8 @@ LICENSE= mit
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
+USE_PKG_RESOURCES= yes
+
# incompatible with python 2.
# strange locale errors on earlier versions of python 3, related
# to py-click.