Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 04:37:42 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386983 - head/math/py-statsmodels
Message-ID:  <201505220437.t4M4bg24060926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505220437.t4M4bg24060926>