summaryrefslogtreecommitdiff
path: root/dev-python/python-swiftclient
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/python-swiftclient
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/python-swiftclient')
-rw-r--r--dev-python/python-swiftclient/Manifest2
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-swiftclient/Manifest b/dev-python/python-swiftclient/Manifest
index feb1ad9466f5..acaeca249d56 100644
--- a/dev-python/python-swiftclient/Manifest
+++ b/dev-python/python-swiftclient/Manifest
@@ -1,3 +1,3 @@
DIST python-swiftclient-3.10.1.tar.gz 199466 BLAKE2B 4230f0fbff0e61a8172344df1cfc32f07628ac0b3784f5b8456d1b43b962e1d8561eec55c530ea94c615d46cd9454963fe0e21c54d1f4097016459e1460795c9 SHA512 f47444243f1968fdbba0643bcb4f05fc10a201b38ad83522e842bbad2221d0893a72147f9fbdc13e7f56469b049bbf11479fd9f41a9706119287543e0587f696
-EBUILD python-swiftclient-3.10.1.ebuild 1420 BLAKE2B e55367e1368b83aa16b829e2313499c820719ee69bbd8a45b446ca15dba81b0ede3fc52509b2da490b8377888597e2cc6eff52fe268c848722ab015e75a5d337 SHA512 63dda5f37d42e7f756c9effdef438991fdde1c9ba6d6f4a02fb28e3e84d961250c9593d35833d50cd0dc6dc00555f6d9660557b156e29731cc9f370499c275d1
+EBUILD python-swiftclient-3.10.1.ebuild 1477 BLAKE2B 2487fb1cdce42044c8840e65f93fdd083cd9b51a14ff69735476835a1b910e70b7bdb3dba83bdce2c5018d8fefddf84325b30467849347ebf6e2c473285d4132 SHA512 333f25cc332dbee41e391d75563da463dbcd33316546ab51693db8ffd7aff72ee28caf6b9738525a64f6b68533e0ab3dd6738ceaac4d070ed6849fc426c446f8
MISC metadata.xml 515 BLAKE2B 9220e835bfe77d3ffcd9a4c4611589ef218811ef58a5cdf083a856b9c09b2bc8413d793930e41faa13948bd4c0215b1e1a13db651a1839046bf7f8fcf8d10d7a SHA512 85950311b3eb35c593d06f5a7069aef19bbebc28bfeaaecb21228bc69c55c77943169f2342abddba0e7f07c7c04ab01d49f3d6498c2b078fa3e826abb19d62b2
diff --git a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild
index 0b014aa98a49..b012263150d4 100644
--- a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -36,6 +36,7 @@ RDEPEND="
python_prepare_all() {
sed -i '/hacking/d' "${S}/test-requirements.txt" || die "sed failed"
+ sed -i 's/\,pep8//g' "${S}/tox.ini" || die "sed failed"
distutils-r1_python_prepare_all
}