From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83902139694 for ; Sun, 30 Jul 2017 14:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAD831FC1B8; Sun, 30 Jul 2017 14:58:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA72D1FC1B8 for ; Sun, 30 Jul 2017 14:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96A5C34173C for ; Sun, 30 Jul 2017 14:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A11474BC for ; Sun, 30 Jul 2017 14:58:34 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501426674.6162ba7dc3cbc8f2a37bc427ccf922b44985c77f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pdfrw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pdfrw/Manifest dev-python/pdfrw/pdfrw-0.3.ebuild X-VCS-Directories: dev-python/pdfrw/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6162ba7dc3cbc8f2a37bc427ccf922b44985c77f X-VCS-Branch: master Date: Sun, 30 Jul 2017 14:58:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7368ce4e-4783-49ae-a044-8e7f7f53646f X-Archives-Hash: aaa52e51e0452559abfe8a14766ff913 commit: 6162ba7dc3cbc8f2a37bc427ccf922b44985c77f Author: Diogo Pereira gmail com> AuthorDate: Sun Jul 30 14:48:23 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 14:57:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6162ba7d dev-python/pdfrw: version bump to 0.3 - Bump to EAPI 6 - Add Python 3 support - Fix missing DEPEND on dev-python/setuptools - Updated LICENSE (part of the code is under the BSD license) Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5242 dev-python/pdfrw/Manifest | 1 + dev-python/pdfrw/pdfrw-0.3.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/pdfrw/Manifest b/dev-python/pdfrw/Manifest index aff250bf224..f4b2e8827cb 100644 --- a/dev-python/pdfrw/Manifest +++ b/dev-python/pdfrw/Manifest @@ -1 +1,2 @@ DIST pdfrw-0.2.tar.gz 69177 SHA256 09f734df28f9ad712a2c14308b1d60e7202762c3ce2e32a6ad30e7ec149822b2 SHA512 4f1ed3b7ddb42969110291b31e02e15e1f98316ede25eaa4d63cdbc443497a278267309769351e04cff52651cdbc44c93771e521cb953ba08d57152f81ee516f WHIRLPOOL efbe6fa4e2ce53f27f1aed76183d2098ff2e1a9792a581078a219c27ec02c787ad6252a3d0120beda01214bcb3aa85600d23f48e90d8deaf45eec49ae88cfade +DIST pdfrw-0.3.tar.gz 71576 SHA256 1af18af301d2c07d846cc7203e3c7ca77b2ed2a9eb3421335cc39f5e3e148f36 SHA512 38b6e3dffcc00ae063b4a1184b2fd2444d7bb0e2a78a8262764e609c1ba0697b4c9daf83a986852c18ee3e56b945827816537f36071406f31e94ebac0369ad74 WHIRLPOOL f3de427a5757324cc28f6ab6234573031d8a64d42a3d496124c4a919c5acfb710e3a1ba92f4a3c54b2a88b5998a1c45707d98038abca9bd3c90dad44bcba408f diff --git a/dev-python/pdfrw/pdfrw-0.3.ebuild b/dev-python/pdfrw/pdfrw-0.3.ebuild new file mode 100644 index 00000000000..ef4623dcce5 --- /dev/null +++ b/dev-python/pdfrw/pdfrw-0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="PDF file reader/writer library" +HOMEPAGE="https://github.com/pmaupin/pdfrw" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"