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 4966D13835A for ; Mon, 28 Sep 2020 15:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD62E085B; Mon, 28 Sep 2020 15:53:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4646FE085B for ; Mon, 28 Sep 2020 15:53:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F39D8340AA7 for ; Mon, 28 Sep 2020 15:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8369A386 for ; Mon, 28 Sep 2020 15:53:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1601308367.21440396049d150f1e1943d2c645b55c5420de9b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/olefile/olefile-0.46-r1.ebuild X-VCS-Directories: dev-python/olefile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 21440396049d150f1e1943d2c645b55c5420de9b X-VCS-Branch: master Date: Mon, 28 Sep 2020 15:53:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ba627ef-cbe3-4b51-943a-8047e2f9b2b9 X-Archives-Hash: f30af404d42679dc5678b3347ff732d1 commit: 21440396049d150f1e1943d2c645b55c5420de9b Author: Michał Górny gentoo org> AuthorDate: Sun Sep 27 21:45:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 28 15:52:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21440396 dev-python/olefile: Remove py2.7 in revbump Signed-off-by: Michał Górny gentoo.org> dev-python/olefile/olefile-0.46-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-python/olefile/olefile-0.46-r1.ebuild b/dev-python/olefile/olefile-0.46-r1.ebuild new file mode 100644 index 00000000000..cf09eeb237d --- /dev/null +++ b/dev-python/olefile/olefile-0.46-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python package to parse, read and write Microsoft OLE2 files" +HOMEPAGE="https://www.decalage.info/olefile" +SRC_URI="https://github.com/decalage2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" + +distutils_enable_sphinx doc +distutils_enable_tests unittest