Sun Jul 17 09:55:35 2022 UTC ()
*: update for py-mercurial removed python 2.x support


(wiz)
diff -r1.17 -r1.18 pkgsrc/devel/py-hg-fastimport/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-setuptools_scm5/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/devel/py-hg-fastimport/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hg-fastimport/Makefile 2022/01/04 20:53:09 1.17
+++ pkgsrc/devel/py-hg-fastimport/Makefile 2022/07/17 09:55:35 1.18
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.17 2022/01/04 20:53:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2022/07/17 09:55:35 wiz Exp $
2 2
3DISTNAME= hg-fastimport-0.1.1 3DISTNAME= hg-fastimport-0.1.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= https://roy.marples.name/downloads/hg-fastimport/ 7MASTER_SITES= https://roy.marples.name/downloads/hg-fastimport/
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= roy@NetBSD.org 10MAINTAINER= roy@NetBSD.org
11HOMEPAGE= https://mercurial.selenic.com/wiki/FastImportExtension 11HOMEPAGE= https://mercurial.selenic.com/wiki/FastImportExtension
12COMMENT= Mercurial extension for importing from a git fast-import stream 12COMMENT= Mercurial extension for importing from a git fast-import stream
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial 15DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.1:../../devel/py-mercurial
16 16
 17PYTHON_VERSIONS_INCOMPATIBLE= 27
 18
17.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-setuptools_scm5/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools_scm5/Makefile 2022/01/13 18:24:10 1.1
+++ pkgsrc/devel/py-setuptools_scm5/Makefile 2022/07/17 09:55:35 1.2
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.1 2022/01/13 18:24:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2022/07/17 09:55:35 wiz Exp $
2 2
3DISTNAME= setuptools_scm-5.0.2 3DISTNAME= setuptools_scm-5.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/pypa/setuptools_scm 10HOMEPAGE= https://github.com/pypa/setuptools_scm
11COMMENT= Manage your versions by scm tags (python 2.7 version) 11COMMENT= Manage your versions by scm tags (python 2.7 version)
12LICENSE= mit 12LICENSE= mit
13 13
14DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml 14DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
15TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial 15# does not support python 2.7
 16#TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
16 17
17PYTHON_VERSIONED_DEPENDENCIES= pip:test test:test 18PYTHON_VERSIONED_DEPENDENCIES= pip:test test:test
18PYTHON_VERSIONS_ACCEPTED= 27 19PYTHON_VERSIONS_ACCEPTED= 27
19 20
20USE_LANGUAGES= # none 21USE_LANGUAGES= # none
21 22
22do-test: 23do-test:
23 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing 24 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
24 25
25.include "../../lang/python/egg.mk" 26.include "../../lang/python/egg.mk"
26.include "../../lang/python/versioned_dependencies.mk" 27.include "../../lang/python/versioned_dependencies.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"