Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Aug 2015 19:00:12 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393399 - in head/net/py-libcloud: . files
Message-ID:  <201508011900.t71J0ClS087003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sat Aug  1 19:00:11 2015
New Revision: 393399
URL: https://svnweb.freebsd.org/changeset/ports/393399

Log:
  Drop backports.ssl-match-hostname from requirements. We're not using it
  since r389589 anyway.
  
  PR:		201901
  Submitted by:	Kurt Jaeger

Added:
  head/net/py-libcloud/files/patch-setup.py   (contents, props changed)
Modified:
  head/net/py-libcloud/Makefile

Modified: head/net/py-libcloud/Makefile
==============================================================================
--- head/net/py-libcloud/Makefile	Sat Aug  1 18:53:15 2015	(r393398)
+++ head/net/py-libcloud/Makefile	Sat Aug  1 19:00:11 2015	(r393399)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libcloud
 PORTVERSION=	0.17.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	APACHE/${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Added: head/net/py-libcloud/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-libcloud/files/patch-setup.py	Sat Aug  1 19:00:11 2015	(r393399)
@@ -0,0 +1,29 @@
+--- setup.py.orig	2014-11-19 16:00:24 UTC
++++ setup.py
+@@ -47,7 +47,6 @@ DOC_TEST_MODULES = ['libcloud.compute.dr
+ SUPPORTED_VERSIONS = ['2.5', '2.6', '2.7', 'PyPy', '3.x']
+ 
+ TEST_REQUIREMENTS = [
+-    'backports.ssl_match_hostname',
+     'mock'
+ ]
+ 
+@@ -222,10 +221,6 @@ class CoverageCommand(Command):
+ 
+ forbid_publish()
+ 
+-install_requires = ['backports.ssl_match_hostname']
+-if pre_python26:
+-    install_requires.extend(['ssl', 'simplejson'])
+-
+ setup(
+     name='apache-libcloud',
+     version=read_version_string(),
+@@ -234,7 +229,6 @@ setup(
+                 ' and documentation, please see http://libcloud.apache.org',
+     author='Apache Software Foundation',
+     author_email='dev@libcloud.apache.org',
+-    install_requires=install_requires,
+     packages=get_packages('libcloud'),
+     package_dir={
+         'libcloud': 'libcloud',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508011900.t71J0ClS087003>