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:           Tue Jan 15 21:41:08 UTC 2019

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

Log Message:
py-pluggy: updated to 0.8.1

pluggy 0.8.1:

Trivial/Internal Changes
- Add stacklevel=2 to implprefix warning so that the reported location of warning is the caller of PluginManager.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/devel/py-pluggy/Makefile:1.9
--- pkgsrc/devel/py-pluggy/Makefile:1.8 Tue Oct 23 09:00:34 2018
+++ pkgsrc/devel/py-pluggy/Makefile     Tue Jan 15 21:41:08 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/10/23 09:00:34 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/01/15 21:41:08 adam Exp $
 
-DISTNAME=      pluggy-0.8.0
+DISTNAME=      pluggy-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pluggy/}
@@ -11,8 +11,12 @@ COMMENT=     Plugin and hook calling mechani
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.7 pkgsrc/devel/py-pluggy/distinfo:1.8
--- pkgsrc/devel/py-pluggy/distinfo:1.7 Tue Oct 23 09:00:34 2018
+++ pkgsrc/devel/py-pluggy/distinfo     Tue Jan 15 21:41:08 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/10/23 09:00:34 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/01/15 21:41:08 adam Exp $
 
-SHA1 (pluggy-0.8.0.tar.gz) = 99a150d98beec301d82a17e8dd78f1fb7f39113a
-RMD160 (pluggy-0.8.0.tar.gz) = de415ba98b96592a6a92f6423d31bb42e387b064
-SHA512 (pluggy-0.8.0.tar.gz) = 4b2e489a1ebafe894e41bfb04a1958eec3239528b6cee4cb19d634f7658588d3cd6ec09d7f23c9c24d9c3425a4e733e97605a1efaa46d12bc8b7ec3add722d4f
-Size (pluggy-0.8.0.tar.gz) = 53259 bytes
+SHA1 (pluggy-0.8.1.tar.gz) = df6006d30b9b9a5d67583905913bcbf3c6c1cfd0
+RMD160 (pluggy-0.8.1.tar.gz) = bd7aa9a1c74bd4ae9ed61dc794092eb861d8e78f
+SHA512 (pluggy-0.8.1.tar.gz) = ee7a83f7c62e4366bc7c3c2ad822c788e5cae7ac900c3d41d84ef8b8d9c4cab7c4327df86c134c19f2faaa86a049913984550dd06db9b465ad58a83566cda150
+Size (pluggy-0.8.1.tar.gz) = 53375 bytes



Home | Main Index | Thread Index | Old Index