svn commit: r386983 - head/math/py-statsmodels

Johannes Jost Meixner xmj at FreeBSD.org
Fri May 22 04:37:42 UTC 2015


Author: xmj
Date: Fri May 22 04:37:41 2015
New Revision: 386983
URL: https://svnweb.freebsd.org/changeset/ports/386983

Log:
  math/py-statsmodels: switch to GitHub, clean up stuff
  
  - switch upstream to GitHub
  - as there is no new release available, bump PORTREVISION
  - remove Sphinx build from docs option, due to recursive imports.

Deleted:
  head/math/py-statsmodels/pkg-plist
Modified:
  head/math/py-statsmodels/Makefile
  head/math/py-statsmodels/distinfo

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Fri May 22 04:29:41 2015	(r386982)
+++ head/math/py-statsmodels/Makefile	Fri May 22 04:37:41 2015	(r386983)
@@ -3,8 +3,8 @@
 
 PORTNAME=	statsmodels
 PORTVERSION=	0.6.1
+PORTREVISION=	1
 CATEGORIES=	math python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	xmj at chaot.net
@@ -24,18 +24,12 @@ RUN_DEPENDS=	${PYNUMPY} \
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USES=		python
-USE_PYTHON=	py3kplist distutils concurrent
+USE_PYTHON=	autoplist distutils concurrent
+USE_GITHUB=	yes
+GH_TAGNAME=	8e812cd
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	sphinx-build:${PORTSDIR}/textproc/py-sphinx \
-	${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
-	ipython:${PORTSDIR}/devel/ipython
-
-PYDISTUTILS_BUILD_TARGET+=	build_sphinx
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/nonparametric/_smoothers_lowess.so
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/nonparametric/linbin.so
@@ -43,7 +37,6 @@ post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/README_l1.txt ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 .endif
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}

Modified: head/math/py-statsmodels/distinfo
==============================================================================
--- head/math/py-statsmodels/distinfo	Fri May 22 04:29:41 2015	(r386982)
+++ head/math/py-statsmodels/distinfo	Fri May 22 04:37:41 2015	(r386983)
@@ -1,2 +1,2 @@
-SHA256 (statsmodels-0.6.1.tar.gz) = be4e44374aec9e848b73e5a230dee190ac0c4519e1d40f69a5813190b13ec676
-SIZE (statsmodels-0.6.1.tar.gz) = 6980841
+SHA256 (statsmodels-statsmodels-0.6.1-8e812cd_GH0.tar.gz) = f4676e4fc96d6486981c9d2da4f250c554630aae40b340cb2a78c7287a0a87cb
+SIZE (statsmodels-statsmodels-0.6.1-8e812cd_GH0.tar.gz) = 7601849


More information about the svn-ports-all mailing list