Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10648] New: pygame: broken numpy dependency and blocking forever in BUILD

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10648] New: pygame: broken numpy dependency and blocking forever in BUILD
  • Date: 5 Mar 2006 23:22:01 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10648

Summary: pygame: broken numpy dependency and blocking forever in
BUILD
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: python-devel
AssignedTo: sergey AT sourcemage.org
ReportedBy: sqweek AT gmail.com
CC: sm-grimoire-bugs AT lists.ibiblio.org
BugsThisDependsOn: 10646


pygame had a dependency on the Numeric python library, which the numpy spell
*used* to install. However, Numeric is no longer maintained in favour of the
NumPy library. The numpy spell got upgraded and now installs NumPy, but pygame
still depends on Numeric. I made a new spell for numeric (Bug #10646) and
changed pygame's dependency.

Also (sorry, I fixed two bugs at once), pygame's setup.py runs config.py,
which
asks for confirmation if it is missing any dependencies. We already asked
about
dependencies in DEPENDS, so I've changed BUILD to run "yes |python setup.py
build". And, I've added a SUB_DEPENDS so that spells can depend on specific
features of pygame.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



  • [SM-Grimoire-Bugs] [Bug 10648] New: pygame: broken numpy dependency and blocking forever in BUILD, bugzilla-daemon, 03/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page