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 B26FE138335 for ; Sun, 9 Sep 2018 23:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC9EE0AF6; Sun, 9 Sep 2018 23:05:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 67F4DE0AF6 for ; Sun, 9 Sep 2018 23:05:40 +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 C2193340F11 for ; Sun, 9 Sep 2018 23:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 652FB3C6 for ; Sun, 9 Sep 2018 23:05:36 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1536534220.99a36e42f4c794e022adc9e725f06f138931a468.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/odfpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/odfpy/Manifest dev-python/odfpy/odfpy-1.3.2.ebuild X-VCS-Directories: dev-python/odfpy/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 99a36e42f4c794e022adc9e725f06f138931a468 X-VCS-Branch: master Date: Sun, 9 Sep 2018 23:05:36 +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: 913af26d-fbe9-4600-8426-76f7a523795c X-Archives-Hash: 735f95cf017be2760ed93367eafa38e8 commit: 99a36e42f4c794e022adc9e725f06f138931a468 Author: Virgil Dupras gentoo org> AuthorDate: Sun Sep 9 23:03:40 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sun Sep 9 23:03:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a36e42 dev-python/odfpy: remove old Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/odfpy/Manifest | 1 - dev-python/odfpy/odfpy-1.3.2.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/odfpy/Manifest b/dev-python/odfpy/Manifest index ecc587cfd1c..b05bb2bee80 100644 --- a/dev-python/odfpy/Manifest +++ b/dev-python/odfpy/Manifest @@ -1,2 +1 @@ -DIST odfpy-1.3.2.tar.gz 479554 BLAKE2B 3b9d2d144f11727471002dd1dfb9289028423d05d65fea040041dbd43a674ddf6c893fa8895a2e198e6a82e79aa2af92f21a6381cfd67233b4fe57401370121f SHA512 c5be79c4077f40a56821790d4b6062e3715f8b616b1e9ead79977ad00ecf3f506ebbe73790f215bb835a233833fa471af7f619cfcd88320cf8238e4c9502e248 DIST odfpy-1.3.6.tar.gz 691122 BLAKE2B aaaf2c1613beb6775d22e4d1739b7c144d8046e687f0dc8f7b7b1ea7400cc32dd572ed5a1cd12cb01c5fec27b5c37950b710b279a46d60da8735154d2b2d7030 SHA512 09f3fbce633949035842cff16d2e016271b7f6abf04d74fcaa712c9b3afa18943dd566a2d88a7256a0a52d88ea689d6ef8262f6d8d67d6ea1025aa56e10300f8 diff --git a/dev-python/odfpy/odfpy-1.3.2.ebuild b/dev-python/odfpy/odfpy-1.3.2.ebuild deleted file mode 100644 index 90ff23ae2b3..00000000000 --- a/dev-python/odfpy/odfpy-1.3.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -# Classifier: Programming Language :: Python :: 2 :: Only -# py3 fails one test, pypy anpother. -# Notes on page of home repo reports support of python3. -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="https://github.com/eea/odfpy https://pypi.org/project/odfpy/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -# Tarball missing required folder to build docs in html. - -python_test() { - # Known single fail under python3 suspected to be caused in python3 itself - # https://github.com/eea/odfpy/issues/21 - - local exit_status=0 test - for test in tests/test*.py; do - einfo "Running ${test} ..." - "${PYTHON}" ${test} - [[ $? -ne 0 ]] && exit_status=1 - done - return ${exit_status} -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -}