pkgsrc/www/zope3/Makefile.common
wiz c6cb2454f5 Update to 3.2.1, provided by the maintainer in PR 33388.
Zope 3.2.1

  Bug fixes

    - Fixed issue 573: @form.action(failure='name_of_method') didn't work.

    - Fixed issue 568: Typo in basicskin css file.

    - Fixed issue 560: Bug in default AddView class.

    - Fixed issue 546: non-ASCII docstring cause
      System Error in RootErrorReportingUtility.

    - Fixed issue 544: VocabularyRegistryError missing import.

    - Fixed issue 536: ErrorLogUtility has UnboundLocalError.

    - zope.app.testing.functional.defineLayer

      + Use the method param instead of an hardcoded value for the
      zcml filename
2006-05-06 22:38:27 +00:00

12 lines
258 B
Text

# $NetBSD: Makefile.common,v 1.2 2006/05/06 22:38:27 wiz Exp $
#
PYTHON_VERSIONS_ACCEPTED= 24
ZOPE3_DIR= ${PREFIX}/share/zope3
ZOPE3_DOCDIR= ${PREFIX}/share/doc/zope3
ZOPE3_GROUP?= zope3
ZOPE3_USER?= zope3
.include "../../lang/python/application.mk"