From 12813c40a57fcbb0175b9575ca0e8d09ec8a47c8 Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 1 Apr 2010 01:21:55 +0000 Subject: - Update to 0.14 - Update my email to FreeBSD --- math/py-mpmath/Makefile | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'math/py-mpmath/Makefile') 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 -- cgit