pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pluggy



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 29 19:54:48 UTC 2019

Modified Files:
        pkgsrc/devel/py-pluggy: Makefile distinfo

Log Message:
py-pluggy: updated to 0.12.0

pluggy 0.12.0:

Features
- Switch from pkg_resources to importlib-metadata for entrypoint detection for improved performance and import time.  This time with .egg support.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pluggy/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-pluggy/Makefile
diff -u pkgsrc/devel/py-pluggy/Makefile:1.11 pkgsrc/devel/py-pluggy/Makefile:1.12
--- pkgsrc/devel/py-pluggy/Makefile:1.11        Thu May  9 11:58:21 2019
+++ pkgsrc/devel/py-pluggy/Makefile     Wed May 29 19:54:47 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/05/09 11:58:21 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/05/29 19:54:47 adam Exp $
 
-DISTNAME=      pluggy-0.11.0
+DISTNAME=      pluggy-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pluggy/}
@@ -11,6 +11,7 @@ COMMENT=      Plugin and hook calling mechani
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.10 pkgsrc/devel/py-pluggy/distinfo:1.11
--- pkgsrc/devel/py-pluggy/distinfo:1.10        Thu May  9 11:58:21 2019
+++ pkgsrc/devel/py-pluggy/distinfo     Wed May 29 19:54:47 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/05/09 11:58:21 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/05/29 19:54:47 adam Exp $
 
-SHA1 (pluggy-0.11.0.tar.gz) = 0219097f2d3d88926a34187c5fb05740dee05a2d
-RMD160 (pluggy-0.11.0.tar.gz) = 21c7fd6cb25e810dc47be9b0063ca456d3f75b50
-SHA512 (pluggy-0.11.0.tar.gz) = 8808f5015fa6f33fcb07047c644706bf3acceed1e107dd617395e61aa9765a45e3a641e49c610ab817ebaa2c4f3b32a15bf347579206e979fe6b844ba2f684b5
-Size (pluggy-0.11.0.tar.gz) = 56897 bytes
+SHA1 (pluggy-0.12.0.tar.gz) = b4affdead545076bb700a9e066bb6457f40142c8
+RMD160 (pluggy-0.12.0.tar.gz) = 49727750e973c0a74ad8fc07018462790e4e050c
+SHA512 (pluggy-0.12.0.tar.gz) = a3a64caefc797334b73b0614e467613b99909037a62dcbfbb0cf917788ee8d12af4f43d7c371634ac6eb6f32a5aa08e51aa8179e70b5998d4d055cd7f535129f
+Size (pluggy-0.12.0.tar.gz) = 57658 bytes



Home | Main Index | Thread Index | Old Index