svn commit: r393399 - in head/net/py-libcloud: . files
Roman Bogorodskiy
novel at FreeBSD.org
Sat Aug 1 19:00:13 UTC 2015
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 at libcloud.apache.org',
+- install_requires=install_requires,
+ packages=get_packages('libcloud'),
+ package_dir={
+ 'libcloud': 'libcloud',
More information about the svn-ports-all
mailing list