pkgsrc-WIP-changes archive

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

py-matrix-synapse: mark as not for python 2.x



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Aug 31 21:27:38 2020 +0200
Changeset:	a312a9a12d9e49fb8ebb4409b5ad6ed5dd28410b

Modified Files:
	py-matrix-synapse/Makefile

Log Message:
py-matrix-synapse: mark as not for python 2.x

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

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

diffstat:
 py-matrix-synapse/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-matrix-synapse/Makefile b/py-matrix-synapse/Makefile
index 9c989926ab..1768428953 100644
--- a/py-matrix-synapse/Makefile
+++ b/py-matrix-synapse/Makefile
@@ -44,6 +44,8 @@ DEPENDS+=	${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
 DEPENDS+=	${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
 DEPENDS+=	${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-sphinx via py-repoze.who
+
 DEPENDS+=	zip>=3.0:../../archivers/zip
 DEPENDS+=	freetype>=1.5:../../graphics/freetype
 


Home | Main Index | Thread Index | Old Index