From xmj@chaot.net  Mon Nov 11 19:39:23 2013
Return-Path: <xmj@chaot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 67174380
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Nov 2013 19:39:23 +0000 (UTC)
	(envelope-from xmj@chaot.net)
Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E49622114
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Nov 2013 19:39:22 +0000 (UTC)
Received: from mx12.chaot.net (62.65.222.235.cable.starman.ee [62.65.222.235])
	by dd16522.kasserver.com (Postfix) with ESMTPSA id 6C7454564C1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Nov 2013 20:39:20 +0100 (CET)
Received: from localhost (1003@localhost [local]);
	by mx12.chaot.net (OpenSMTPD) with ESMTPA id 13e597e4;
	for <FreeBSD-gnats-submit@freebsd.org>;
	Mon, 11 Nov 2013 21:39:19 +0200 (EET)
Message-Id: <2037031640.enqueue@mx12.chaot.net>
Date: Mon, 11 Nov 2013 21:39:19 +0200 (EET)
From: Johannes Jost Meixner <xmj@chaot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] math/py-patsy: Python package for statistical models and design matrices
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         183870
>Category:       ports
>Synopsis:       [NEW PORT] math/py-patsy: Python package for statistical models and design matrices
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 11 19:40:00 UTC 2013
>Closed-Date:    Mon Nov 11 20:32:16 UTC 2013
>Last-Modified:  Mon Nov 11 20:40:03 UTC 2013
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OÜ
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3: Thu Nov  7 16:08:22 EET
>Description:
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://www.github.com/pydata/patsy 

Generated with FreeBSD Port Tools 0.99_8 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-patsy
#	py-patsy/Makefile
#	py-patsy/distinfo
#	py-patsy/pkg-descr
#	py-patsy/files
#	py-patsy/files/patch-setup.py
#
echo c - py-patsy
mkdir -p py-patsy > /dev/null 2>&1
echo x - py-patsy/Makefile
sed 's/^X//' >py-patsy/Makefile << 'c79e7d6f4eb24ab1fd70d07e5e95bf53'
X# Created by: Johannes Meixner <xmj@chaot.net>
X# $FreeBSD$
X
XPORTNAME=	patsy
XPORTVERSION=	0.2.1
XCATEGORIES=	math python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	xmj@chaot.net
XCOMMENT=	Python package for statistical models and design matrices
X
XLICENSE=	BSD
X
XBUILD_DEPENDS=	${PYNUMPY}
XRUN_DEPENDS=	${PYNUMPY}
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	easy_install
XPYDISTUTILS_AUTOPLIST=	yes
X
XPORTDOCS=	API-reference.rst \
X		R-comparison.rst \
X		builtins-reference.rst \
X		categorical-coding.rst \
X		changes.rst \
X		expert-model-specification.rst \
X		formulas.rst \
X		index.rst \
X		library-developers.rst \
X		overview.rst \
X		py2-versus-py3.rst \
X		quickstart.rst \
X		stateful-transforms.rst \
X
XPORTEXAMPLES=	add_predictors.py \
X		example_lm.py \
X		example_treatment.py
X
XOPTIONS_DEFINE=	DOCS EXAMPLES
X
Xpost-install:
X	@${MKDIR} ${STAGEDIR}${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
X	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
X	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/_examples/|} ${STAGEDIR}${EXAMPLESDIR}
X
X.include <bsd.port.mk>
c79e7d6f4eb24ab1fd70d07e5e95bf53
echo x - py-patsy/distinfo
sed 's/^X//' >py-patsy/distinfo << 'a5bee34a0584f29f84862855af6c9db5'
XSHA256 (patsy-0.2.1.tar.gz) = 31374ce25275813d8f1c48bdda40bba06f7a16cce7dcdfad73f43a555393d065
XSIZE (patsy-0.2.1.tar.gz) = 316115
a5bee34a0584f29f84862855af6c9db5
echo x - py-patsy/pkg-descr
sed 's/^X//' >py-patsy/pkg-descr << '8f9a30b08213cc3efaebbdc6d6105547'
XPatsy is a Python library for describing statistical models (especially linear
Xmodels, or models that have a linear component) and building design matrices.
XPatsy brings the convenience of R "formulas" to Python.
X
XWWW: https://www.github.com/pydata/patsy 
8f9a30b08213cc3efaebbdc6d6105547
echo c - py-patsy/files
mkdir -p py-patsy/files > /dev/null 2>&1
echo x - py-patsy/files/patch-setup.py
sed 's/^X//' >py-patsy/files/patch-setup.py << '8d61f039485247f68638280cf176e65d'
X--- ./setup.py.orig	2013-08-20 18:59:30.000000000 +0300
X+++ ./setup.py	2013-11-11 16:18:52.782247350 +0200
X@@ -27,7 +27,6 @@
X     license="2-clause BSD",
X     packages=["patsy"],
X     url="https://github.com/pydata/patsy",
X-    install_requires=["numpy"],
X     classifiers =
X       [ "Development Status :: 4 - Beta",
X         "Intended Audience :: Developers",
8d61f039485247f68638280cf176e65d
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 11 19:40:08 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183870 
Responsible-Changed-From-To: freebsd-python->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Mon Nov 11 20:32:02 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183870 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Mon Nov 11 20:32:16 UTC 2013 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183870 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183870: commit references a PR
Date: Mon, 11 Nov 2013 20:32:21 +0000 (UTC)

 Author: wg
 Date: Mon Nov 11 20:32:09 2013
 New Revision: 333533
 URL: http://svnweb.freebsd.org/changeset/ports/333533
 
 Log:
   math/py-patsy: Python package for statistical models and design matrices
   
   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://www.github.com/pydata/patsy
   
   PR:		ports/183870
   Submitted by:	Johannes Jost Meixner <xmj chaot.net>
 
 Added:
   head/math/py-patsy/
   head/math/py-patsy/Makefile   (contents, props changed)
   head/math/py-patsy/distinfo   (contents, props changed)
   head/math/py-patsy/files/
   head/math/py-patsy/files/patch-setup.py   (contents, props changed)
   head/math/py-patsy/pkg-descr   (contents, props changed)
 Modified:
   head/math/Makefile
 
 Modified: head/math/Makefile
 ==============================================================================
 --- head/math/Makefile	Mon Nov 11 20:29:45 2013	(r333532)
 +++ head/math/Makefile	Mon Nov 11 20:32:09 2013	(r333533)
 @@ -561,6 +561,7 @@
      SUBDIR += py-numpy
      SUBDIR += py-nzmath
      SUBDIR += py-pandas
 +    SUBDIR += py-patsy
      SUBDIR += py-plastex
      SUBDIR += py-probstat
      SUBDIR += py-pybloom
 
 Added: head/math/py-patsy/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/py-patsy/Makefile	Mon Nov 11 20:32:09 2013	(r333533)
 @@ -0,0 +1,48 @@
 +# Created by: Johannes Meixner <xmj@chaot.net>
 +# $FreeBSD$
 +
 +PORTNAME=	patsy
 +PORTVERSION=	0.2.1
 +CATEGORIES=	math python
 +MASTER_SITES=	CHEESESHOP
 +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 +
 +MAINTAINER=	xmj@chaot.net
 +COMMENT=	Python package for statistical models and design matrices
 +
 +LICENSE=	BSD
 +
 +BUILD_DEPENDS=	${PYNUMPY}
 +RUN_DEPENDS=	${PYNUMPY}
 +
 +USE_PYTHON=		yes
 +USE_PYDISTUTILS=	easy_install
 +PYDISTUTILS_AUTOPLIST=	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:
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 +	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
 +	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 +	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/_examples/|} ${STAGEDIR}${EXAMPLESDIR}
 +
 +.include <bsd.port.mk>
 
 Added: head/math/py-patsy/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/py-patsy/distinfo	Mon Nov 11 20:32:09 2013	(r333533)
 @@ -0,0 +1,2 @@
 +SHA256 (patsy-0.2.1.tar.gz) = 31374ce25275813d8f1c48bdda40bba06f7a16cce7dcdfad73f43a555393d065
 +SIZE (patsy-0.2.1.tar.gz) = 316115
 
 Added: head/math/py-patsy/files/patch-setup.py
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/py-patsy/files/patch-setup.py	Mon Nov 11 20:32:09 2013	(r333533)
 @@ -0,0 +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 @@
 +     license="2-clause BSD",
 +     packages=["patsy"],
 +     url="https://github.com/pydata/patsy",
 +-    install_requires=["numpy"],
 +     classifiers =
 +       [ "Development Status :: 4 - Beta",
 +         "Intended Audience :: Developers",
 
 Added: head/math/py-patsy/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/py-patsy/pkg-descr	Mon Nov 11 20:32:09 2013	(r333533)
 @@ -0,0 +1,5 @@
 +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://www.github.com/pydata/patsy 
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
