pkgsrc-WIP-changes archive

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

py-gravipy: ipython is not required (only recommended)



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sun Sep 17 14:15:47 2017 +0200
Changeset:	097a730e29e4679fe98e079dbe0f2c8433157214

Modified Files:
	py-gravipy/Makefile
	py-gravipy/PLIST

Log Message:
py-gravipy: ipython is not required (only recommended)

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

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

diffstat:
 py-gravipy/Makefile | 7 +------
 py-gravipy/PLIST    | 1 -
 2 files changed, 1 insertion(+), 7 deletions(-)

diffs:
diff --git a/py-gravipy/Makefile b/py-gravipy/Makefile
index 86619614db..be5385ed40 100644
--- a/py-gravipy/Makefile
+++ b/py-gravipy/Makefile
@@ -10,16 +10,11 @@ HOMEPAGE=	https://files.pythonhosted.org/packages/source/G/GraviPy/
 COMMENT=	Tensor Calculus Package for General Relativity
 LICENSE=	2-clause-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-ipython>=0.13.2:../../devel/py-ipython013
-DEPENDS+=	${PYPKGPREFIX}-sympy>=0.7.2:../../math/py-sympy
+DEPENDS+=	${PYPKGPREFIX}-sympy>=0.7.3:../../math/py-sympy
 
 USE_LANGUAGES=	# none
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-ipython013
 
 INSTALLATION_DIRS=	share/doc/py-gravipy
 
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/docs/"GraviPy - tutorial.html" ${DESTDIR}${PREFIX}/share/doc/py-gravipy
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-gravipy/PLIST b/py-gravipy/PLIST
index 85e3495530..c7e745e849 100644
--- a/py-gravipy/PLIST
+++ b/py-gravipy/PLIST
@@ -11,4 +11,3 @@ ${PYSITELIB}/gravipy/__init__.pyo
 ${PYSITELIB}/gravipy/tensorial.py
 ${PYSITELIB}/gravipy/tensorial.pyc
 ${PYSITELIB}/gravipy/tensorial.pyo
-share/doc/py-gravipy/GraviPy - tutorial.html


Home | Main Index | Thread Index | Old Index