pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hatch-vcs py-hatch-vcs: requires py-setuptool...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/395584c9f6c7
branches:  trunk
changeset: 389248:395584c9f6c7
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 02 18:41:52 2022 +0000

description:
py-hatch-vcs: requires py-setuptools_scm

diffstat:

 devel/py-hatch-vcs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 70e656b329fd -r 395584c9f6c7 devel/py-hatch-vcs/Makefile
--- a/devel/py-hatch-vcs/Makefile       Fri Dec 02 18:06:53 2022 +0000
+++ b/devel/py-hatch-vcs/Makefile       Fri Dec 02 18:41:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/06/13 19:27:45 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/02 18:41:52 adam Exp $
 
 DISTNAME=      hatch_vcs-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,7 +10,8 @@
 COMMENT=       Hatch plugin for versioning with your preferred VCS
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm>=6.4.0:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index