From 315afaceef32dc884ece4dbb5d549bdbcb37ca72 Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 14 Sep 2003 17:46:55 +0000 Subject: update to 0.3 changes: General: * Renamed "attribute" to "option" for directives/extensions. * Renamed transform method "transform" to "apply". * Renamed "options" to "settings" for runtime settings (as set by command-line options). Sometimes "option" (singular) became "settings" (plural). Some variations below: - document.options -> document.settings (stored in other objects as well) - option_spec -> settings_spec (not directives though) - OptionSpec -> SettingsSpec - cmdline_options -> settings_spec - relative_path_options -> relative_path_settings - option_default_overrides -> settings_default_overrides - Publisher.set_options -> Publisher.get_settings for the "Specific" changes see HISTORY.txt. --- textproc/py-docutils/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'textproc/py-docutils/Makefile') diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index b0392c53b8f..e910ec3b335 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 17:27:48 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/14 17:46:55 recht Exp $ -DISTNAME= docutils-0.2 +DISTNAME= docutils-0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docutils/} @@ -9,10 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://docutils.sf.net/ COMMENT= Python tool to generate documents -PYTHON_VERSIONS_ACCEPTED= 22 21 +PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth PYDISTUTILSPKG= # defined -NO_CONFIGURE= YES - .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3