diff options
author | recht <recht@pkgsrc.org> | 2003-09-14 17:46:55 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-14 17:46:55 +0000 |
commit | 5646b4224ea838d6edc6f96e2c6c3441062632c1 (patch) | |
tree | 7e2a131ef2973f813c906bb4de0ddf7ee9a191ce /textproc/py-docutils/Makefile | |
parent | 7dc70e252a86f98237cd0a37ba475df20da935e6 (diff) | |
download | pkgsrc-5646b4224ea838d6edc6f96e2c6c3441062632c1.tar.gz |
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.
Diffstat (limited to 'textproc/py-docutils/Makefile')
-rw-r--r-- | textproc/py-docutils/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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" |