dev-python/zeep: Clean old up

This commit is contained in:
Michał Górny
2018-01-06 11:04:31 +01:00
parent 1c7db172aa
commit f9028288ce
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST zeep-1.6.0.tar.gz 137181 BLAKE2B 741da1940dd023c7a2c02bc6f57a57d4d3c5e9c38d8f07011bdbabdb9ea8f3876009e04d2fde2d6a23533a6bbce1a52bca2b6f9c50d484ba8761d27822eaefa6 SHA512 b0922cc808dcf0bb1b817b6131f92a726738f2ecfdd903981d87012dd9a54e323ec79bb54d10702dd7f8d00f49c1942ccfd08be7e4983d460122cfb466ffb502
DIST zeep-2.4.0.tar.gz 146930 BLAKE2B 998e6f12b264b168f0af95847a88b1ac58a1645411f8edd4fbdbabc9292179130145d5987df3edf5d559ca6f886bfcdc94bcb9426d6288b3e16708acbe10f4fc SHA512 7bd21d8feede66678557d7f6de3788509ae5d1785dd0c1ec4ffc076b73e8dac8df58eb6cc63c53ac4e28399bf1ac74ca93ef5710269406e88ea2da05f7456a5f

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
HOMEPAGE="http://docs.python-zeep.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="async"
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}
>=dev-python/appdirs-1.4.0
>=dev-python/cached-property-1.3.0
>=dev-python/defusedxml-0.4.1
>=dev-python/isodate-0.5.4
>=dev-python/lxml-3.0.0
>=dev-python/requests-2.7.0
>=dev-python/requests-toolbelt-0.7.1
>=dev-python/six-1.9.0
dev-python/pytz
async? ( >=dev-python/aiohttp-1.0 )"
DOCS=( README.rst CHANGES )