pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-doc8 py-doc8: updated to 0.10.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/d62693fc94c5
branches: trunk
changeset: 769393:d62693fc94c5
user: adam <adam%pkgsrc.org@localhost>
date: Sun Nov 14 15:14:27 2021 +0000
description:
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
diffstat:
devel/py-doc8/Makefile | 12 +++++++-----
devel/py-doc8/PLIST | 3 +--
devel/py-doc8/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 8b48f4a3f4a6 -r d62693fc94c5 devel/py-doc8/Makefile
--- a/devel/py-doc8/Makefile Sun Nov 14 15:13:04 2021 +0000
+++ b/devel/py-doc8/Makefile Sun Nov 14 15:14:27 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/06/02 19:58:00 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/11/14 15:14:27 adam Exp $
-DISTNAME= doc8-0.8.1
+DISTNAME= doc8-0.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/doc8/}
@@ -10,15 +10,17 @@
COMMENT= Opinionated style checker for rst styles of documentation
LICENSE= apache-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-restructuredtext_lint>=0.7:../../devel/py-restructuredtext_lint
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-stevedore-[0-9]*:../../devel/py-stevedore
USE_LANGUAGES= # none
+PYSETUP= -c 'from setuptools import setup; setup()'
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} doc8 doc8-${PYVERSSUFFIX} || ${TRUE}
diff -r 8b48f4a3f4a6 -r d62693fc94c5 devel/py-doc8/PLIST
--- a/devel/py-doc8/PLIST Sun Nov 14 15:13:04 2021 +0000
+++ b/devel/py-doc8/PLIST Sun Nov 14 15:14:27 2021 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/02 19:58:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/11/14 15:14:27 adam Exp $
bin/doc8-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/doc8/__init__.py
diff -r 8b48f4a3f4a6 -r d62693fc94c5 devel/py-doc8/distinfo
--- a/devel/py-doc8/distinfo Sun Nov 14 15:13:04 2021 +0000
+++ b/devel/py-doc8/distinfo Sun Nov 14 15:14:27 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:18:23 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/11/14 15:14:27 adam Exp $
-BLAKE2s (doc8-0.8.1.tar.gz) = 7811ad49ef66fc52eaeac0555a642bce11f609934e7eed1a6b71b7ffa878d500
-SHA512 (doc8-0.8.1.tar.gz) = 855a00e24daba0c1a7caa4e888411c356570d2f30c7966bb2e566260edff13bc4c35124fd8d4129231bc7a3bec2ed959d23fb52961a5d8f6d1c67cff22bb35de
-Size (doc8-0.8.1.tar.gz) = 28775 bytes
+BLAKE2s (doc8-0.10.1.tar.gz) = 4d4a4698d3915a774c8b52ad03c0cd032c0338e23d820e23bceadf39b0b202f5
+SHA512 (doc8-0.10.1.tar.gz) = 0d12edbdd39e747c7ad19e52dc826e074ef1ff71cdcf4984d62a5e1c1154e3d78571ff3a522eff13e543ace060d65c6dc43f25d9590ee6a2cdb98eab28e4f91f
+Size (doc8-0.10.1.tar.gz) = 25514 bytes
Home |
Main Index |
Thread Index |
Old Index