Bug 130031 - graphics/py-cairo: PyCairo no longer supports Numeric Python
Summary: graphics/py-cairo: PyCairo no longer supports Numeric Python
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-29 18:10 UTC by fmysh
Modified: 2008-12-31 21:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (742 bytes, patch)
2008-12-29 18:10 UTC, fmysh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fmysh 2008-12-29 18:10:01 UTC
	PyCairo no longer supports Numeric Python since version 1.4.0.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-12-29 20:09:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer(s).
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-12-31 21:05:44 UTC
mezz        2008-12-31 21:05:30 UTC

  FreeBSD ports repository

  Modified files:
    graphics/py-cairo    Makefile 
  Log:
  Fix the dependency, PYNUMERIC -> PYNUMPY. In the ChangeLog shows:
  
  --------------
          * cairo/pycairo-surface.c:
          Remove Numeric Python support, since Numeric has been made obsolete by
          numpy, and numpy data can be read using ImageSurface.create_for_data.
  --------------
  
  Bump the PORTREVISION.
  
  PR:             ports/130031
  Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
  
  Revision  Changes    Path
  1.22      +3 -2      ports/graphics/py-cairo/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2008-12-31 21:05:53 UTC
State Changed
From-To: open->closed

Committed, thanks!