+++ /dev/null
-DIST PyDS-0.7.3.tar.gz 660766 BLAKE2B ac47eb4b954f7a38a6123903e2fc4eac0b146cc8a80bd5da947370db78878f96330aefca9764c0fc4dd871c5022fe340c3704b6e12b126d62f979c50df5cc80f SHA512 1ac395e9c93c04710c3ffc335c6ead8a4c35401959da3bf882906cf993e2dc316e52d567e218aca07beebc1b32b71abbeb3f92c7f673d2b613ea0bd62b654e6f
+++ /dev/null
---- PyDS/DownstreamTool.py
-+++ PyDS/DownstreamTool.py
-@@ -36,6 +36,7 @@
- import urllib
- import gzip
- import mimetypes
-+import urlparse
-
- import PyDS.Tool
-
-@@ -74,6 +75,8 @@
- for h in self.cache._getUrlHeaders(theurl):
- apply(self.addheader, h)
- self.message += _('<br>adding Header "%s: %s"') % h
-+ urlpieces = urlparse.urlparse(url[1])
-+ url = (urlpieces[1], url[1])
- res = urllib.URLopener.open_http(self, url, data)
- self.message = self.message.replace('%', '%%')
- if self.verbose:
+++ /dev/null
-https://bugs.gentoo.org/show_bug.cgi?id=471508
---- a/PyDS/PictureTool.py
-+++ a/PyDS/PictureTool.py
-@@ -35,8 +35,8 @@
- import string
- import mimetypes
-
--import Image
--import ImageDraw
-+from PIL import Image
-+from PIL import ImageDraw
-
- import PyDS.Tool
- import PyDS.EXIF
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
-</maintainer>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="PyDS-${PV}"
-
-DESCRIPTION="Python Desktop Server"
-HOMEPAGE="https://wiki.python.org/moin/PyDS"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="app-text/silvercity
- >=dev-db/metakit-2.4.9.2[python,${PYTHON_USEDEP}]
- >=dev-python/cheetah-0.9.15[${PYTHON_USEDEP}]
- >=dev-python/docutils-0.3[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- >=dev-python/medusa-0.5.4[${PYTHON_USEDEP}]
- >=dev-python/pyrex-0.5[${PYTHON_USEDEP}]
- >=dev-python/soappy-0.11.1[${PYTHON_USEDEP}]
- virtual/jpeg
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( OVERVIEW )
-PATCHES=(
- "${FILESDIR}/${PN}-0.6.5-py2.3.patch"
- "${FILESDIR}/${PN}-pillow.patch"
-)
# The following Gentoo packages are Python 2-only and have no reverse
# dependencies.
# Removal in 30 days. Bug #705762.
-dev-python/pyds
dev-python/pygene
dev-python/pygtkhelpers
dev-python/pynotifier