diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-01 01:21:55 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-01 01:21:55 +0000 |
commit | 0d7222619fffedc8818275edd0506fc19268ee51 (patch) | |
tree | 8af79131857acac87acf0edc4d8eb36416baba3c /math/py-mpmath/Makefile | |
parent | 947b41afd95be7e8a3f272b443a66a41797ea215 (diff) |
- Update to 0.14
- Update my email to FreeBSD
Notes
Notes:
svn path=/head/; revision=251917
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r-- | math/py-mpmath/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index f7e4a6d7c7ac..f0189271bc29 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -6,29 +6,17 @@ # PORTNAME= mpmath -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.14 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Python Library for Arbitrary-precision Floating-point Arithmetic -BUILD_DEPENDS= ${LOCALBASE}/bin/sphinx-build:${PORTSDIR}/textproc/py-sphinx \ - ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy USE_PYTHON= yes USE_PYDISTUTILS= yes -post-install: - @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} build.py -.if !defined(NOPORTDOCS) - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} build.py - @cd ${WRKSRC}/doc/build && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; - @cd ${WRKSRC}/doc/build && ${FIND} . -type f -exec \ - ${INSTALL_DATA} {} ${DOCSDIR}/{} \; - @${ECHO_MSG} " [DONE]" -.endif .include <bsd.port.mk> |