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 574DC138334 for ; Tue, 7 Aug 2018 15:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F098E07EE; Tue, 7 Aug 2018 15:25:11 +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 E825FE07EE for ; Tue, 7 Aug 2018 15:25:08 +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 CA83C335C96 for ; Tue, 7 Aug 2018 15:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14EEC2BA for ; Tue, 7 Aug 2018 15:25:05 +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: <1533655448.6070a3d9f7936635e8786f3f5e25990f699bfa29.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/odfpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/odfpy/odfpy-1.3.6.ebuild X-VCS-Directories: dev-python/odfpy/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 6070a3d9f7936635e8786f3f5e25990f699bfa29 X-VCS-Branch: master Date: Tue, 7 Aug 2018 15:25:05 +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: 1f2cc1d9-c049-4cac-a30b-00487be21517 X-Archives-Hash: ae41db3dc8f2268c582ad1c4e366872b commit: 6070a3d9f7936635e8786f3f5e25990f699bfa29 Author: Virgil Dupras gentoo org> AuthorDate: Tue Aug 7 15:24:08 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Aug 7 15:24:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6070a3d9 dev-python/odfpy: revert to PyPI SRC_URI My previous switch to github release tarball actually broke the package and it turns out that tests pass fine under the PyPI package. The move to pytest turned out to be sufficient to fix tests for this package. Oops. Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-python/odfpy/odfpy-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/odfpy/odfpy-1.3.6.ebuild b/dev-python/odfpy/odfpy-1.3.6.ebuild index 61a31f54130..35d1e10f550 100644 --- a/dev-python/odfpy/odfpy-1.3.6.ebuild +++ b/dev-python/odfpy/odfpy-1.3.6.ebuild @@ -12,7 +12,7 @@ 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="https://github.com/eea/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0"