dev-python/pyh2o: Migrate to GitHub, fix HOMEPAGE & DESC
authorMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 21:06:17 +0000 (23:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 21:49:26 +0000 (23:49 +0200)
dev-python/pyh2o/metadata.xml
dev-python/pyh2o/pyh2o-9999.ebuild

index 5ea188e8d80e9dc2a7f8ea5defe753651139e53b..175983e000a59e83150f1d017ad00508e57df704 100644 (file)
@@ -10,7 +10,7 @@
       <email>mgorny@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>
index e9c39b53a02effca48bfcaa993734f25fdbb9e55..fc831568f1e1a77ea25f25fc57cc6357874bec96 100644 (file)
@@ -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"