summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-tornado/Makefile9
-rw-r--r--www/py-tornado/PLIST8
-rw-r--r--www/py-tornado/distinfo10
3 files changed, 18 insertions, 9 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile
index 79db5249c87..27a75a58407 100644
--- a/www/py-tornado/Makefile
+++ b/www/py-tornado/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2015/08/28 10:42:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2015/11/08 05:10:28 wen Exp $
-DISTNAME= tornado-4.2.1
+DISTNAME= tornado-4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://pypi.python.org/packages/source/t/tornado/
@@ -12,6 +11,7 @@ COMMENT= Fast and non-blocking web framework
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-curl>=7.18.2:../../www/py-curl
+DEPENDS+= ${PYPKGPREFIX}-backports_abc>=0.4:../../devel/py-backports_abc
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= tornado/*.py
@@ -27,10 +27,13 @@ PLIST_VARS+= requires
.if "${PYPKGPREFIX}" == "py27"
DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname-[0-9]*:../../security/py-backports.ssl_match_hostname
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
+DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
+
PLIST.requires= yes
.endif
.if "${PYPKGPREFIX}" == "py33"
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
+DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
PLIST.requires= yes
.endif
diff --git a/www/py-tornado/PLIST b/www/py-tornado/PLIST
index 44408cb9ffe..b20de035764 100644
--- a/www/py-tornado/PLIST
+++ b/www/py-tornado/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2015/08/28 10:42:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2015/11/08 05:10:28 wen Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/tornado/__init__.py
${PYSITELIB}/tornado/__init__.pyc
${PYSITELIB}/tornado/__init__.pyo
+${PYSITELIB}/tornado/_locale_data.py
+${PYSITELIB}/tornado/_locale_data.pyc
+${PYSITELIB}/tornado/_locale_data.pyo
${PYSITELIB}/tornado/auth.py
${PYSITELIB}/tornado/auth.pyc
${PYSITELIB}/tornado/auth.pyo
@@ -197,6 +200,9 @@ ${PYSITELIB}/tornado/test/stack_context_test.pyc
${PYSITELIB}/tornado/test/stack_context_test.pyo
${PYSITELIB}/tornado/test/static/dir/index.html
${PYSITELIB}/tornado/test/static/robots.txt
+${PYSITELIB}/tornado/test/static/sample.xml
+${PYSITELIB}/tornado/test/static/sample.xml.bz2
+${PYSITELIB}/tornado/test/static/sample.xml.gz
${PYSITELIB}/tornado/test/static_foo.txt
${PYSITELIB}/tornado/test/tcpclient_test.py
${PYSITELIB}/tornado/test/tcpclient_test.pyc
diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo
index 2882a1f5603..3c00bbe56d4 100644
--- a/www/py-tornado/distinfo
+++ b/www/py-tornado/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 02:47:31 agc Exp $
+$NetBSD: distinfo,v 1.13 2015/11/08 05:10:28 wen Exp $
-SHA1 (tornado-4.2.1.tar.gz) = 648497ffcc9a4226040e392c84aa2addbbdbcfab
-RMD160 (tornado-4.2.1.tar.gz) = 1c183083a4bcde24d05a52a537e06ec6f88d4dfa
-SHA512 (tornado-4.2.1.tar.gz) = 5bb391b05c8574c8ae5e315b7617e1259ab80e993f1230db611c5beef8058517cc588daf75fac2e0f7969668715470b06ed183c9832b22081be265beb6967e30
-Size (tornado-4.2.1.tar.gz) = 434304 bytes
+SHA1 (tornado-4.3.tar.gz) = 42e5184bddf53c32ee7bb406e3d630e403a508c4
+RMD160 (tornado-4.3.tar.gz) = 994fbd51e116b73ece02bcd351ee670331e8e494
+SHA512 (tornado-4.3.tar.gz) = 4220ae67eb8bfbe112edead47f37308eca9a272df24f073a7e5d1a0d0e90fb9f8c74b48db0d78fd995463591924800ab5268d32bcacc497ba204f164bce438bc
+Size (tornado-4.3.tar.gz) = 450916 bytes