svn commit: r496103 - in head/www: py-tornado py-tornado4 py-tornado6

Grzegorz Blach gblach at FreeBSD.org
Sun Mar 17 19:31:27 UTC 2019


Author: gblach
Date: Sun Mar 17 19:31:25 2019
New Revision: 496103
URL: https://svnweb.freebsd.org/changeset/ports/496103

Log:
  - Add new port: www/py-tornado6
  - In www/py-tornado: Add conflict with py-tornado6
  - In www/py-tornado4: Add conflict with py-tornado6

Added:
  head/www/py-tornado6/
     - copied from r496100, head/www/py-tornado/
Modified:
  head/www/py-tornado/Makefile
  head/www/py-tornado4/Makefile
  head/www/py-tornado6/Makefile
  head/www/py-tornado6/distinfo

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sun Mar 17 19:25:57 2019	(r496102)
+++ head/www/py-tornado/Makefile	Sun Mar 17 19:31:25 2019	(r496103)
@@ -12,7 +12,7 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
-CONFLICTS=	py[0-9]*-tornado4-*
+CONFLICTS=	py[0-9]*-tornado[46]-*
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-tornado4/Makefile
==============================================================================
--- head/www/py-tornado4/Makefile	Sun Mar 17 19:25:57 2019	(r496102)
+++ head/www/py-tornado4/Makefile	Sun Mar 17 19:31:25 2019	(r496103)
@@ -13,7 +13,7 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
-CONFLICTS=	py[0-9]*-tornado-*
+CONFLICTS=	py[0-9]*-tornado-* py[0-9]*-tornado6-*
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-tornado6/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sun Mar 17 19:10:04 2019	(r496100)
+++ head/www/py-tornado6/Makefile	Sun Mar 17 19:31:25 2019	(r496103)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tornado
-PORTVERSION=	5.1.1
+PORTVERSION=	6.0.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,29 +12,15 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
-CONFLICTS=	py[0-9]*-tornado4-*
+CONFLICTS=	py[0-9]*-tornado-* py[0-9]*-tornado4-*
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3200
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR}
-.endif
-
-.if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR}
-.endif
-
-.if ${PYTHON_REL} < 3500
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports_abc>=0.4:devel/py-backports_abc@${PY_FLAVOR}
-.endif
-
 post-build:
 	@${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \;
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/py-tornado6/distinfo
==============================================================================
--- head/www/py-tornado/distinfo	Sun Mar 17 19:10:04 2019	(r496100)
+++ head/www/py-tornado6/distinfo	Sun Mar 17 19:31:25 2019	(r496103)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537437332
-SHA256 (tornado-5.1.1.tar.gz) = 4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409
-SIZE (tornado-5.1.1.tar.gz) = 516819
+TIMESTAMP = 1552850221
+SHA256 (tornado-6.0.1.tar.gz) = de274c65f45f6656c375cdf1759dbf0bc52902a1e999d12a35eb13020a641a53
+SIZE (tornado-6.0.1.tar.gz) = 481563


More information about the svn-ports-all mailing list