freebsd-ports/devel/py-recordclass/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
455 B
Text

Recordclass is MIT Licensed python library. It was started as a "proof of
concept" for the problem of fast "mutable" alternative of namedtuple. It
implements a factory function recordclass (a variant of collection.namedtuple)
in order to create record-like classes with the same API as
collection.namedtuple. It was evolved further in order to provide more memory
saving, fast and flexible types.
See also: https://bitbucket.org/intellimath/recordclass/