public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pdfrw/
Date: Mon, 20 Apr 2020 07:42:03 +0000 (UTC)	[thread overview]
Message-ID: <1587368497.e5dbb054e384b53631834798266606d31cb2e222.mgorny@gentoo> (raw)

commit:     e5dbb054e384b53631834798266606d31cb2e222
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 06:45:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 07:41:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dbb054

dev-python/pdfrw: Enable tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pdfrw/Manifest         |  1 +
 dev-python/pdfrw/pdfrw-0.4.ebuild | 37 ++++++++++++++++++++++++++++++++++---
 2 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/dev-python/pdfrw/Manifest b/dev-python/pdfrw/Manifest
index fdc7338493f..b435bb703dc 100644
--- a/dev-python/pdfrw/Manifest
+++ b/dev-python/pdfrw/Manifest
@@ -1 +1,2 @@
 DIST pdfrw-0.4.tar.gz 95402 BLAKE2B 00f01f8d4cca9c5306d08094639d4cb10c53aca1c81b6c65f5639c8862a067e562c164523cc58abddb06b39dabcc50c2fbcdcf04a291309cac709cbfd0cf4673 SHA512 6c0b629e837f9bd479a288bcd040952b98920da345113bf90167becbdf2f90a9d6c082c5e7988c68118bd62a2a5a0d22f98523407996531bb5d3031e847e10b0
+DIST pdfrw-static_pdfs-d646009a0e3e71daf13a52ab1029e2230920ebf4.tar.gz 25243391 BLAKE2B 5c491d56c9731352907787bbe10b8b3ac362f0c7892ddcd15a1299d3b2b4bb604662f6231aa22478290992a345e769af2e2c2459a25a16c370ea05fa68101f80 SHA512 9bf1d5ddc8f55b40b50041e745579406bb0036fb7795ac40064aad7cdf592869051ba84a5ab080042e237690bb2f1811b86b2a4424535aa4c367f6e29a0c34eb

diff --git a/dev-python/pdfrw/pdfrw-0.4.ebuild b/dev-python/pdfrw/pdfrw-0.4.ebuild
index 8a587df5767..3c4fb0e43fe 100644
--- a/dev-python/pdfrw/pdfrw-0.4.ebuild
+++ b/dev-python/pdfrw/pdfrw-0.4.ebuild
@@ -7,13 +7,44 @@ PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit distutils-r1
 
+PDFS_COMMIT=d646009a0e3e71daf13a52ab1029e2230920ebf4
 DESCRIPTION="PDF file reader/writer library"
 HOMEPAGE="https://github.com/pmaupin/pdfrw"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+	test? (
+		https://github.com/pmaupin/static_pdfs/archive/${PDFS_COMMIT}.tar.gz
+			-> pdfrw-static_pdfs-${PDFS_COMMIT}.tar.gz
+	)"
 
 LICENSE="BSD MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
-IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? ( dev-python/reportlab[${PYTHON_USEDEP}] )"
+
+# unittest would be sufficient but its output is unreadable
+distutils_enable_tests pytest
+
+src_unpack() {
+	default
+	if use test; then
+		mv "static_pdfs-${PDFS_COMMIT}"/* "${P}"/tests/static_pdfs/ || die
+	fi
+}
+
+src_prepare() {
+	# broken upstream (sensitive to reportlab version?)
+	sed -e 's:test_rl1_platypus:_&:' \
+		-i tests/test_examples.py || die
+	# fails with py3
+	sed -e '/repaginate\/7037/s:dd41b0104f185206b51e7ffe5b07d261:skip:' \
+		-i tests/expected.txt || die
+
+	distutils-r1_src_prepare
+}
+
+src_test() {
+	cd tests || die
+	distutils-r1_src_test
+}


             reply	other threads:[~2020-04-20  7:42 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20  7:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 13:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/pdfrw/ Michał Górny
2024-06-27 14:40 Petr Vaněk
2023-11-24 16:03 Michał Górny
2023-11-08  1:50 Sam James
2023-11-07 19:22 Michał Górny
2023-04-29 11:55 Arthur Zamarin
2023-04-14  6:49 Joonas Niilola
2023-04-14  5:59 Joonas Niilola
2023-02-17  8:12 Sam James
2021-08-19 11:44 Louis Sautier
2021-05-23 16:34 Michał Górny
2021-02-25  3:22 Sam James
2021-02-24 23:59 Sam James
2021-01-28 20:27 Steve Arnold
2020-04-20 20:41 Sergei Trofimovich
2020-04-20  8:05 Michał Górny
2020-04-20  7:42 Michał Górny
2020-04-20  7:42 Michał Górny
2020-03-28 11:44 Michał Górny
2020-03-28 11:44 Michał Górny
2020-03-28 11:44 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2018-06-09 14:15 Mart Raudsepp
2017-11-08  7:08 Patrick Lauer
2017-07-30 14:58 David Seifert
2016-01-14 17:10 Agostino Sarubbo
2015-10-14 16:25 Justin Lecher
2015-09-06  6:18 Jeroen Roovers
2015-09-01 19:19 Tobias Klausmann

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=1587368497.e5dbb054e384b53631834798266606d31cb2e222.mgorny@gentoo \
    --to=mgorny@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