pkgsrc-WIP-changes archive

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

py-aipy: depend on ephem directly



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Jan 9 13:17:06 2018 +0100
Changeset:	9117befd22d74c0e4442ce8728f6917918e7f35d

Modified Files:
	py-aipy/Makefile

Log Message:
py-aipy: depend on ephem directly

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

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

diffstat:
 py-aipy/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-aipy/Makefile b/py-aipy/Makefile
index 8a7f7991b2..a5cc4736f0 100644
--- a/py-aipy/Makefile
+++ b/py-aipy/Makefile
@@ -12,16 +12,15 @@ COMMENT=	Astronomical Interferometry in Python
 LICENSE=	gnu-gpl-v2
 
 #DEPENDS+=	${PYPKGPREFIX}-fits>=3.2:../../graphics/py-fits
+#DEPENDS+=	${PYPKGPREFIX}-ephem-[0-9]*:../../math/py-ephem
 
 USE_LANGUAGES=	c c++
 
 PYDISTUTILSPKG=	yes
-PYTHON_VERSIONED_DEPENDENCIES=	ephem
-
-BUILDLINK_API_DEPENDS.pynumpy+=	${PYPKGPREFIX}-numpy>=1.0
 
 .include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/versioned_dependencies.mk"
+BUILDLINK_API_DEPENDS.pynumpy+=	${PYPKGPREFIX}-numpy>=1.0
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index