pkgsrc-WIP-changes archive

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

py-ginga: detailed dependencies are added to Makefile, chmod go-w is added



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Sat Mar 20 14:02:00 2021 +0800
Changeset:	70756340176d2774fe7d6fef60eeda0b3794515f

Modified Files:
	py-ginga/Makefile

Log Message:
py-ginga: detailed dependencies are added to Makefile, chmod go-w is added

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

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

diffstat:
 py-ginga/Makefile | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diffs:
diff --git a/py-ginga/Makefile b/py-ginga/Makefile
index 121b38dc48..e685fea6ab 100644
--- a/py-ginga/Makefile
+++ b/py-ginga/Makefile
@@ -11,8 +11,26 @@ COMMENT=	Astronomical image viewer and toolkit
 LICENSE=	modified-bsd
 
 PYTHON_VERSIONS_INCOMPATIBLE+=	27
+PYTHON_VERSIONS_INCOMPATIBLE+=	36
 
+DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.14:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=	opencv-[0-9]*:../../graphics/opencv
+DEPENDS+=	${PYPKGPREFIX}-piexif-[0-9]*:../../graphics/py-piexif
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-gwcs-[0-9]*:../../math/py-gwcs
 DEPENDS+=	${PYPKGPREFIX}-qtpy>=1.1:../../wip/py-qtpy
+#DEPENDS+=	${PYPKGPREFIX}-pyside-[0-9]*:../../wip/py-pyside
+#DEPENDS+=	${PYPKGPREFIX}-gobject-[0-9]*:../../devel/py-gobject
+DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
+
+post-extract:
+	${CHMOD} -R go-w ${WRKSRC}
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index