Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2008 03:07:57 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   ports/130031: PyCairo no longer supports Numeric Python
Message-ID:  <20081229180757.D9607153470@xeon.quad.dyndns.org>
Resent-Message-ID: <200812291810.mBTIA2mR014267@freefall.freebsd.org>

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

>Number:         130031
>Category:       ports
>Synopsis:       PyCairo no longer supports Numeric Python
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 18:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	PyCairo no longer supports Numeric Python since version 1.4.0.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/py-cairo/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	8 Sep 2008 02:42:00 -0000	1.21
+++ Makefile	23 Sep 2008 21:18:21 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	cairo
 PORTVERSION=	1.6.4
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	http://cairographics.org/releases/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +17,9 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Python bindings for Cairo
 
-BUILD_DEPENDS=	${PYNUMERIC}
+BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
-RUN_DEPENDS=	${PYNUMERIC}
+RUN_DEPENDS=	${PYNUMPY}
 
 USE_PYTHON=	yes
 USE_GMAKE=	yes

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



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