pkgsrc-WIP-changes archive

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

py-matrix-nio: PKGNAME should be pyXX prefixed



Module Name:	pkgsrc-wip
Committed By:	snow flurry <snow%datagirl.xyz@localhost>
Pushed By:	flurry
Date:		Tue Aug 24 21:59:50 2021 -0400
Changeset:	b0d0bb13a4ba198af56efe4fa3e48461c67d158d

Modified Files:
	py-matrix-nio/Makefile
	py-matrix-nio/TODO

Log Message:
py-matrix-nio: PKGNAME should be pyXX prefixed

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

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

diffstat:
 py-matrix-nio/Makefile | 1 +
 py-matrix-nio/TODO     | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/py-matrix-nio/Makefile b/py-matrix-nio/Makefile
index 5617d06b1a..a07188c5c7 100644
--- a/py-matrix-nio/Makefile
+++ b/py-matrix-nio/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	matrix-nio-0.18.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel chat python
 MASTER_SITES=	${MASTER_SITE_PYPI:=m/matrix-nio/}
 
diff --git a/py-matrix-nio/TODO b/py-matrix-nio/TODO
index dc5de48891..64a0052446 100644
--- a/py-matrix-nio/TODO
+++ b/py-matrix-nio/TODO
@@ -1,6 +1 @@
-* This has only been tested on Python 3.8, although >=3.6 is supported
 * Relies on py-olm, which is also wip/
-* Needs python version checking for py3.6, which has an additional
-  dependency on devel/py-dataclasses
-* pkglint is warning about room_events.py.orig in PLIST, need to make
-  sure that's an issue with the source and not the packaging process


Home | Main Index | Thread Index | Old Index