pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8-docstrings



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  3 20:00:36 UTC 2023

Modified Files:
        pkgsrc/devel/py-flake8-docstrings: Makefile distinfo

Log Message:
py-flake8-docstrings: updated to 1.7.0

1.7.0
- Add ``--property-decorators`` option.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-flake8-docstrings/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-flake8-docstrings/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-flake8-docstrings/Makefile
diff -u pkgsrc/devel/py-flake8-docstrings/Makefile:1.7 pkgsrc/devel/py-flake8-docstrings/Makefile:1.8
--- pkgsrc/devel/py-flake8-docstrings/Makefile:1.7      Tue Jul 12 09:28:45 2022
+++ pkgsrc/devel/py-flake8-docstrings/Makefile  Wed May  3 20:00:36 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/07/12 09:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/05/03 20:00:36 adam Exp $
 
-DISTNAME=      flake8-docstrings-1.6.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      flake8_docstrings-1.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8-docstrings/}
 
@@ -11,12 +10,12 @@ HOMEPAGE=   https://github.com/pycqa/flake
 COMMENT=       Extension for flake8 using pydocstyle to check docstrings
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-docstyle-[0-9]*:../../devel/py-docstyle
-DEPENDS+=      ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+DEPENDS+=      ${PYPKGPREFIX}-docstyle>=2.1:../../devel/py-docstyle
+DEPENDS+=      ${PYPKGPREFIX}-flake8>=3:../../devel/py-flake8
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-flake8-docstrings/distinfo
diff -u pkgsrc/devel/py-flake8-docstrings/distinfo:1.5 pkgsrc/devel/py-flake8-docstrings/distinfo:1.6
--- pkgsrc/devel/py-flake8-docstrings/distinfo:1.5      Tue Oct 26 10:18:27 2021
+++ pkgsrc/devel/py-flake8-docstrings/distinfo  Wed May  3 20:00:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:27 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/05/03 20:00:36 adam Exp $
 
-BLAKE2s (flake8-docstrings-1.6.0.tar.gz) = 1e8281922522b69360f0fe4bcd668f69dc1a92d4119b9e3c63198e53393b24f9
-SHA512 (flake8-docstrings-1.6.0.tar.gz) = d831b8587452aa3ecb30455af630455ea19b495be53b2ad2f1097ff932543536b82c948857b5357df8a58023290023e76f0373deae490993a6f475f6c73a5088
-Size (flake8-docstrings-1.6.0.tar.gz) = 6170 bytes
+BLAKE2s (flake8_docstrings-1.7.0.tar.gz) = dc08516dc2f94c5b99d66627d9bfc6fc2f8f50ad04a2f0babe581ab5d068519d
+SHA512 (flake8_docstrings-1.7.0.tar.gz) = 43faf3b3024935cc204107e127d72fcb2e15e3d370fdd9a350533a7aab16556b5631ab15b1820a0b6263a7538c15e9937f0c89a13578787f7d0e35291de00980
+Size (flake8_docstrings-1.7.0.tar.gz) = 5995 bytes



Home | Main Index | Thread Index | Old Index