Bug 105544

Summary: Missing PY-NUMPY definition in /usr/ports/Mk/bsd.python.mk
Product: Ports & Packages Reporter: Diane Bruce <db>
Component: Individual Port(s)Assignee: Alexander Botero-Lowry <alexbl>
Status: Closed FIXED    
Severity: Affects Only Me CC: rafan
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Diane Bruce 2006-11-14 21:50:02 UTC
	PY-NUMERIC is being deprecated in favour of PY-NUMPY

Fix: I suggest the addition of PY-NUMPY to /usr/ports/MK/bsd.python.mk.diff
for consistency
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-14 21:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

bsd.python.mk is perky territory
Comment 2 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-12-07 10:02:58 UTC
Responsible Changed
From-To: perky->alexbl

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-08 04:57:55 UTC
alexbl      2006-12-08 04:57:49 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.python.mk 
  Log:
   - Add PYNUMPY macro to bsd.python.mk
       Ports using Py-Numeric should be aware that it is considered deprecated
       in favor of NumPy.
  
  PR:             105544
  Submitted by:   Diane Bruce <db@db.net>
  Approved by:    maintainer timeout, python@ (self)
  
  Revision  Changes    Path
  1.87      +3 -1      ports/Mk/bsd.python.mk
_______________________________________________
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 4 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-12-08 05:13:31 UTC
State Changed
From-To: open->closed

Committed, thanks!