Wed Apr 13 19:44:34 2022 UTC ()
py-click: updated to 8.1.2

Version 8.1.2
- Fix error message for readable path check that was mixed up with the
  executable check.
- Restore parameter order for ``Path``, placing the ``executable``
  parameter at the end. It is recommended to use keyword arguments
  instead of positional arguments.


(adam)
diff -r1.21 -r1.22 pkgsrc/devel/py-click/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/py-click/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/py-click/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-click/Makefile 2022/03/31 07:25:58 1.21
+++ pkgsrc/devel/py-click/Makefile 2022/04/13 19:44:34 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2022/03/31 07:25:58 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2022/04/13 19:44:34 adam Exp $
2 2
3DISTNAME= click-8.1.1 3DISTNAME= click-8.1.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://palletsprojects.com/p/click/ 9HOMEPAGE= https://palletsprojects.com/p/click/
10COMMENT= Simple wrapper around optparse for powerful command line utilities 10COMMENT= Simple wrapper around optparse for powerful command line utilities
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PYTHON_VERSIONS_INCOMPATIBLE= 27 13PYTHON_VERSIONS_INCOMPATIBLE= 27
14 14
15.include "../../lang/python/pyversion.mk" 15.include "../../lang/python/pyversion.mk"
16 16

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-click/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-click/distinfo 2022/03/31 07:25:58 1.20
+++ pkgsrc/devel/py-click/distinfo 2022/04/13 19:44:34 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/03/31 07:25:58 adam Exp $ 1$NetBSD: distinfo,v 1.21 2022/04/13 19:44:34 adam Exp $
2 2
3BLAKE2s (click-8.1.1.tar.gz) = 6c53964f136eac15b309f3ebb18e532f835d9afcc16fbc2acfbf91893e373f35 3BLAKE2s (click-8.1.2.tar.gz) = 2d6e909a3a2e020bbad7587addbcf01f63885e5f3776a4105e2027bafa8b2487
4SHA512 (click-8.1.1.tar.gz) = 7ff0a6c48a9f76532e7c950dce8778b42fc2c56cf050c0c3a5f85597552d2400d2df64d23e0e632c7c1cc80608d03066a3e47f36e6021982cc3e37e1fabeed7d 4SHA512 (click-8.1.2.tar.gz) = df75a175a820b11aa4d0bdaa959bfef2954c09557740c6defec20b73b1f0d66605110b24016c21c291c712ceb56c813753a7a2e9b04e078798fdc90d6977078d
5Size (click-8.1.1.tar.gz) = 330199 bytes 5Size (click-8.1.2.tar.gz) = 330315 bytes