pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel *: update for py-mercurial removed python 2.x su...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e01a02aa6dab
branches: trunk
changeset: 381987:e01a02aa6dab
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 17 09:55:35 2022 +0000
description:
*: update for py-mercurial removed python 2.x support
diffstat:
devel/py-hg-fastimport/Makefile | 4 +++-
devel/py-setuptools_scm5/Makefile | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 30bb376ffcde -r e01a02aa6dab devel/py-hg-fastimport/Makefile
--- a/devel/py-hg-fastimport/Makefile Sun Jul 17 09:53:10 2022 +0000
+++ b/devel/py-hg-fastimport/Makefile Sun Jul 17 09:55:35 2022 +0000
@@ -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 @@
DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 30bb376ffcde -r e01a02aa6dab devel/py-setuptools_scm5/Makefile
--- a/devel/py-setuptools_scm5/Makefile Sun Jul 17 09:53:10 2022 +0000
+++ b/devel/py-setuptools_scm5/Makefile Sun Jul 17 09:55:35 2022 +0000
@@ -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 @@
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