The NetBSD Project

CVS log for pkgsrc/devel/py-doc8/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-doc8

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 12 10:24:32 2025 UTC (13 days, 12 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Fix PLIST after py-setuptools update; bump depends and revision

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 4 09:09:41 2025 UTC (7 weeks, 3 days ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
py-doc8: not for Python 3.10

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:06 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:38 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -3 lines
*: clean-up after python38 removal

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 2 21:07:55 2024 UTC (7 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
py-doc8: updated to 1.1.2

1.1.2

Bugfixes

Clean up build dependencies
docs: update meta.pycqa.org URL
ci: update to coactions/dynamic-matrix v3 (latest)
bump docutils support
Fix absolute paths not considered for ignore-path-errors option
Add example for pyproject.toml config
update badges

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 7 10:29:53 2024 UTC (14 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -9 lines
py-doc8: updated to 1.1.1

v1.1.1

Minor Changes

Remove support for py37 and enable support for py312

Bugfixes

Remove use of pbr
Allow PEP links with anchors
PEP 621: Migrate more config into pyproject.toml


v1.0.0

Major Changes

Drop support for python 3.6

Bugfixes

Address some deprecation warnings
Make toml support implicit
Remove pip from pyproject.toml
Add support for python 3.11

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:37:59 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
*: latest py-sphinx only support Python 3.9+

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:12 2023 UTC (22 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:03 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:01 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 18 17:47:46 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
py-doc8: needs py-setuptools_scm to build

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 14 15:14:27 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -5 lines
py-doc8: updated to 0.10.1

0.10.1
Minor Changes

Adopt modern python packaging
Add support for python 3.10

Bugfixes

Repair packaging
Enable pylint


0.9.1
Bugfixes

Clarify pyproject.toml configuration
setup.cfg: Replace dash-separated options


0.9.0
Major Changes

Remove chardet based input encoding detection
Remove support for py27 and py35

Minor Changes

add support for reading doc8 config from pyproject.toml file
Add support for py38
Add support for py39
Turn off pre-commit's automated multiprocessing
Improve readme

Bugfixes

Add pyproject.toml support to README
Ignoring several labels for "code-block" directive.
Handling of Windows (and legacy Mac) line endings
Accept the :substitutions: option on code-block directives in Sphinx

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 2 19:58:00 2020 UTC (4 years, 10 months ago) by adam
Branches: MAIN
CVS tags: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -7 lines
py-doc8: updated to 0.8.1

0.8.1
-----
* README: Further tweaks
* Resolve README issues
* Accept the :substitutions: option on code-block directives in Sphinx
* Ignore 'nowrap' option for 'math' directive

0.8.1rc3
--------
* Configure packaging and release
* Ignore 'label' option for 'math' directive
* doc8/checks: ignore emphasize-lines errors in Sphinx mode
* Accept the :caption: option on code-block directives in Sphinx

0.8.1rc2
--------
* Refactor to support direct invocation from python
* Add tests for command line invocation
* Standardise check name across python versions
* Adopt python black
* Enable pre-commit

0.8.1rc1
--------
* Fix formatting of pre-commit-hooks.yaml
* Fix '\_\_main\_\_'
* Added badges to the README
* Fix travis
* Fixed tox docs
* Add pre-commit hook definition
* Allow doc8 to be called as a module
* Integrate Travis
* Update hacking version
* gitignore: Ignore pbr generated metadata
* Modernize doc building process
* General cleanup
* setup.cfg: Indicate supported versions of Python
* CONTRIBUTING: Update after move to GitHub
* setup.cfg: Update author, maintainer details
* Add Pygments to the requirements list

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 5 19:34:21 2018 UTC (6 years, 10 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
devel/py-doc8: Import version 0.8.0

Doc8 is an opinionated style checker for rst (with basic support for
plain text) styles of documentation.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>