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.
This commit is contained in:
parent
ab78f3c806
commit
b27db3ccaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386983
@ -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}
|
||||
|
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user