pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools-rust
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 23 08:48:27 UTC 2022
Modified Files:
pkgsrc/devel/py-setuptools-rust: Makefile
Log Message:
py-setuptools-rust: add missing build dependency; fix path
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-setuptools-rust/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-setuptools-rust/Makefile
diff -u pkgsrc/devel/py-setuptools-rust/Makefile:1.3 pkgsrc/devel/py-setuptools-rust/Makefile:1.4
--- pkgsrc/devel/py-setuptools-rust/Makefile:1.3 Wed Feb 23 08:22:46 2022
+++ pkgsrc/devel/py-setuptools-rust/Makefile Wed Feb 23 08:48:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/02/23 08:22:46 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/02/23 08:48:27 wiz Exp $
DISTNAME= setuptools-rust-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,8 +11,9 @@ COMMENT= Setuptools plugin for Rust supp
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8.2:../../devel/py-semantic_version
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=46.1:../../devel/py-semantic_version
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=46.1:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.3.2:../../devel/py-setuptools_scm
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index