mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/gdata: replace googlecode links
Package-Manager: portage-2.3.2_p8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -10,11 +10,9 @@ RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_P="gdata-${PV}"
|
||||
|
||||
DESCRIPTION="Python client library for Google data APIs"
|
||||
HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata"
|
||||
SRC_URI="https://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/google/gdata-python-client https://pypi.python.org/pypi/gdata"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@@ -24,8 +22,6 @@ IUSE="examples"
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_MODNAME="atom gdata"
|
||||
|
||||
src_test() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -9,8 +9,8 @@ PYTHON_REQ_USE="ssl(+),xml(+)"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client library for Google data APIs"
|
||||
HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata"
|
||||
SRC_URI="https://gdata-python-client.googlecode.com/files/${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/google/gdata-python-client https://pypi.python.org/pypi/gdata"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="google-code">gdata-python-client</remote-id>
|
||||
<remote-id type="github">google/gdata-python-client</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user