FreeBSD Bugzilla – Attachment 157989 Details for
Bug 201050
www/py-tornado: match_hostname dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
tornado.diff.txt
tornado.diff.txt (text/plain), 2.07 KB, created by
Ruslan Makhmatkhanov
on 2015-06-22 19:30:13 UTC
(
hide
)
Description:
tornado.diff.txt
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2015-06-22 19:30:13 UTC
Size:
2.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 390063) >+++ Makefile (working copy) >@@ -1,8 +1,9 @@ >-# Created by: Guixing Bai<khsing.cn@gmail.com> >+# Created by: Guixing Bai <khsing.cn@gmail.com> > # $FreeBSD$ > > PORTNAME= tornado > PORTVERSION= 4.2 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,13 +16,12 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:${PORTSDIR}/security/py-certifi > > USES= python >-USE_PYTHON= distutils autoplist >+USE_PYTHON= autoplist distutils > > .include <bsd.port.pre.mk> > > .if ${PYTHON_REL} < 3000 >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:${PORTSDIR}/security/py-backports.ssl_match_hostname \ >- ${PYTHON_PKGNAMEPREFIX}futures>0:${PORTSDIR}/devel/py-futures >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:${PORTSDIR}/devel/py-futures > .endif > > post-build: >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 390063) >+++ files/patch-setup.py (working copy) >@@ -1,6 +1,15 @@ >---- setup.py.orig 2013-04-29 08:46:17.852783104 +0200 >-+++ setup.py 2013-04-29 08:46:30.135662912 +0200 >-@@ -41,9 +41,6 @@ >+--- setup.py.orig 2015-05-27 01:44:57 UTC >++++ setup.py >+@@ -122,7 +122,7 @@ if (platform.python_implementation() == >+ if setuptools is not None: >+ # If setuptools is not available, you're on your own for dependencies. >+ install_requires = [] >+- if sys.version_info < (3, 2): >++ if sys.version_info < (2, 7, 9): >+ install_requires.append('backports.ssl_match_hostname') >+ if sys.version_info < (3, 4): >+ # Certifi is also optional on 2.7.9+, although making our dependencies >+@@ -141,9 +141,6 @@ setup( > # in the sdist tarball) > "tornado.test": [ > "README", >@@ -9,4 +18,4 @@ > - "gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po", > "options_test.cfg", > "static/robots.txt", >- "templates/utf8.html", >+ "static/dir/index.html",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 201050
: 157989