tota        2011-11-23 04:32:53 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-ordereddict Makefile distinfo pkg-descr 
  Log:
  - Add a new port: devel/py-ordereddict
  
    Drop-in substitute for Py2.7's new collections.OrderedDict. The
    recipe has big-oh performance that matches regular dictionaries
    (amortized O(1) insertion/deletion/lookup and O(n)
    iteration/repr/copy/equality_testing).
  
    WWW:  http://pypi.python.org/pypi/ordereddict
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4720    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/py-ordereddict/Makefile (new)
  1.1       +2 -0      ports/devel/py-ordereddict/distinfo (new)
  1.1       +6 -0      ports/devel/py-ordereddict/pkg-descr (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to