From owner-svn-ports-all@freebsd.org Fri Dec 11 14:08:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E71749D7D22; Fri, 11 Dec 2015 14:08:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB81A1DF7; Fri, 11 Dec 2015 14:08:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBE8gbn079861; Fri, 11 Dec 2015 14:08:42 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBE8gG4079857; Fri, 11 Dec 2015 14:08:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512111408.tBBE8gG4079857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 14:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403536 - in head/math/py-patsy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 14:08:44 -0000 Author: miwi Date: Fri Dec 11 14:08:42 2015 New Revision: 403536 URL: https://svnweb.freebsd.org/changeset/ports/403536 Log: - Update to 0.4.1 PR: 205119 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4509 Modified: head/math/py-patsy/Makefile head/math/py-patsy/distinfo head/math/py-patsy/files/patch-setup.py Modified: head/math/py-patsy/Makefile ============================================================================== --- head/math/py-patsy/Makefile Fri Dec 11 14:01:03 2015 (r403535) +++ head/math/py-patsy/Makefile Fri Dec 11 14:08:42 2015 (r403536) @@ -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 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} Modified: head/math/py-patsy/distinfo ============================================================================== --- head/math/py-patsy/distinfo Fri Dec 11 14:01:03 2015 (r403535) +++ head/math/py-patsy/distinfo Fri Dec 11 14:08:42 2015 (r403536) @@ -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 Modified: head/math/py-patsy/files/patch-setup.py ============================================================================== --- head/math/py-patsy/files/patch-setup.py Fri Dec 11 14:01:03 2015 (r403535) +++ head/math/py-patsy/files/patch-setup.py Fri Dec 11 14:08:42 2015 (r403536) @@ -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",