public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: metadata.xml reportlab-3.1.44-r1.ebuild ChangeLog
Date: Mon, 11 May 2015 15:16:37 +0000 (UTC)	[thread overview]
Message-ID: <20150511151637.A60239E5@oystercatcher.gentoo.org> (raw)

jlec        15/05/11 15:16:37

  Modified:             metadata.xml reportlab-3.1.44-r1.ebuild ChangeLog
  Log:
  Add missing test dep, bug #548924
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.4                  dev-python/reportlab/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	29 Jan 2014 17:30:11 -0000	1.3
+++ metadata.xml	11 May 2015 15:16:37 -0000	1.4
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>python</herd>
-<longdescription>
+  <herd>python</herd>
+  <longdescription>
   The ReportLab Toolkit is a Python library for generating
   PDFs and graphics.
 </longdescription>
-<upstream>
-  <remote-id type="pypi">reportlab</remote-id>
-</upstream>
+  <upstream>
+    <remote-id type="pypi">reportlab</remote-id>
+  </upstream>
 </pkgmetadata>



1.7                  dev-python/reportlab/reportlab-3.1.44-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild?r1=1.6&r2=1.7

Index: reportlab-3.1.44-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- reportlab-3.1.44-r1.ebuild	8 May 2015 17:11:42 -0000	1.6
+++ reportlab-3.1.44-r1.ebuild	11 May 2015 15:16:37 -0000	1.7
@@ -1,8 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild,v 1.6 2015/05/08 17:11:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild,v 1.7 2015/05/11 15:16:37 jlec Exp $
 
 EAPI="5"
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 # Tests crash with pypy
 
@@ -10,7 +11,8 @@
 
 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
+SRC_URI="
+	mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
 	http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
 
 LICENSE="BSD"
@@ -19,7 +21,7 @@
 IUSE="doc examples"
 
 RDEPEND="
-	>=dev-python/pillow-2.4.0[${PYTHON_USEDEP}]
+	>=dev-python/pillow-2.4.0[tiff,${PYTHON_USEDEP}]
 	>=dev-python/pip-1.4.1[${PYTHON_USEDEP}]
 	>=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
 	media-fonts/dejavu



1.132                dev-python/reportlab/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	8 May 2015 17:11:42 -0000	1.131
+++ ChangeLog	11 May 2015 15:16:37 -0000	1.132
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/reportlab
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.131 2015/05/08 17:11:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.132 2015/05/11 15:16:37 jlec Exp $
+
+  11 May 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
+  reportlab-3.1.44-r1.ebuild:
+  Add missing test dep, bug #548924
 
   08 May 2015; Jeroen Roovers <jer@gentoo.org> reportlab-3.1.44-r1.ebuild:
   Stable for PPC64 (bug #546810).





                 reply	other threads:[~2015-05-11 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150511151637.A60239E5@oystercatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox