Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-mautrix chat/py-mautrix: Fix typo I introduced...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906bfa765e82
branches:  trunk
changeset: 438867:906bfa765e82
user:      js <js%pkgsrc.org@localhost>
date:      Fri Sep 11 02:06:38 2020 +0000

description:
chat/py-mautrix: Fix typo I introduced after testing

diffstat:

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

diffs (24 lines):

diff -r 967a8731b59a -r 906bfa765e82 chat/py-mautrix/Makefile
--- a/chat/py-mautrix/Makefile  Fri Sep 11 02:04:16 2020 +0000
+++ b/chat/py-mautrix/Makefile  Fri Sep 11 02:06:38 2020 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2020/09/11 01:21:41 js Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/11 02:06:38 js Exp $
 
 GITHUB_PROJECT=        mautrix-python
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      v${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-mautrix-0.7.1
+PKGREVISION=   1
 EGG_NAME=      mautrix-${PKGVERSION_NOREV}
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tulir/}
@@ -14,7 +15,7 @@
 COMMENT=       Python 3 asyncio Matrix framework
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPGKPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 
 WRKSRC=                ${WRKDIR}/mautrix-python-0.7.1



Home | Main Index | Thread Index | Old Index