dev-python/requests-toolbelt: Whitespace fixes
authorBrian Dolbec <dolsen@gentoo.org>
Wed, 14 Mar 2018 01:40:16 +0000 (18:40 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Wed, 14 Mar 2018 01:44:11 +0000 (18:44 -0700)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/requests-toolbelt/requests-toolbelt-0.7.1.ebuild
dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild

index d4454f5e676c17a5e447f62fbc91474e7c65d6ea..45243e68e4e0c573101e13021b6ebe340808c339 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,4 +29,3 @@ DOCS=( AUTHORS.rst HISTORY.rst README.rst )
 python_test() {
        py.test -v || die "Tests failed with ${EPYTHON}"
 }
-
index 67f4e2b6abf5bf2a1520910baf5abc4d11213f24..bd0cabd5197c6ac27a29224cc732721dcb7caf14 100644 (file)
@@ -29,7 +29,7 @@ PATCHES=(
        "${FILESDIR}/requests-toolbelt-0.8.0-test-tracebacks.patch"
 )
 
-# Known python2.7 test failures do to upstream 
+# Known python2.7 test failures do to upstream
 # not testing with newer requests versions
 # bug: https://bugs.gentoo.org/635824
 # https://github.com/requests/toolbelt/issues/213