pkgsrc-WIP-changes archive

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

added dependencies to "py-asdf/Makefile"



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Wed Dec 16 23:06:41 2020 +0800
Changeset:	fd7f3974dd889a5f897095a93dd737ee5f5fbdee

Modified Files:
	py-asdf/Makefile

Log Message:
added dependencies to "py-asdf/Makefile"

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd7f3974dd889a5f897095a93dd737ee5f5fbdee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-asdf/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-asdf/Makefile b/py-asdf/Makefile
index a14870d744..26f31d220b 100644
--- a/py-asdf/Makefile
+++ b/py-asdf/Makefile
@@ -19,10 +19,14 @@ PYTHON_VERSIONS_INCOMPATIBLE+=	27
 PYTHON_VERSIONS_INCOMPATIBLE+=	36
 REPLACE_PYTHON=			asdf-standard/reference_files/generate/generate
 
-DEPENDS+=	git>=2:../../devel/git
-
-BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
 BUILD_DEPENDS+=	${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.10.0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-jsonschema>=3.0.2:../../textproc/py-jsonschema
+DEPENDS+=	${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version
+DEPENDS+=	${PYPKGPREFIX}-lz4>=0.10:../../archivers/py-lz4
 
 pre-configure:
 	set -e; cd ${WRKSRC}; \


Home | Main Index | Thread Index | Old Index