Mon Aug 22 14:08:43 2016 UTC ()
Updated py-atomicwrites to 1.1.5.

Changes not found.


(wiz)
diff -r1.7 -r1.8 pkgsrc/devel/py-atomicwrites/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/py-atomicwrites/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-atomicwrites/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-atomicwrites/Makefile 2016/08/01 10:34:08 1.7
+++ pkgsrc/devel/py-atomicwrites/Makefile 2016/08/22 14:08:43 1.8
@@ -1,18 +1,24 @@ @@ -1,18 +1,24 @@
1# $NetBSD: Makefile,v 1.7 2016/08/01 10:34:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2016/08/22 14:08:43 wiz Exp $
2 2
3DISTNAME= atomicwrites-1.1.0 3DISTNAME= atomicwrites-1.1.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/atomicwrites/ 9HOMEPAGE= https://pypi.python.org/pypi/atomicwrites/
10COMMENT= Python module for atomic file writes on POSIX 10COMMENT= Python module for atomic file writes on POSIX
11LICENSE= mit 11LICENSE= mit
12 12
 13# TEST_DEPENDS
 14BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 15
13EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps 16EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
14 17
15USE_LANGUAGES= # none 18USE_LANGUAGES= # none
16 19
 20do-test:
 21 cd ${WRKSRC} && ${PYTHONBIN} -m pytest tests
 22
17.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-atomicwrites/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-atomicwrites/distinfo 2016/08/01 10:34:08 1.8
+++ pkgsrc/devel/py-atomicwrites/distinfo 2016/08/22 14:08:43 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2016/08/01 10:34:08 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2016/08/22 14:08:43 wiz Exp $
2 2
3SHA1 (atomicwrites-1.1.0.tar.gz) = 21ff35718ebe3c90b084d7bb4174a027586337b6 3SHA1 (atomicwrites-1.1.5.tar.gz) = 89bfd295abb2c03e20f611a7c2205fc5c09e8509
4RMD160 (atomicwrites-1.1.0.tar.gz) = 5c343b60a9151ad022a786af2706a092141ae2d2 4RMD160 (atomicwrites-1.1.5.tar.gz) = 117bf8ef21093908639500c95dd3232cc1b0113e
5SHA512 (atomicwrites-1.1.0.tar.gz) = aed4d9292f3595676edc8bad34a7caeb46e59b0dde3f1c22b881f894c9bde64ba95e9a20701e1d8c91644ac76b014cef055b492536b16ba8da2e91a31ce40116 5SHA512 (atomicwrites-1.1.5.tar.gz) = 4de8ab93dcb226c55e8ae1b0ef883c2e1eeae50ac6596afe036ca51dbf6b094c13dbf2d792972312d4c53551886aaa2713aac54bfab42b85abef4d1146e039ac
6Size (atomicwrites-1.1.0.tar.gz) = 17545 bytes 6Size (atomicwrites-1.1.5.tar.gz) = 18951 bytes