pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-keyring



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 26 22:27:27 UTC 2020

Modified Files:
        pkgsrc/security/py-keyring: Makefile

Log Message:
py-keyring: PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-keyring/Makefile

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

Modified files:

Index: pkgsrc/security/py-keyring/Makefile
diff -u pkgsrc/security/py-keyring/Makefile:1.26 pkgsrc/security/py-keyring/Makefile:1.27
--- pkgsrc/security/py-keyring/Makefile:1.26    Sun May 17 19:57:22 2020
+++ pkgsrc/security/py-keyring/Makefile Tue May 26 22:27:26 2020
@@ -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 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-setuptool
 #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 @@ DEPENDS+=     ${PYPKGPREFIX}-importlib-metad
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 REPLACE_PYTHON+=       keyring/cli.py
 
 post-install:



Home | Main Index | Thread Index | Old Index