Commit graph

9 commits

Author SHA1 Message Date
Hye-Shik Chang
a8ef62c107 Add a workaround to remove setuptool's erroneous workaround for
pyrex support.
2007-10-29 01:07:07 +00:00
Pav Lucistnik
68e8fb2545 - Force our idea of OPSYS to get predictable egg name 2007-08-01 22:31:39 +00:00
Pav Lucistnik
70c19a8958 - Needs pyrex with new python 2007-07-30 17:49:35 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Li-Wen Hsu
6d7c988f38 - Add missing pkg-plist in last commit
Approved by:	clsung (mentor)
Reported by:	kris via pointyhat
Pointy Hat to:	lwhsu
2007-04-09 01:17:31 +00:00
Li-Wen Hsu
943816f90a - Add backup MASTER_SITE
- Remove contiguous blank lines

Approved by:    clsung (mentor)
2007-04-07 23:35:16 +00:00
Li-Wen Hsu
96a3596ae5 - Update to 0.8.0
- Fix DOCSDIR
- Assign to python@FreeBSD.org

Approved by:     clsung (mentor)
2007-04-05 02:17:16 +00:00
Marcus Alves Grando
074e1d1ea6 - Update to 0.7
- Update WWW
2006-07-10 15:20:21 +00:00
Marcus Alves Grando
03ad0df1b9 - New port devel/py-rbtree
An RBTree is a fast, balanced efficient data structure with the
following properties:

get          O(log n)
set          O(log n)
delete       O(log n)
min          O(log n)
max          O(log n)
contains     O(log n)

Because the worst case timing is minimal across the range of standard
dict and ordered data operations it makes sense to use this when you
have volatile/dynamic sorted data.

In common usage its nearly as fast as the Python dict impl but has a
slightly more expensive usage of the compare function as the keys are
ordered and not hashed.

WWW:	http://www.python.org/pypi/RBTree/
2006-05-08 14:25:19 +00:00