pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 17 09:55:35 UTC 2022

Modified Files:
        pkgsrc/devel/py-hg-fastimport: Makefile
        pkgsrc/devel/py-setuptools_scm5: Makefile

Log Message:
*: update for py-mercurial removed python 2.x support


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-hg-fastimport/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-setuptools_scm5/Makefile

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

Modified files:

Index: pkgsrc/devel/py-hg-fastimport/Makefile
diff -u pkgsrc/devel/py-hg-fastimport/Makefile:1.17 pkgsrc/devel/py-hg-fastimport/Makefile:1.18
--- pkgsrc/devel/py-hg-fastimport/Makefile:1.17 Tue Jan  4 20:53:09 2022
+++ pkgsrc/devel/py-hg-fastimport/Makefile      Sun Jul 17 09:55:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/01/04 20:53:09 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/07/17 09:55:35 wiz Exp $
 
 DISTNAME=      hg-fastimport-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-setuptools_scm5/Makefile
diff -u pkgsrc/devel/py-setuptools_scm5/Makefile:1.1 pkgsrc/devel/py-setuptools_scm5/Makefile:1.2
--- pkgsrc/devel/py-setuptools_scm5/Makefile:1.1        Thu Jan 13 18:24:10 2022
+++ pkgsrc/devel/py-setuptools_scm5/Makefile    Sun Jul 17 09:55:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/13 18:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/17 09:55:35 wiz Exp $
 
 DISTNAME=      setuptools_scm-5.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,8 @@ COMMENT=      Manage your versions by scm tag
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
-TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
+# does not support python 2.7
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
 
 PYTHON_VERSIONED_DEPENDENCIES= pip:test test:test
 PYTHON_VERSIONS_ACCEPTED=      27



Home | Main Index | Thread Index | Old Index