commit:     db772bf55361487c306b26d5081e3d993ee52331
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 13:31:28 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 13:31:28 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=db772bf5

dev-python/reportlab: changes merged to ebuild in tree

 dev-python/reportlab/Manifest                     |  4 --
 dev-python/reportlab/files/reportlab-no-pip.patch | 12 ----
 dev-python/reportlab/metadata.xml                 | 15 -----
 dev-python/reportlab/reportlab-3.2.0-r2.ebuild    | 79 -----------------------
 4 files changed, 110 deletions(-)

diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest
deleted file mode 100644
index a806f6f..0000000
--- a/dev-python/reportlab/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pfbfer-20070710.zip 677333 SHA256 
fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 SHA512 
6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2
 WHIRLPOOL 
5aad616d063cab1862d77fbbf9f625f20c4bcbf09e45688719e312c1e8d3815f1b295d290b78f6c4789919cef39856ec223c30a2e424eeb1c8137cccc5ceb90f
-DIST reportlab-2.6.tar.gz 1954170 SHA256 
76c3cda08f6eac9b0adf0e3c86202fe5e9cb075c00503bef5760cd9e75ec34ff SHA512 
d1173231ec6924c225808607edd287b11095cda1856554ff42efb5911285b766f43b79d8747ea2867221aa5c158455ee864dbe903ceffeae535938d2fef59131
 WHIRLPOOL 
ff177ec570d581eee76f9a54ee95b16c928a1351e85f1906baa36aa270dda6ea41d4da6441274cf4eee00624b5ddb2eb855bf4792b1cba658cc4729399598358
-DIST reportlab-3.1.44.tar.gz 1946392 SHA256 
f6c22e4afefd1aed0e85f1c1216eee5e74d2eb77d53963feab0172b321b636d5 SHA512 
b14b19a1772516ef182fe64ce50f032a1f76834aae9ea4c3f017eec902d84e839a4f3b648bd3ede3579df68654dec027d17c8c9878c580938e16c79ec3ac764f
 WHIRLPOOL 
646e8eb5d4192edb37bc7570629bf2b4e2ff6e6fd35d9e7fa78a0e28be1759793dd4779fff60c7a08522e665c4cb0d3feac4b384324e4f4050be569877154f50
-DIST reportlab-3.2.0.tar.gz 1948090 SHA256 
72e687662bd854776407b9108483561831b45546d935df8b0477708199086293 SHA512 
7b5c01ec7b9ccd404f98b8db1dbe01cb829cf0f1482c29090874996fb1e2ee9296d860c3ff9b7addecad9769c4e7558c0ea51ae4d9c07cbc0cc5ad69b2d8ea9b
 WHIRLPOOL 
42c1432476b038677b42feeb1fefc6753c01a28e515d1edd4613c21f105d783d3196634b4ca0837359049811439ab7e177cbdb1c153aa8a7e80a34e71149e1da

diff --git a/dev-python/reportlab/files/reportlab-no-pip.patch 
b/dev-python/reportlab/files/reportlab-no-pip.patch
deleted file mode 100644
index 332878e..0000000
--- a/dev-python/reportlab/files/reportlab-no-pip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
---- a/setup.py
-+++ b/setup.py
-@@ -538,7 +538,7 @@
-                 ],
-             
-             #this probably only works for setuptools, but distutils seems to 
ignore it
--            install_requires=['pillow>=2.4.0','pip>=1.4.1', 
'setuptools>=2.2'],
-+            install_requires=['pillow>=2.4.0'],
-             )
-         print()
-         print('########## SUMMARY INFO #########')

diff --git a/dev-python/reportlab/metadata.xml 
b/dev-python/reportlab/metadata.xml
deleted file mode 100644
index e198004..0000000
--- a/dev-python/reportlab/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <longdescription>
-  The ReportLab Toolkit is a Python library for generating
-  PDFs and graphics.
-</longdescription>
-  <upstream>
-    <remote-id type="pypi">reportlab</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/reportlab/reportlab-3.2.0-r2.ebuild 
b/dev-python/reportlab/reportlab-3.2.0-r2.ebuild
deleted file mode 100644
index 93ae63c..0000000
--- a/dev-python/reportlab/reportlab-3.2.0-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) # Tests crash with pypy
-
-inherit distutils-r1 flag-o-matic prefix
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="http://www.reportlab.com/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-       http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RDEPEND="
-       >=dev-python/pillow-2.4.0[tiff,truetype,${PYTHON_USEDEP}]
-       media-libs/libart_lgpl
-       sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-       >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
-       app-arch/unzip
-"
-
-PATCHES=(
-       "${FILESDIR}"/reportlab-no-pip.patch
-)
-
-src_unpack() {
-       unpack ${P}.tar.gz
-       cd ${P}/src/reportlab/fonts || die
-       unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-       sed -i \
-               -e 's|/usr/local/Acrobat|/opt/Acrobat|g' \
-               -e 's|%(HOME)s/fonts|%(HOME)s/.fonts|g' \
-               src/reportlab/rl_config.py || die
-
-       eprefixify setup.py
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_compile() {
-       if ! python_is_python3; then
-               local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-       fi
-       distutils-r1_python_compile
-}
-
-python_test() {
-       pushd tests > /dev/null || die
-       "${PYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
-       popd > /dev/null || die
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/build/html/. )
-       if use examples ; then
-               insinto /usr/share/doc/${PF}/examples
-               doins -r demos/.
-               insinto /usr/share/doc/${PF}/examples/pythonpoint
-               doins -r tools/pythonpoint/demos/.
-               docompress -x ${INSDESTTREE}
-       fi
-
-       distutils-r1_python_install_all
-}

Reply via email to