pkgsrc-WIP-changes archive

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

py-mopidy: not for Python 2.7/3.7



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 11 09:48:05 2023 +0100
Changeset:	b768639e46fdeb3e9b27c2ef2e46aba91a5d0e3e

Modified Files:
	py-mopidy/Makefile

Log Message:
py-mopidy: not for Python 2.7/3.7

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

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

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

diffs:
diff --git a/py-mopidy/Makefile b/py-mopidy/Makefile
index d947b4b435..3943d51e2e 100644
--- a/py-mopidy/Makefile
+++ b/py-mopidy/Makefile
@@ -24,6 +24,8 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 37
+
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/mopidy ${DESTDIR}${PREFIX}/bin/mopidy-${PYVERSSUFFIX} || ${TRUE}
 


Home | Main Index | Thread Index | Old Index