pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-doc8



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 14 15:14:27 UTC 2021

Modified Files:
        pkgsrc/devel/py-doc8: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-doc8/Makefile \
    pkgsrc/devel/py-doc8/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-doc8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-doc8/Makefile
diff -u pkgsrc/devel/py-doc8/Makefile:1.2 pkgsrc/devel/py-doc8/Makefile:1.3
--- pkgsrc/devel/py-doc8/Makefile:1.2   Tue Jun  2 19:58:00 2020
+++ pkgsrc/devel/py-doc8/Makefile       Sun Nov 14 15:14:27 2021
@@ -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 @@ HOMEPAGE=   https://github.com/pycqa/doc8
 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}
Index: pkgsrc/devel/py-doc8/PLIST
diff -u pkgsrc/devel/py-doc8/PLIST:1.2 pkgsrc/devel/py-doc8/PLIST:1.3
--- pkgsrc/devel/py-doc8/PLIST:1.2      Tue Jun  2 19:58:00 2020
+++ pkgsrc/devel/py-doc8/PLIST  Sun Nov 14 15:14:27 2021
@@ -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

Index: pkgsrc/devel/py-doc8/distinfo
diff -u pkgsrc/devel/py-doc8/distinfo:1.4 pkgsrc/devel/py-doc8/distinfo:1.5
--- pkgsrc/devel/py-doc8/distinfo:1.4   Tue Oct 26 10:18:23 2021
+++ pkgsrc/devel/py-doc8/distinfo       Sun Nov 14 15:14:27 2021
@@ -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