pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-matrix-common
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 30 10:24:44 UTC 2022
Modified Files:
pkgsrc/chat/py-matrix-common: Makefile PLIST
Removed Files:
pkgsrc/chat/py-matrix-common/files: setup.py
Log Message:
py-matrix-common: build as wheel package
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-matrix-common/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/py-matrix-common/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/py-matrix-common/files/setup.py
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-matrix-common/Makefile
diff -u pkgsrc/chat/py-matrix-common/Makefile:1.3 pkgsrc/chat/py-matrix-common/Makefile:1.4
--- pkgsrc/chat/py-matrix-common/Makefile:1.3 Sun Jan 30 10:20:34 2022
+++ pkgsrc/chat/py-matrix-common/Makefile Sun Jan 30 10:24:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/30 10:20:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/30 10:24:44 wiz Exp $
DISTNAME= matrix-python-common-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-matrix-common-1.0.0
@@ -14,12 +14,12 @@ COMMENT= Common utilities for Synapse, S
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
-EGG_NAME= matrix_common-${PKGVERSION_NOREV}
+WHEEL_NAME= matrix_common-${PKGVERSION_NOREV}
-post-extract:
- ${CP} ${FILESDIR}/setup.py ${WRKSRC}
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/chat/py-matrix-common/PLIST
diff -u pkgsrc/chat/py-matrix-common/PLIST:1.1 pkgsrc/chat/py-matrix-common/PLIST:1.2
--- pkgsrc/chat/py-matrix-common/PLIST:1.1 Sun Jan 30 09:38:39 2022
+++ pkgsrc/chat/py-matrix-common/PLIST Sun Jan 30 10:24:44 2022
@@ -1,13 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/30 09:38:39 js Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2022/01/30 10:24:44 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/matrix_common/__init__.py
${PYSITELIB}/matrix_common/__init__.pyc
-${PYSITELIB}/matrix_common/__init__.pyo
${PYSITELIB}/matrix_common/py.typed
${PYSITELIB}/matrix_common/regex.py
${PYSITELIB}/matrix_common/regex.pyc
-${PYSITELIB}/matrix_common/regex.pyo
Home |
Main Index |
Thread Index |
Old Index