commit: a7534f160a24124ac1a6146848a92f5c31a53502 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 16 21:06:17 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 16 21:49:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7534f16
dev-python/pyh2o: Migrate to GitHub, fix HOMEPAGE & DESC dev-python/pyh2o/metadata.xml | 4 ++-- dev-python/pyh2o/pyh2o-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pyh2o/metadata.xml b/dev-python/pyh2o/metadata.xml index 5ea188e8d80..175983e000a 100644 --- a/dev-python/pyh2o/metadata.xml +++ b/dev-python/pyh2o/metadata.xml @@ -10,7 +10,7 @@ <email>mgo...@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/pyh2o/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/libh2o</remote-id> + <bugs-to>https://github.com/mgorny/pyh2o/issues/</bugs-to> + <remote-id type="github">mgorny/pyh2o</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/pyh2o/pyh2o-9999.ebuild b/dev-python/pyh2o/pyh2o-9999.ebuild index e9c39b53a02..fc831568f1e 100644 --- a/dev-python/pyh2o/pyh2o-9999.ebuild +++ b/dev-python/pyh2o/pyh2o-9999.ebuild @@ -6,10 +6,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 git-r3 -DESCRIPTION="Library of routines for IF97 water & steam properties" -HOMEPAGE="https://bitbucket.org/mgorny/libh2o/" +DESCRIPTION="Python API for sci-libs/libh2o" +HOMEPAGE="https://github.com/mgorny/pyh2o/" SRC_URI="" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/pyh2o.git" LICENSE="BSD" SLOT="0"