Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 23:37:06 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184584: [NEW PORT] math/py-bottleneck: Collection of fast NumPy array functions written in Cython
Message-ID:  <3984387437.enqueue@mx12.chaot.net>
Resent-Message-ID: <201312072140.rB7Le1VD092608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184584
>Category:       ports
>Synopsis:       [NEW PORT] math/py-bottleneck: Collection of fast NumPy array functions written in Cython
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 07 21:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3: Thu Nov  7 16:08:22 EET
>Description:
Bottleneck is a collection of fast NumPy array functions written in Cython.

WWW: https://www.github.com/kwgoodman/bottleneck/

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-bottleneck
#	py-bottleneck/pkg-descr
#	py-bottleneck/Makefile
#	py-bottleneck/distinfo
#
echo c - py-bottleneck
mkdir -p py-bottleneck > /dev/null 2>&1
echo x - py-bottleneck/pkg-descr
sed 's/^X//' >py-bottleneck/pkg-descr << '26556add452b123a660601b0e00a96d4'
XBottleneck is a collection of fast NumPy array functions written in Cython.
X
XWWW: https://www.github.com/kwgoodman/bottleneck/
26556add452b123a660601b0e00a96d4
echo x - py-bottleneck/Makefile
sed 's/^X//' >py-bottleneck/Makefile << '0931e3ba937bc42ca9423d158260cde5'
X# Created by: Johannes Meixner <xmj@chaot.net>
X# $FreeBSD$
X
XPORTNAME=	bottleneck
XPORTVERSION=	0.7.0
XCATEGORIES=	math python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	Bottleneck-${PORTVERSION}
X
XMAINTAINER=	xmj@chaot.net
XCOMMENT=	Collection of fast NumPy array functions written in Cython
X
XLICENSE=	BSD
X
XBUILD_DEPENDS=	${PYNUMPY} \
X		cython:${PORTSDIR}/lang/cython
XRUN_DEPENDS=	${PYNUMPY}
XTEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_AUTOPLIST=	yes
X
XOPTIONS_DEFINE=	DOCS
XDOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
XPORTDOCS=	README.rst \
X			RELEASE.rst \
X			*
X
Xregression-test: build
X	@cd ${WRKSRC} && nosetests
X
Xpost-install:
X	${MKDIR} ${STAGEDIR}${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/RELEASE.rst ${STAGEDIR}${DOCSDIR}
X	cd ${WRKSRC}/doc/source/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
X
X.include <bsd.port.mk>
0931e3ba937bc42ca9423d158260cde5
echo x - py-bottleneck/distinfo
sed 's/^X//' >py-bottleneck/distinfo << '73260a9afc30989551ae2a560233d6ed'
XSHA256 (Bottleneck-0.7.0.tar.gz) = 8d7bc7eac458632603fc10c71f26c0f9f976293ff394f48efae6ecd4c79b21fc
XSIZE (Bottleneck-0.7.0.tar.gz) = 1634309
73260a9afc30989551ae2a560233d6ed
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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