freebsd-ports/devel/py-zope.minmax/pkg-descr
Ruslan Makhmatkhanov b0bdf33f31 Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW

All changes are non-functional.
2013-09-23 12:52:16 +00:00

8 lines
374 B
Text

The zope.minmax.AbstractValue class provides a super class which can be
subclassed to store arbitrary homogeneous values in a persistent storage
and apply different conflict resolution policies.
The subclasses defined here are resolving the conflicts using always
either the maximum or the minimum of the conflicting values.
WWW: https://pypi.python.org/pypi/zope.minmax/