diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:25:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:00:55 +0200 |
commit | a163aa99d747248b3614a01576f564518ca3ca74 (patch) | |
tree | 6cd47318c3da45c5dd95e28a432753777e62ff8c /dev-python/dulwich | |
parent | dev-python/pylint: Clean old versions up (diff) | |
download | gentoo-a163aa99d747248b3614a01576f564518ca3ca74.tar.gz gentoo-a163aa99d747248b3614a01576f564518ca3ca74.tar.bz2 gentoo-a163aa99d747248b3614a01576f564518ca3ca74.zip |
dev-python/dulwich: Clean old versions up
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.12.0-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-python/dulwich/files/dulwich-0.12.0-fix-gzip-hang.patch | 27 |
3 files changed, 0 insertions, 73 deletions
diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest index cb0b60df742b..cb71ef5a8a7c 100644 --- a/dev-python/dulwich/Manifest +++ b/dev-python/dulwich/Manifest @@ -1,4 +1,3 @@ -DIST dulwich-0.12.0.tar.gz 293900 SHA256 8f9070f37eec6175aab60d7064246b5b6453b2fab342589101f1c8feda0a0cc6 SHA512 55062a89d77294df849a8f59e0dd25c4d557fc3ea8e2de2c114c510ebe15ba876be54fad0889f1475855e3bf986f91e04b819dad3fe61f23b399553b59b26302 WHIRLPOOL b244e9269d9e452edc39c020772649ca86b91ab3ac88e9f1a212022b5c93719909039017a6cb5543a949a17c93a523e86b4cfc7985233b3e105d12446fb3f1c4 DIST dulwich-0.13.0.tar.gz 289213 SHA256 8ed35334e22cf93e7dcfd5113d8e262041967fe4c3cead5e262c9102f3e63238 SHA512 5d62f81f45701c4e543483c89db696295b8c6aff413fa595a704b27421d5e0a99132a5c19c9b5511f96261c6a2c7d96e269ce9da526dec001b9a2fbc41413812 WHIRLPOOL abdc1877dbdc4499fbf888635287892376c58007515b32cd48d25662519e4708a79aa6f9b6b6b60b282b5f86646c0c6ca36c29516a0bf864bb998a2f4bd8216f DIST dulwich-0.14.1.tar.gz 292827 SHA256 7c1f49e6e72fa8635328d32bfeb7103e86e175d87fa80a9cefdd63a360f7ba93 SHA512 95c996c101fa591bb5f94f98ad3c3b2426e678a0d5ee663fb42a8b2e93bb220e9fd18d3e943d3dbc913098111e1dd090f0751a17e1b71431a2175dcd3b711ea2 WHIRLPOOL 495a33fa1fb34368008a9c73acb3185032805f4e11a180022c7236b05c421d4ba71d32958d6ea9a602fdf238b83a23feb2c50a30726bad504978705b426b7d4f DIST dulwich-0.9.9.tar.gz 270127 SHA256 084e762c8d4d0c0002823249db57b8e735c99c409dacc2849565dd3c0c288496 SHA512 5039e8e80c51b8ee0df2ba0805fa63d9b476a05c86b6bd9eaf9348ac03a83f0f1208e259ae6bcf40fb2c94ffb57c9b45bff852e367b8bee95c10e672d3dc19d5 WHIRLPOOL 2a79d25f1233d9a6a242d064af179486810555eb3c9803c336ae152095318a32eb8588779cb07f84b073a05bf7f083ba3b3d4c8d2b4f8929b2aa3d01c29a0a01 diff --git a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild b/dev-python/dulwich/dulwich-0.12.0-r1.ebuild deleted file mode 100644 index ca4cc461828c..000000000000 --- a/dev-python/dulwich/dulwich-0.12.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Pure-Python implementation of the Git file formats and protocols" -HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc examples test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/gevent[$(python_gen_usedep python2_7)] )" -RDEPEND="" -# https://github.com/jelmer/dulwich/pull/418 -PATCHES=( "${FILESDIR}/${P}-fix-gzip-hang.patch" ) - -DISTUTILS_IN_SOURCE_BUILD=1 - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - # https://github.com/jelmer/dulwich/issues/196 - if [[ "${EPYTHON}" == pypy ]]; then - "${PYTHON}" -m unittest dulwich.tests.test_suite || die "Tests failed under pypy" - else - emake check - fi -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/. ) - use examples && dodoc -r examples - distutils-r1_python_install_all -} diff --git a/dev-python/dulwich/files/dulwich-0.12.0-fix-gzip-hang.patch b/dev-python/dulwich/files/dulwich-0.12.0-fix-gzip-hang.patch deleted file mode 100644 index 3feed01181ed..000000000000 --- a/dev-python/dulwich/files/dulwich-0.12.0-fix-gzip-hang.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 6ba8bba4f41ca9a2a4f7568ad45cabd41d7c9964 Mon Sep 17 00:00:00 2001 -From: Jonas Haag <jonas@lophus.org> -Date: Tue, 12 Apr 2016 15:40:38 +0200 -Subject: [PATCH] Fix hang on Gzip decompression - -'LimitedInputFilter' should be applied before the Gzip middleware as -'CONTENT_LENGTH' refers to the size of the *compressed* body. If -applied in wrong order, this may cause 'copyfileobj()' to try to read -more data from the socket than is available, resulting in a call to -'recv()' that hangs forever. ---- - dulwich/web.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/dulwich/web.py b/dulwich/web.py -index a4fa941..d8863fe 100644 ---- a/dulwich/web.py -+++ b/dulwich/web.py -@@ -415,7 +415,7 @@ def make_wsgi_chain(*args, **kwargs): - correctly wrapped with needed middleware. - """ - app = HTTPGitApplication(*args, **kwargs) -- wrapped_app = GunzipFilter(LimitedInputFilter(app)) -+ wrapped_app = LimitedInputFilter(GunzipFilter(app)) - return wrapped_app - - |