pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatch-vcs



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec  2 18:41:52 UTC 2022

Modified Files:
        pkgsrc/devel/py-hatch-vcs: Makefile

Log Message:
py-hatch-vcs: requires py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hatch-vcs/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-hatch-vcs/Makefile
diff -u pkgsrc/devel/py-hatch-vcs/Makefile:1.1 pkgsrc/devel/py-hatch-vcs/Makefile:1.2
--- pkgsrc/devel/py-hatch-vcs/Makefile:1.1      Mon Jun 13 19:27:45 2022
+++ pkgsrc/devel/py-hatch-vcs/Makefile  Fri Dec  2 18:41:52 2022
@@ -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 @@ HOMEPAGE=     https://github.com/ofek/hatch-
 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