commit:     6070a3d9f7936635e8786f3f5e25990f699bfa29
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  7 15:24:08 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> 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"

Reply via email to