mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/polygon: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7062
This commit is contained in:
committed by
Michał Górny
parent
8706e1dc0f
commit
01fb2fb685
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python package to handle polygonal shapes in 2D"
|
||||
HOMEPAGE="http://www.j-raedler.de/projects/polygon/"
|
||||
HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
|
||||
SRC_URI="https://www.bitbucket.org/jraedler/${PN}2/downloads/Polygon2-${PV}.zip"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python package to handle polygonal shapes in 2D"
|
||||
HOMEPAGE="http://www.j-raedler.de/projects/polygon"
|
||||
HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
|
||||
SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
|
||||
Reference in New Issue
Block a user