mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.4.1
PR: 205119 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4509
This commit is contained in:
parent
44e3c7d5ff
commit
4ee6e6cda4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403536
3 changed files with 13 additions and 12 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= patsy
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,11 +13,12 @@ COMMENT= Python package for statistical models and design matrices
|
|||
LICENSE= BSD3CLAUSE PSFL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USES= python
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= API-reference.rst \
|
||||
R-comparison.rst \
|
||||
|
@ -40,9 +40,10 @@ PORTEXAMPLES= add_predictors.py \
|
|||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/_examples/|} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (patsy-0.2.1.tar.gz) = 31374ce25275813d8f1c48bdda40bba06f7a16cce7dcdfad73f43a555393d065
|
||||
SIZE (patsy-0.2.1.tar.gz) = 316115
|
||||
SHA256 (patsy-0.4.1.zip) = dc1cc280045b0e6e50c04706fd1e26d2a00ea400aa112f88e8142f88b0b7d3d4
|
||||
SIZE (patsy-0.4.1.zip) = 425390
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- ./setup.py.orig 2013-08-20 18:59:30.000000000 +0300
|
||||
+++ ./setup.py 2013-11-11 16:18:52.782247350 +0200
|
||||
@@ -27,7 +27,6 @@
|
||||
--- setup.py.orig 2015-12-08 02:16:42 UTC
|
||||
+++ setup.py
|
||||
@@ -21,7 +21,6 @@ setup(
|
||||
license="2-clause BSD",
|
||||
packages=["patsy"],
|
||||
url="https://github.com/pydata/patsy",
|
||||
- install_requires=["numpy"],
|
||||
- install_requires=["six", "numpy"],
|
||||
classifiers =
|
||||
[ "Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
Loading…
Add table
Reference in a new issue