pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-terminado



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 28 09:49:12 UTC 2017

Modified Files:
        pkgsrc/www/py-terminado: Makefile distinfo

Log Message:
py-terminado: updated to 0.8

0.8:
Add support for Windows on Python 3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-terminado/Makefile \
    pkgsrc/www/py-terminado/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-terminado/Makefile
diff -u pkgsrc/www/py-terminado/Makefile:1.1 pkgsrc/www/py-terminado/Makefile:1.2
--- pkgsrc/www/py-terminado/Makefile:1.1        Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/Makefile    Tue Nov 28 09:49:12 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 03:53:24 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/28 09:49:12 adam Exp $
 
-DISTNAME=      terminado-0.6
+DISTNAME=      terminado-0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    www
+CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/terminado/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/takluyver/t
 COMMENT=       Terminals served to term.js using Tornado websockets
 LICENSE=       2-clause-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
+DEPENDS+=      ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-terminado/distinfo
diff -u pkgsrc/www/py-terminado/distinfo:1.1 pkgsrc/www/py-terminado/distinfo:1.2
--- pkgsrc/www/py-terminado/distinfo:1.1        Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/distinfo    Tue Nov 28 09:49:12 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/23 03:53:24 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/11/28 09:49:12 adam Exp $
 
-SHA1 (terminado-0.6.tar.gz) = 5b2e42a23d6195474d320d4923c673866ccab07e
-RMD160 (terminado-0.6.tar.gz) = 7b3929171df11e12398e8b6b673d8f85ec4233bf
-SHA512 (terminado-0.6.tar.gz) = 9b9521917d4000aa45e61a1b88705e715f11686890671607cca81d4518f1e17feefdc2ad3de64dd0e053a6849956efbbd838c7b98d570dcc98a936c0a4cfce9c
-Size (terminado-0.6.tar.gz) = 10334 bytes
+SHA1 (terminado-0.8.tar.gz) = afddccb0a5bee985c302a0bd2ad1015e0c4f332c
+RMD160 (terminado-0.8.tar.gz) = b69e08d6a991ff2f6a581d0ee8f34ba599aeaf3d
+SHA512 (terminado-0.8.tar.gz) = 81d545cfb3e0829935e6902c602ab525ce4f076e1395334edc19ad4cb3fb0cc2dd73df14653fcf937d572e19892a46c40a0257632f597ec854f9f73189388109
+Size (terminado-0.8.tar.gz) = 21130 bytes



Home | Main Index | Thread Index | Old Index