Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-keyring py-keyring: PYTHON_VERSIONS_INCOMP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbeef55539ca
branches:  trunk
changeset: 432907:dbeef55539ca
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 26 22:27:26 2020 +0000

description:
py-keyring: PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk

diffstat:

 security/py-keyring/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3cbfd86f5d67 -r dbeef55539ca security/py-keyring/Makefile
--- a/security/py-keyring/Makefile      Tue May 26 22:22:18 2020 +0000
+++ b/security/py-keyring/Makefile      Tue May 26 22:27:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/05/17 19:57:22 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/26 22:27:26 adam Exp $
 
 DISTNAME=      keyring-21.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=3.7.4:../../devel/py-test
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
@@ -21,8 +23,6 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 REPLACE_PYTHON+=       keyring/cli.py
 
 post-install:



Home | Main Index | Thread Index | Old Index