Index: head/math/py-statsmodels010/Makefile =================================================================== --- head/math/py-statsmodels010/Makefile (revision 527364) +++ head/math/py-statsmodels010/Makefile (revision 527365) @@ -1,46 +1,43 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= statsmodels PORTVERSION= 0.10.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 010 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.24:lang/cython@${PY_FLAVOR} \ ${RUN_DEPENDS} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.18:science/py-scipy@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist concurrent cython distutils -PORTDOCS= README.rst README_l1.txt -PORTEXAMPLES= * - PORTSCOUT= limit:^0\.10\. SHEBANG_GLOB= *.py OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/README_l1.txt ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: head/math/py-statsmodels010/pkg-plist =================================================================== --- head/math/py-statsmodels010/pkg-plist (nonexistent) +++ head/math/py-statsmodels010/pkg-plist (revision 527365) @@ -0,0 +1,99 @@ +%%PORTDOCS%%%%DOCSDIR%%/README.rst +%%PORTDOCS%%%%DOCSDIR%%/README_l1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/arima.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/arma2.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/dates.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/glsar.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/ols_table.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/ols_tftest.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incomplete/wls_extended.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/categorical_interaction_plot.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/chi2_fitting.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/contrasts.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/discrete_choice_example.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/discrete_choice_overview.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/distributed_estimation.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/exponential_smoothing.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/formulas.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/generic_mle.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/glm.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/glm_formula.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/glm_weights.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/gls.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/influence_glm_logit.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/interactions_anova.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/kernel_density.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/markov_autoregression.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/markov_regression.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/mixed_lm_example.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/ols.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/pca_fertility_factors.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/plots_boxplots.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/predict.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/quantile_regression.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/recursive_ls.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/regression_diagnostics.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/regression_plots.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/robust_models_0.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/robust_models_1.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/star_diagram.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_arma_0.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_concentrated_scale.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_cycles.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_dfm_coincident.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_local_linear_trend.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_sarimax_internet.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_sarimax_stata.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_seasonal.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_structural_harvey_jaeger.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_varmax.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_arma_0.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_arma_1.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_dates.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/tsa_filters.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/wls.ipynb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/categorical_interaction_plot.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/chi2_fitting.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/contrasts.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/discrete_choice_example.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/discrete_choice_overview.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/distributed_estimation.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/exponential_smoothing.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/formulas.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/generic_mle.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/glm.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/glm_formula.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/glm_weights.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/gls.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/influence_glm_logit.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/interactions_anova.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/kernel_density.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/markov_autoregression.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/markov_regression.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/mixed_lm_example.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/ols.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/pca_fertility_factors.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/plots_boxplots.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/predict.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/quantile_regression.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/recursive_ls.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/regression_diagnostics.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/regression_plots.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/robust_models_0.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/robust_models_1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_arma_0.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_concentrated_scale.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_cycles.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_dfm_coincident.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_local_linear_trend.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_sarimax_internet.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_sarimax_stata.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_seasonal.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_structural_harvey_jaeger.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_varmax.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_arma_0.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_arma_1.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_dates.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_filters.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/wls.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_all.py Property changes on: head/math/py-statsmodels010/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property