Bug 186122 - [MAINTAINER-UPDATE] math/py-bottleneck: update to 0.8.0
Summary: [MAINTAINER-UPDATE] math/py-bottleneck: update to 0.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 10:20 UTC by Johannes Meixner
Modified: 2014-02-16 09:00 UTC (History)
0 users

See Also:


Attachments
py27-bottleneck-0.8.0.patch (1.17 KB, patch)
2014-01-26 10:20 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-01-26 10:20:00 UTC
- Update to 0.8.0
- Specify BSD 2-clause license.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-26 10:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2014-02-03 11:30:07 UTC
Responsible Changed
From-To: freebsd-python->koobs

I'll take it.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2014-02-09 08:52:34 UTC
State Changed
From-To: open->feedback

Updated bottleneck requires NumPy 1.8. Holding off on commit until it 
lands.
Comment 4 Johannes Meixner 2014-02-14 10:29:54 UTC
math/py-numpy has been committed in revision 344040,
please proceed.

Best regards
Johannes

-- 
xmj@chaot.net
http://xmj.me


On Sun, Feb 09, 2014 at 08:52:34AM +0000, koobs@FreeBSD.org wrote:
> Synopsis: [MAINTAINER-UPDATE] math/py-bottleneck: update to 0.8.0
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: koobs
> State-Changed-When: Sun Feb 9 08:52:34 UTC 2014
> State-Changed-Why: 
> Updated bottleneck requires NumPy 1.8. Holding off on commit until it
> lands.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=186122

Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-16 08:57:28 UTC
Author: koobs
Date: Sun Feb 16 08:57:21 2014
New Revision: 344505
URL: http://svnweb.freebsd.org/changeset/ports/344505
QAT: https://qat.redports.org/buildarchive/r344505/

Log:
  math/py-bottleneck: Update to 0.8.0
  
  - Update to 0.8.0
  - Update LICENSE (BSD2CLAUSE)
  
  Changes: http://berkeleyanalytics.com/bottleneck/release.html#bottleneck-0-8-0
  
  PR:		ports/186122
  Submitted by:	Johannes Meixner <xmj@chaot.net>

Modified:
  head/math/py-bottleneck/Makefile
  head/math/py-bottleneck/distinfo

Modified: head/math/py-bottleneck/Makefile
==============================================================================
--- head/math/py-bottleneck/Makefile	Sun Feb 16 08:52:15 2014	(r344504)
+++ head/math/py-bottleneck/Makefile	Sun Feb 16 08:57:21 2014	(r344505)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bottleneck
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.0
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ DISTNAME=	Bottleneck-${PORTVERSION}
 MAINTAINER=	xmj@chaot.net
 COMMENT=	Collection of fast NumPy array functions written in Cython
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	${PYNUMPY} \
 		cython:${PORTSDIR}/lang/cython

Modified: head/math/py-bottleneck/distinfo
==============================================================================
--- head/math/py-bottleneck/distinfo	Sun Feb 16 08:52:15 2014	(r344504)
+++ head/math/py-bottleneck/distinfo	Sun Feb 16 08:57:21 2014	(r344505)
@@ -1,2 +1,2 @@
-SHA256 (Bottleneck-0.7.0.tar.gz) = 8d7bc7eac458632603fc10c71f26c0f9f976293ff394f48efae6ecd4c79b21fc
-SIZE (Bottleneck-0.7.0.tar.gz) = 1634309
+SHA256 (Bottleneck-0.8.0.tar.gz) = f0a980510239f685ebaf4dbc8c9f0e55ac964312e0d11c551208c250d22cc64b
+SIZE (Bottleneck-0.8.0.tar.gz) = 1634340
_______________________________________________
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"
Comment 6 Kubilay Kocak freebsd_committer freebsd_triage 2014-02-16 08:58:01 UTC
State Changed
From-To: feedback->closed

Committed, thanks Johannes!