mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/matplotlib: use HTTPS
This commit is contained in:
committed by
Michał Górny
parent
ed08103f66
commit
2e2f5cc380
@@ -10,7 +10,7 @@ PYTHON_REQ_USE='tk?,threads(+)'
|
||||
inherit distutils-r1 eutils flag-o-matic virtualx toolchain-funcs
|
||||
|
||||
DESCRIPTION="Pure python plotting library with matlab like syntax"
|
||||
HOMEPAGE="http://matplotlib.org/"
|
||||
HOMEPAGE="https://matplotlib.org/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)'
|
||||
inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
|
||||
|
||||
DESCRIPTION="Pure python plotting library with matlab like syntax"
|
||||
HOMEPAGE="http://matplotlib.org/"
|
||||
HOMEPAGE="https://matplotlib.org/"
|
||||
SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)'
|
||||
inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
|
||||
|
||||
DESCRIPTION="Pure python plotting library with matlab like syntax"
|
||||
HOMEPAGE="http://matplotlib.org/"
|
||||
HOMEPAGE="https://matplotlib.org/"
|
||||
SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)'
|
||||
inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
|
||||
|
||||
DESCRIPTION="Pure python plotting library with matlab like syntax"
|
||||
HOMEPAGE="http://matplotlib.org/"
|
||||
HOMEPAGE="https://matplotlib.org/"
|
||||
SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)'
|
||||
inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
|
||||
|
||||
DESCRIPTION="Pure python plotting library with matlab like syntax"
|
||||
HOMEPAGE="http://matplotlib.org/"
|
||||
HOMEPAGE="https://matplotlib.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -10,7 +10,7 @@ PYTHON_REQ_USE='tk?,threads(+)'
|
||||
inherit distutils-r1 eutils flag-o-matic git-r3 multiprocessing virtualx toolchain-funcs
|
||||
|
||||
DESCRIPTION="Pure python plotting library with matlab like syntax"
|
||||
HOMEPAGE="http://matplotlib.org/"
|
||||
HOMEPAGE="https://matplotlib.org/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/matplotlib/matplotlib.git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user