Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 14:08:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
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
Message-ID:  <201512111408.tBBE8gG4079857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512111408.tBBE8gG4079857>