diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-08 20:18:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-08 20:18:08 +0000 |
commit | d6c95efd94b021aec74ec072cbc2b9501081f3a6 (patch) | |
tree | d8d8019d8a467f25fe8e1ae30923fc00be7dc00e /math/py-pymc | |
parent | Python bindings for libversion, which provides fast, powerful (diff) |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=461265
Diffstat (limited to 'math/py-pymc')
-rw-r--r-- | math/py-pymc/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pymc/pkg-descr b/math/py-pymc/pkg-descr index a817c5a91a2e..1826129c1e12 100644 --- a/math/py-pymc/pkg-descr +++ b/math/py-pymc/pkg-descr @@ -6,4 +6,4 @@ Metropolis-Hastings algorithm as a python class, and is extremely flexible and applicable to a large suite of problems. pymc includes methods for summarizing output, plotting, goodness-of-fit and convergence diagnostics. -WWW: http://pypi.python.org/pypi/pymc/ +WWW: https://pypi.python.org/pypi/pymc |