summaryrefslogtreecommitdiff
path: root/textproc/py-docutils/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-09-14 17:46:55 +0000
committerrecht <recht>2003-09-14 17:46:55 +0000
commit315afaceef32dc884ece4dbb5d549bdbcb37ca72 (patch)
tree7e2a131ef2973f813c906bb4de0ddf7ee9a191ce /textproc/py-docutils/Makefile
parentf21ce89321083df5dd09858a9a6366b135874d43 (diff)
downloadpkgsrc-315afaceef32dc884ece4dbb5d549bdbcb37ca72.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/Makefile8
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"