mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/pyxattr: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7482
This commit is contained in:
committed by
Michał Górny
parent
22dff1ff95
commit
640346e266
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Python interface to xattr"
|
||||
HOMEPAGE="http://pyxattr.k1024.org/"
|
||||
HOMEPAGE="https://pyxattr.k1024.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
|
||||
http://pyxattr.k1024.org/downloads/${P}.tar.gz"
|
||||
https://pyxattr.k1024.org/downloads/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Python interface to xattr"
|
||||
HOMEPAGE="http://pyxattr.k1024.org/"
|
||||
HOMEPAGE="https://pyxattr.k1024.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
|
||||
http://pyxattr.k1024.org/downloads/${P}.tar.gz"
|
||||
https://pyxattr.k1024.org/downloads/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
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=6
|
||||
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Python interface to xattr"
|
||||
HOMEPAGE="http://pyxattr.k1024.org/"
|
||||
HOMEPAGE="https://pyxattr.k1024.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
|
||||
http://pyxattr.k1024.org/downloads/${P}.tar.gz"
|
||||
https://pyxattr.k1024.org/downloads/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
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
|
||||
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
|
||||
inherit distutils-r1 eutils git-r3
|
||||
|
||||
DESCRIPTION="Python interface to xattr"
|
||||
HOMEPAGE="http://pyxattr.k1024.org/"
|
||||
HOMEPAGE="https://pyxattr.k1024.org/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/iustin/${PN}.git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user