Index: head/math/py-patsy/Makefile =================================================================== --- head/math/py-patsy/Makefile (revision 403535) +++ head/math/py-patsy/Makefile (revision 403536) @@ -1,49 +1,50 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= patsy -PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTVERSION= 0.4.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= xmj@chaot.net 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 \ builtins-reference.rst \ categorical-coding.rst \ changes.rst \ expert-model-specification.rst \ formulas.rst \ index.rst \ library-developers.rst \ overview.rst \ py2-versus-py3.rst \ quickstart.rst \ stateful-transforms.rst \ PORTEXAMPLES= add_predictors.py \ example_lm.py \ example_treatment.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} .include Index: head/math/py-patsy/distinfo =================================================================== --- head/math/py-patsy/distinfo (revision 403535) +++ head/math/py-patsy/distinfo (revision 403536) @@ -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 Index: head/math/py-patsy/files/patch-setup.py =================================================================== --- head/math/py-patsy/files/patch-setup.py (revision 403535) +++ head/math/py-patsy/files/patch-setup.py (revision 403536) @@ -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",