summaryrefslogtreecommitdiff
path: root/math/py-statsmodels
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-28 19:23:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-28 19:23:26 +0000
commitcbfb96de7f0c395488874f8aad28a003091fdc1a (patch)
tree1648edac35995483be0b2a6893f98a3b9e7b5151 /math/py-statsmodels
parentUpdate RUN_DEPENDS for py-cliff 3.0.0 update (diff)
Convert PORTDOCS and PORTEXAMPLES to PLIST entries
Notes
Notes: svn path=/head/; revision=527364
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r--math/py-statsmodels/Makefile3
-rw-r--r--math/py-statsmodels/pkg-plist106
2 files changed, 106 insertions, 3 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 20fb9e19fc7a..188ea5dcb47d 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -22,9 +22,6 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= python:3.5+ shebangfix
USE_PYTHON= autoplist concurrent cython distutils
-PORTDOCS= README.rst README_l1.txt
-PORTEXAMPLES= *
-
SHEBANG_GLOB= *.py
OPTIONS_DEFINE= DOCS EXAMPLES
diff --git a/math/py-statsmodels/pkg-plist b/math/py-statsmodels/pkg-plist
new file mode 100644
index 000000000000..a61995e79359
--- /dev/null
+++ b/math/py-statsmodels/pkg-plist
@@ -0,0 +1,106 @@
+%%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/autoregressions.ipynb
+%%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/gee_nested_simulation.ipynb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/gee_score_test_simulation.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/rolling_ls.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_fixed_params.ipynb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebooks/statespace_forecasting.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/stl_decomposition.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