summaryrefslogtreecommitdiff
path: root/dev-python/pyh2o
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-17 22:49:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-17 22:49:47 +0100
commit30c53e395853f5bfe805a1e429fcf26666eed8f8 (patch)
treea0670eaf9babda7b83503f7d36806a944bb49752 /dev-python/pyh2o
parentd302a5d7fc9caafba5c8a404f2891bb6ccdec311 (diff)
gentoo resync : 17.05.2018
Diffstat (limited to 'dev-python/pyh2o')
-rw-r--r--dev-python/pyh2o/Manifest4
-rw-r--r--dev-python/pyh2o/metadata.xml4
-rw-r--r--dev-python/pyh2o/pyh2o-9999.ebuild29
3 files changed, 13 insertions, 24 deletions
diff --git a/dev-python/pyh2o/Manifest b/dev-python/pyh2o/Manifest
index ff7124992d74..3669f728b6f6 100644
--- a/dev-python/pyh2o/Manifest
+++ b/dev-python/pyh2o/Manifest
@@ -1,2 +1,2 @@
-EBUILD pyh2o-9999.ebuild 632 BLAKE2B 2ad4e5e767b4016818d67b568533f8b21b29980df8a677f727eed8c52687f617e63058b78704e7a73b09f50659673f02229f69d5866c6e4d25ff9369da99d866 SHA512 c3b4507f033d3b3216cacfe86e29cc5f76a2e19d6d11ed12f97c02706c86fa2cae9e9c298f57153a08fc25eebb5950daff01afa06cfdc1500dcfa54ca6c93117
-MISC metadata.xml 528 BLAKE2B cf9cff99cd136d0b5764b0fd07e7ed249ffa0e3f6385f485997aff2ebbb8704e2759aabe2c024914074eb7015f6e013fc66b1576551f0d634275f6f94b14db1b SHA512 263e3bcc7be36336d098a63066e1ef83d503bbd8716d32fb45f70b7d0d0a9d42ad5d8af4ede51dd5dda130413223d96d558d680f361b0ece794f47d8253d5696
+EBUILD pyh2o-9999.ebuild 445 BLAKE2B 74c855983711d8a300b2b3c29ac07aa5f124278478979e6289d94a4ae487e9cde7dd36bdd667df747610838e7de432279c9cd5119d31583c0973be18c8facdff SHA512 c1e3c40d8a49b241ff47578745c6624b8ac7ae0f181c1379b6e0fece1fc1e249fd185b75d74618c33fb0a0a760ac648f74a7b8fca72d7c89c747b0a04600ef86
+MISC metadata.xml 521 BLAKE2B 6f0fd3f19c783f63615643e3f0ff35cad870fa4ea16e4f111b645da056b0984f95ec9f886128c40e0d85ebcddde6768575652021b4c3f9db206a5ca8b5a05b31 SHA512 dff927c256adb5963ae243715b8a50dafece0ee94fb8a7bb416b7d8e2801cb4d6380412ae6ce36866fa27b403f487a1158a5919fc7ba727174ecfd9d5d10e7ec
diff --git a/dev-python/pyh2o/metadata.xml b/dev-python/pyh2o/metadata.xml
index 5ea188e8d80e..175983e000a5 100644
--- a/dev-python/pyh2o/metadata.xml
+++ b/dev-python/pyh2o/metadata.xml
@@ -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>
diff --git a/dev-python/pyh2o/pyh2o-9999.ebuild b/dev-python/pyh2o/pyh2o-9999.ebuild
index 669c5446b717..7f436b494c87 100644
--- a/dev-python/pyh2o/pyh2o-9999.ebuild
+++ b/dev-python/pyh2o/pyh2o-9999.ebuild
@@ -1,31 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-inherit distutils-r1
+inherit distutils-r1 git-r3
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
-
-DESCRIPTION="Library of routines for IF97 water & steam properties"
-HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+DESCRIPTION="Python API for sci-libs/libh2o"
+HOMEPAGE="https://github.com/mgorny/pyh2o/"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/mgorny/pyh2o.git"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE=""
-RDEPEND=">=sci-libs/libh2o-0.2.1"
+RDEPEND=">=sci-libs/libh2o-0.2.1:="
DEPEND="${RDEPEND}"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif