diff options
author | wiz <wiz@pkgsrc.org> | 2020-11-07 16:52:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-11-07 16:52:19 +0000 |
commit | 1b1937f50f8f8870c148f1bf302c8fab38baba18 (patch) | |
tree | f11aec32434682c5d46500554288539581d18d8c /devel | |
parent | 088a862a10e0f8506cc2cbc66c8f53388fd9ed68 (diff) | |
download | pkgsrc-1b1937f50f8f8870c148f1bf302c8fab38baba18.tar.gz |
py-hg-fastimport: not ready for python 3.7
(not py-mercurial's fault any longer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-hg-fastimport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-hg-fastimport/Makefile b/devel/py-hg-fastimport/Makefile index 7b36396fa85..94b100bf712 100644 --- a/devel/py-hg-fastimport/Makefile +++ b/devel/py-hg-fastimport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/11/03 10:18:28 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2020/11/07 16:52:19 wiz Exp $ DISTNAME= danielj7-hg-fastimport-d41a42894dfa PKGNAME= ${PYPKGPREFIX}-hg-fastimport-20170211 @@ -19,7 +19,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PYSITELIB}/hgfastimport share/doc/py-hg-fastimport -PYTHON_VERSIONS_ACCEPTED= 27 # py-mercurial +PYTHON_VERSIONS_ACCEPTED= 27 PY_PATCHPLIST= yes do-build: |