Up to [cvs.NetBSD.org] / pkgsrc / devel / py-doctor
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 4 06:08:54 2023 UTC (2 days, 8 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
py-doctor: add TOOL_DEPENDS
Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 4 06:07:50 2023 UTC (2 days, 8 hours ago) by adam
Branch: MAIN
Changes since 1.24: +10 -4
lines
Diff to previous 1.24 (colored)
py-doctor: updated to 23.9.1 pydoctor 23.9.1 Fix regression in link not found warnings' line numbers. pydoctor 23.9.0 This is the last major release to support Python 3.6. Do not show **kwargs when keywords are specifically documented with the keyword field and no specific documentation is given for the **kwargs entry. Fix annotation resolution edge cases: names are resolved in the context of the module scope when possible, when impossible, the theoretical runtime scopes are used. A warning can be reported when an annotation name is ambiguous (can be resolved to different names depending on the scope context) with option -v. Ensure that explicit annotation are honored when there are multiple declarations of the same name. Use stricter verification before marking an attribute as constant: instance variables are never marked as constant a variable that has several definitions will not be marked as constant a variable declaration under any kind of control flow block will not be marked as constant Do not trigger warnings when pydoctor cannot make sense of a potential constant attribute (pydoctor is not a static checker). Fix presentation of type aliases in string form. Improve the AST colorizer to output less parenthesis when it's not required. Fix colorization of dictionary unpacking. Improve the class hierarchy such that it links top level names with intersphinx when possible. Add highlighting when clicking on "View In Hierarchy" link from class page. Recognize variadic generics type variables (PEP 646). Fix support for introspection of cython3 generated modules. Instance variables are marked as such across subclasses.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Aug 12 00:31:02 2023 UTC (3 months, 3 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Changes since 1.23: +2 -7
lines
Diff to previous 1.23 (colored)
py-doctor: restore not for Python 3.8 setting (fix bulk builds) This is marked not for 3.8 because py-lunr is, which in turn is because py-nltk is, which is in turn evidently because py-numpy is (though, there it is only a TEST_DEPENDS).
Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 11 13:01:29 2023 UTC (3 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored)
py-doctor: updated to 23.4.1 pydoctor 23.4.1 Pin urllib3 version to keep compatibility with cachecontrol and python3.6. pydoctor 23.4.0 Add support for Python 3.11 Add support for the @overload decorator. Show type annotations in function's signatures. If none of a function's parameters have documentation, do not render the parameter table. Themes have been adjusted to render annotations more concisely. Fix a rare crash in the type inference. Invalid python code like a set of lists would raise a uncaught TypeError in the evaluation. Support when source path lies outside base directory (--project-base-dir). Since pydoctor support generating docs for multiple packages, it is not certain that all of the source is even viewable below a single URL. We now allow to add arbitrary paths to the system, but only the objects inside a module wich path is relative to the base directory can have a source control link generated. Cache the default docutils settings on docutils>=0.19 to improve performance. Improve the search bar user experience by automatically appending wildcard to each query terms when no terms already contain a wildcard. Link recognized constructors in class page. An invalid epytext docstring will be rederered as plaintext, just like invalid restructuredtext docstrings (finally).
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 30 15:32:48 2023 UTC (4 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Remove dependencies for Python 3.7
Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 1 08:37:46 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
*: restrict py-numpy users to 3.9+ in preparation for update
Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 29 09:34:06 2023 UTC (8 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored)
*: use PYTHON_VERSION instead of _PYTHON_VERSION
Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 29 17:13:22 2022 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.18: +6 -10
lines
Diff to previous 1.18 (colored)
py-doctor: updated to 22.9.1 pydoctor 22.9.1 pydoctor --help works again. pydoctor 22.9.0 Add a special kind for exceptions (before, they were treated just like any other class). The ZopeInterface features now renders again. A regression was introduced in pydoctor 22.7.0. Python syntax errors are now logged as violations. Fixed rare crash in the rendering of parsed elements (i.e. docstrings and ASTs). This is because XHTML entities like non-breaking spaces are not supported by Twisted's XMLString at the moment. Show the value of type aliases and type variables. The --prepend-package now work as documented. A regression was introduced in pydoctor 22.7.0 and it was not nesting new packages under the "fake" package. self parameter is now removed only when the target is a method. In the previous version, it was always removed in any context. cls parameter is now removed only when the target is a class method. In the previous version, it was always removed in any context. Add anchors aside attributes and functions to ease the process of sharing links to these API docs. Fix a bug in the return clause of google-style docstrings where the return type would be treated as the description when there is no explicit description. Trigger warnings for unknown config options. Fix minor UX issues in the search bar. Fix deprecation in Docutils 0.19 frontend
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 12 06:54:04 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
py-lunr, py-doctor: do not support python 3.7 due to py-nltk
Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 11 17:52:22 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.16: +31 -13
lines
Diff to previous 1.16 (colored)
py-doctor: update to 22.7.0. pydoctor 22.7.0 ^^^^^^^^^^^^^^^ * Add support for generics in class hierarchies. * Fix long standing bugs in ``Class`` method resolution order. * Improve the extensibility of pydoctor (`more infos on extensions <https://pydoctor.readthedocs.io/en/latest/customize.html#use-a-custom-system-class>`_) * Fix line numbers in reStructuredText xref warnings. * Add support for `twisted.python.deprecated` (this was originally part of Twisted's customizations). * Add support for re-exporting names imported from a wildcard import. pydoctor 22.5.1 ^^^^^^^^^^^^^^^ * ``docutils>=0.17`` is now the minimum supported version. This was done to fix crashing with ``AttributeError`` when processing type fields. pydoctor 22.5.0 ^^^^^^^^^^^^^^^ * Add Read The Docs theme, enable it with option ``--theme=readthedocs``. * Add a sidebar. Configure it with options ``--sidebar-expand-depth`` and ``--sidebar-toc-depth``. Disable with ``--no-sidebar``. * Highlight the active function or attribute. * Packages and modules are now listed together. * Docstring summaries are now generated from docutils nodes: - fixes a bug in restructuredtext references in summary. - still display summary when the first paragraph is long instead of "No summary". * The module index now uses a more compact presentation for modules with more than 50 submodules and no subsubmodules. * Fix source links for code hosted on Bitbucket or SourceForge. * The ``--html-viewsource-template`` option was added to allow for custom URL scheme when linking to the source code pages and lines. pydoctor 22.4.0 ^^^^^^^^^^^^^^^ * Add option ``--privacy`` to set the privacy of specific objects when default rules doesn't fit the use case. * Option ``--docformat=plaintext`` overrides any assignments to ``__docformat__`` module variable in order to focus on potential python code parsing errors. * Switch to ``configargparse`` to handle argument and configuration file parsing (`more infos <https://pydoctor.readthedocs.io/en/latest/help.html>`_). * Improved performances with caching of docstring summaries. pydoctor 22.3.0 ^^^^^^^^^^^^^^^ * Add client side search system based on lunr.js. * Fix broken links in docstring summaries. * Add cache for the xref linker, reduces the number of identical warnings. * Fix crash when reparenting objects with duplicate names. pydoctor 22.2.2 ^^^^^^^^^^^^^^^ * Fix resolving names re-exported in ``__all__`` variable. pydoctor 22.2.1 ^^^^^^^^^^^^^^^ * Fix crash of pydoctor when processing a reparented module. pydoctor 22.2.0 ^^^^^^^^^^^^^^^ * Improve the name resolving algo such that it checks in super classes for inherited attributes. * C-modules wins over regular modules when there is a name clash. * Packages wins over modules when there is a name clash. * Fixed that modules were processed in a random order leading to several hard to reproduce bugs. * Intersphinx links have now dedicated markup. With the default theme, this allows to have the external intershinx links blue while the internal links are red. * Smarter line wrapping in summary and parameters tables. * Any code inside of ``if __name__ == '__main__'`` is now excluded from the documentation. * Fix variables named like the current module not being documented. * The Module Index now only shows module names instead of their full name. You can hover over a module link to see the full name. * If there is only a single root module, `index.html` now documents that module (previously it only linked the module page). * Fix introspection of functions comming from C-extensions. * Fix that the colorizer might make Twisted's flatten function crash with surrogates unicode strings. pydoctor 21.12.1 ^^^^^^^^^^^^^^^^ * Include module ``sre_parse36.py`` within ``pydoctor.epydoc`` to avoid an extra PyPi dependency. pydoctor 21.12.0 ^^^^^^^^^^^^^^^^ * Add support for reStructuredText directives ``.. deprecated::``, ``.. versionchanged::`` and ``.. versionadded::``. * Add syntax highlight for constant values, decorators and parameter defaults. * Embedded documentation links inside the value of constants, decorators and parameter defaults. * Provide option ``--pyval-repr-maxlines`` and ``--pyval-repr-linelen`` to control the size of a constant value representation. * Provide option ``--process-types`` to automatically link types in docstring fields (`more info <https://pydoctor.readthedocs.io/en/latest/codedoc.html#type-fields>`_). * Forked Napoleon Sphinx extension to provide google-style and numpy-style docstring parsing. * Introduced fields ``warns``, ``yields`` and ``yieldtype``. * Following google style guide, ``*args`` and ``**kwargs`` are now rendered with asterisks in the parameters table. * Mark variables as constants when their names is all caps or if using `Final` annotation. pydoctor 21.9.2 ^^^^^^^^^^^^^^^ * Fix ``AttributeError`` raised when parsing reStructuredText consolidated fields, caused by a change in ``docutils`` 0.18. * Fix ``DeprecationWarning``, use newer APIs of ``importlib_resources`` module. pydoctor 21.9.1 ^^^^^^^^^^^^^^^ * Fix deprecation warning and officially support Python 3.10. * Fix the literals style (use same style as before). pydoctor 21.9.0 ^^^^^^^^^^^^^^^ * Add support for multiple themes, selectable with ``--theme`` option. * Support selecting a different docstring format for a module using the ``__docformat__`` variable. * HTML templates are now customizable with ``--template-dir`` option. * Change the fields layout to display the arguments type right after their name. Same goes for variables. pydoctor 21.2.2 ^^^^^^^^^^^^^^^ * Fix positioning of anchors, such that following a link to a member of a module or class will scroll its documentation to a visible spot at the top of the page. pydoctor 21.2.1 ^^^^^^^^^^^^^^^ * Fix presentation of the project name and URL in the navigation bars, such that it works as expected on all generated HTML pages. pydoctor 21.2.0 ^^^^^^^^^^^^^^^ * Removed the ``--html-write-function-pages`` option. As a replacement, you can use the generated Intersphinx inventory (``objects.inv``) for deep-linking your documentation. * Fixed project version in the generated Intersphinx inventory. This used to be hardcoded to 2.0 (we mistook it for a format version), now it is unversioned by default and a version can be specified using the new ``--project-version`` option. * Fixed multiple bugs in Python name resolution, which could lead to for example missing "implemented by" links. * Fixed bug where class docstring fields such as ``cvar`` and ``ivar`` are ignored when they override inherited attribute docstrings. * Property decorators containing one or more dots (such as ``@abc.abstractproperty``) are now recognized by the custom properties support. * Improvements to `attrs`__ support: - Attributes are now marked as instance variables. - Type comments are given precedence over types inferred from ``attr.ib``. - Support positional arguments in ``attr.ib`` definitions. Please use keyword arguments instead though, both for clarity and to be compatible with future ``attrs`` releases. * Improvements in the treatment of the ``__all__`` module variable: - Assigning an empty sequence is interpreted as exporting nothing instead of being ignored. - Better error reporting when the value assigned is either invalid or pydoctor cannot make sense of it. * Added ``except`` field as a synonym of ``raises``, to be compatible with epydoc and to fix handling of the ``:Exceptions:`` consolidated field in reStructuredText. * Exception types and external base classes are hyperlinked to their class documentation. * Formatting of ``def func():`` and ``class Class:`` lines was made consistent with code blocks. * Changes to the "Show/hide Private API" button: - The button was moved to the right hand side of the navigation bar, to avoid overlapping the content on narrow displays. - The show/hide state is now synced with a query argument in the location bar. This way, if you bookmark the page or send a link to someone else, the show/hide state will be preserved. - A deep link to a private API item will now automatically enable "show private API" mode. * Improvements to the ``build_apidocs`` Sphinx extension: - API docs are now built before Sphinx docs, such that the rest of the documentation can link to it via Intersphinx. - New configuration variable ``pydoctor_url_path`` that will automatically update the ``intersphinx_mapping`` variable so that it uses the latest API inventory. - The extension can be configured to build API docs for more than one package. * ``pydoctor.__version__`` is now a plain ``str`` instead of an ``incremental.Version`` object. __ https://www.attrs.org/ pydoctor 20.12.1 ^^^^^^^^^^^^^^^^ * Reject source directories outside the project base directory (if given), instead of crashing. * Fixed bug where source directories containing symbolic links could appear to be outside of the project base directory, leading to a crash. * Bring back source link on package pages. pydoctor 20.12.0 ^^^^^^^^^^^^^^^^ * Python 3.6 or higher is required. * There is now a user manual that can be built with Sphinx or read online on `Read the Docs`__. This is a work in progress and the online version will be updated between releases. * Added support for Python language features: - Type annotations of function parameters and return value are used when the docstring does not document a type. - Functions decorated with ``@property`` or any other decorator with a name ending in "property" are now formatted similar to variables. - Coroutine functions (``async def``) are included in the output. - Keyword-only and position-only parameters are included in the output. * Output improvements: - Type names in annotations are hyperlinked to the corresponding documentation. - Styling changes to make the generated documentation easier to read and navigate. - Private API is now hidden by default on the Module Index, Class Hierarchy and Index of Names pages. - The pydoctor version is included in the "generated by" line in the footer. * All parents of the HTML output directory are now created by pydoctor; previously it would create only the deepest directory. * The ``--add-package`` and ``--add-module`` options have been deprecated; pass the source paths as positional arguments instead. * New option ``-W``/``--warnings-as-errors`` to fail your build on documentation errors. * Linking to the standard library documentation is more accurate now, but does require the use of an Intersphinx inventory (``--intersphinx=https://docs.python.org/3/objects.inv``). * Caching of Intersphinx inventories is now enabled by default. * Added a `Sphinx extension`__ for embedding pydoctor's output in a project's Sphinx documentation. * Added an extra named ``rst`` for the dependencies needed to process reStructuredText (``pip install -U pydoctor[rst]``). * Improved error reporting: - More accurate source locations (file + line number) in error messages. - Warnings were added for common mistakes when documenting parameters. - Clearer error message when a link target is not found. * Increased reliability: - Fixed crash when analyzing ``from package import *``. - Fixed crash when the line number for a docstring error is unknown. - Better unit test coverage, more system tests, started adding type annotations to the code. - Unit tests are also run on Windows. __ https://pydoctor.readthedocs.io/ __ https://pydoctor.readthedocs.io/en/latest/usage.html#building-pydoctor-together-with-sphinx-html-build pydoctor 20.7.2 ^^^^^^^^^^^^^^^ * Fix handling of external links in reStructuredText under Python 3. * Fix reporting of errors in reStructuredText under Python 3. * Restore syntax highlighting of Python code blocks. pydoctor 20.7.1 ^^^^^^^^^^^^^^^ * Fix cross-reference links to builtin types in standard library. * Fix and improve error message printed for unknown fields. pydoctor 20.7.0 ^^^^^^^^^^^^^^^ * Python 3 support. * Type annotations on attributes are supported when running on Python 3. * Type comments on attributes are supported when running on Python 3.8+. * Type annotations on function definitions are not supported yet. * Undocumented attributes are now included in the output. * Attribute docstrings: a module, class or instance variable can be documented by a following it up with a docstring. * Improved error reporting: more errors are reported, error messages include file name and line number. * Dropped support for implicit relative imports. * Explicit relative imports (using ``from``) no longer cause warnings. * Dropped support for index terms in epytext (``X{}``). This was never supported in any meaningful capacity, but now the tag is gone. This was the last major release to support Python 2.7 and 3.5.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 13 08:53:43 2022 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
*: use versioned_dependencies for py-twisted
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 4 20:53:01 2022 UTC (23 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 3 07:19:03 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Use https for github.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 22 10:29:46 2019 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.12: +8 -7
lines
Diff to previous 1.12 (colored)
py-doctor: updated to 16.3.0 16.3.0: Unknown changes
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:10 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
extend PYTHON_VERSIONS_ for Python 3.7
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 18 08:54:18 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored)
Reverted wrong commit
Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 18 08:48:26 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.9: +4 -5
lines
Diff to previous 1.9 (colored)
py-clint: added version 0.5.1 Clint is awesome. Crazy awesome. It supports colors, but detects if the session is a TTY, so doesn't render the colors if you're piping stuff around. Automagically. Current Features: * Little Documentation (bear with me for now) * CLI Colors and Indents * Extremely Simple + Powerful Column Printer * Iterator-based Progress Bar * Implicit Argument Handling * Simple Support for Incoming Unix Pipes * Application Directory management
Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 14 10:26:28 2017 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update python 3.x status after py-twisted now supports 3.x.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:32 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Add python-3.6 to incompatible versions.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:40 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:23 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:36 2015 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Revision 1.4 / (download) - annotate - [select for diffs], Fri May 9 07:37:01 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 12 15:17:52 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 0.5. Changes not found.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:03 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 30 17:23:04 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Import py27-doctor-0.4 as devel/py-doctor. This is 'pydoctor', an API documentation generator that works by static analysis. It was written primarily to replace epydoc for the purposes of the Twisted project as epydoc has difficulties with zope.interface. If it happens to work for your code too, that's a nice bonus at this stage :) pydoctor puts a fair bit of effort into resolving imports and computing inheritance hierarchies and, as it aims at documenting Twisted, knows about zope.interface's declaration API and can present information about which classes implement which interface, and vice versa.