dev-python/pyodbc: replace googlecode link

Package-Manager: portage-2.3.2_p8
This commit is contained in:
Mike Gilbert
2016-11-23 23:24:12 -05:00
parent ea604c2871
commit 038442d6a2
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="google-code">pyodbc</remote-id>
<remote-id type="github">mkleehammer/pyodbc</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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$
@@ -10,7 +10,7 @@ inherit distutils-r1 flag-o-matic
DESCRIPTION="python ODBC module to connect to almost any database"
HOMEPAGE="https://github.com/mkleehammer/pyodbc"
SRC_URI="https://pyodbc.googlecode.com/files/${P}.zip"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"