pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txaio



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 14 08:52:47 UTC 2018

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

Log Message:
py-txaio: updated to 2.10.0

2.10.0
the asyncio version of make_logger now deduces a proper namespace instead of using the root


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-txaio/Makefile \
    pkgsrc/devel/py-txaio/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-txaio/Makefile
diff -u pkgsrc/devel/py-txaio/Makefile:1.7 pkgsrc/devel/py-txaio/Makefile:1.8
--- pkgsrc/devel/py-txaio/Makefile:1.7  Fri Mar  2 11:45:21 2018
+++ pkgsrc/devel/py-txaio/Makefile      Sat Apr 14 08:52:47 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/03/02 11:45:21 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/14 08:52:47 adam Exp $
 
-DISTNAME=      txaio-2.9.0
+DISTNAME=      txaio-2.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txaio/}
@@ -11,12 +11,10 @@ COMMENT=    Compatibility API between async
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-# TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
-# needs to be installed first
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 
Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.7 pkgsrc/devel/py-txaio/distinfo:1.8
--- pkgsrc/devel/py-txaio/distinfo:1.7  Fri Mar  2 11:45:21 2018
+++ pkgsrc/devel/py-txaio/distinfo      Sat Apr 14 08:52:47 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/03/02 11:45:21 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/04/14 08:52:47 adam Exp $
 
-SHA1 (txaio-2.9.0.tar.gz) = afbda563e5f51c8b14e012a8fc7ba74b0594276a
-RMD160 (txaio-2.9.0.tar.gz) = 8b9e162474de7b5e2ea56f9915391ac28f18c5bc
-SHA512 (txaio-2.9.0.tar.gz) = ee07d776fa5894b716fdced36aaa6436336a1f1db97dedb0fd0575d61a7b48b12dfc90ed6078602d7a2c2a00bfa7f815ca76cd75e472a27ff7bfdb56291efa46
-Size (txaio-2.9.0.tar.gz) = 44195 bytes
+SHA1 (txaio-2.10.0.tar.gz) = cd553b28e734285a870a8f4e1e6fe0cd1830015b
+RMD160 (txaio-2.10.0.tar.gz) = 5a4e088cf1a5cbc772df50200cd4032adb11825d
+SHA512 (txaio-2.10.0.tar.gz) = 45f85eca04dadc44f47bea0359902965db7c85892303b73d1c227b065965a1e83d8b3e555affcb8b43c6fdbd4d25c8d475d763c8ec8984f3e6fc1ad2befff6c4
+Size (txaio-2.10.0.tar.gz) = 44400 bytes



Home | Main Index | Thread Index | Old Index