pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-mautrix py-mautrix: setuptools is a build tool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6152a0718af2
branches:  trunk
changeset: 371120:6152a0718af2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 05 08:52:16 2022 +0000

description:
py-mautrix: setuptools is a build tool

Bump PKGREVISION.

diffstat:

 chat/py-mautrix/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r f87d7a296be7 -r 6152a0718af2 chat/py-mautrix/Makefile
--- a/chat/py-mautrix/Makefile  Wed Jan 05 08:50:46 2022 +0000
+++ b/chat/py-mautrix/Makefile  Wed Jan 05 08:52:16 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/01/04 20:52:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/05 08:52:16 wiz Exp $
 
 DISTNAME=      mautrix-python-0.10.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tulir/}
 GITHUB_PROJECT=        mautrix-python
@@ -14,13 +14,12 @@
 COMMENT=       Python 3 asyncio Matrix framework
 LICENSE=       mpl-2.0
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.5.1:../../www/py-yarl
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 EGG_NAME=      mautrix-${PKGVERSION_NOREV}
 



Home | Main Index | Thread Index | Old Index