mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/enzyme: use mirror://sourceforge/ for sourceforge links
Closes: https://github.com/gentoo/gentoo/pull/1575 Package-Manager: portage-2.3.0_rc1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
afc77cf405
commit
450269496f
@@ -12,7 +12,7 @@ DESCRIPTION="Python video metadata parser"
|
||||
HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme"
|
||||
SRC_URI="
|
||||
mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
|
||||
test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )
|
||||
test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
@@ -11,7 +11,7 @@ inherit distutils-r1 git-r3
|
||||
DESCRIPTION="Python video metadata parser"
|
||||
HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme"
|
||||
EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git"
|
||||
SRC_URI="test? ( http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip )"
|
||||
SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user