aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 20:33:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 20:33:52 +0000
commitc3127021fd55a7f30c48f3503fabb2624d681253 (patch)
tree79d7503f8bfc3f1e065be2d9e0cea8ded7f74ef1
parent25c98e594a99946802869daf59e640edacd82c6e (diff)
downloadports-c3127021fd55a7f30c48f3503fabb2624d681253.tar.gz
ports-c3127021fd55a7f30c48f3503fabb2624d681253.zip
math/py-patsy: Update to 0.5.2
-rw-r--r--math/py-patsy/Makefile3
-rw-r--r--math/py-patsy/distinfo6
-rw-r--r--math/py-patsy/pkg-descr1
3 files changed, 4 insertions, 6 deletions
diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile
index ff1600b7c15c..db24b1b1808c 100644
--- a/math/py-patsy/Makefile
+++ b/math/py-patsy/Makefile
@@ -1,8 +1,7 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
PORTNAME= patsy
-PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTVERSION= 0.5.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-patsy/distinfo b/math/py-patsy/distinfo
index 646ad963ffa6..5a6a91acef37 100644
--- a/math/py-patsy/distinfo
+++ b/math/py-patsy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540753562
-SHA256 (patsy-0.5.1.tar.gz) = f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991
-SIZE (patsy-0.5.1.tar.gz) = 397623
+TIMESTAMP = 1632773109
+SHA256 (patsy-0.5.2.tar.gz) = 5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d
+SIZE (patsy-0.5.2.tar.gz) = 397275
diff --git a/math/py-patsy/pkg-descr b/math/py-patsy/pkg-descr
index 186f6d6072b8..a201aef1f15e 100644
--- a/math/py-patsy/pkg-descr
+++ b/math/py-patsy/pkg-descr
@@ -2,5 +2,4 @@ Patsy is a Python library for describing statistical models (especially linear
models, or models that have a linear component) and building design matrices.
Patsy brings the convenience of R "formulas" to Python.
-WWW: https://pypi.org/project/patsy/
WWW: https://github.com/pydata/patsy