diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-05 21:52:00 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-05 21:52:00 +0100 |
commit | 2d446203bcf1a0db08e99abca43513d246dfa73d (patch) | |
tree | ec623bb5f1f389976977e375342ec59ff441eab7 /dev-python/eliot | |
parent | 171a011ad3a131671aeb5a98b9e3adf219ad2865 (diff) |
gentoo resync : 05.04.2018
Diffstat (limited to 'dev-python/eliot')
-rw-r--r-- | dev-python/eliot/Manifest | 2 | ||||
-rw-r--r-- | dev-python/eliot/eliot-0.4.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/eliot/Manifest b/dev-python/eliot/Manifest index 1d08763cb233..eb22daf43e22 100644 --- a/dev-python/eliot/Manifest +++ b/dev-python/eliot/Manifest @@ -1,3 +1,3 @@ DIST eliot-0.4.0.tar.gz 67581 BLAKE2B 6d453bfd9bce12cda235390a852bec479e8616bd328043c93e502f95ff967397884cb234ba735b53aad6e580390532912164d7dc5868da854e49f2c6a255dbf3 SHA512 f63b487905996bf06c2efccc66c5b9214e13d672f9c3ddcfa5f2a65dc909953b489111469251501efa2e46b3911b213ffe404c6fddfea92646e086e439fb6503 -EBUILD eliot-0.4.0.ebuild 865 BLAKE2B 94a85755fda19c8c20b8fd0b201f5153b00df93cfe52901b5aa368fe0b615ee23a6cb75a8672bb2a09c988c7776b85b71948bb5c882d611c60d56ccc8fe21360 SHA512 383174751cc43772768757f65852f60805e2bdd075c4dc1d851b9661d8f2d9c1f4377218a00f2b272871ce0f46424efb558044d07f7ec98e72e05f7012136ff7 +EBUILD eliot-0.4.0.ebuild 861 BLAKE2B ff7ce3d07b66897d5d9cebe3408667596d902727f693c232bad306d02e48187e9db34722650e06452c1b1b0203f9a0f96e4eb4e85927df48856060009b30c16d SHA512 0d88adaa0ec6b3fa834ffd71688cd12bb9ab5aea74483c03e41cedc0906fd1d0f00a8f75784eb05d2113b44f462cf2bf52de2ec988a335919f5cd51c87b9b5be MISC metadata.xml 272 BLAKE2B b1659dba7df2f7af9ed048b6e6961bef2598c162c0cc94eb6ec4f4f9264b6b6cb789130b5ab32ad8a1b9433add69879688c6a333214fd6883ff11e660f3a850b SHA512 d626e7adea0fc0df5af1995f588aae4aceff6abdd41735fdd18576fe71355683e48ce8cf67388f44a8ba627134dc927c4943cf7bed1db602ceb3efe82736082a diff --git a/dev-python/eliot/eliot-0.4.0.ebuild b/dev-python/eliot/eliot-0.4.0.ebuild index 7055927e56d7..f9fe661676b5 100644 --- a/dev-python/eliot/eliot-0.4.0.ebuild +++ b/dev-python/eliot/eliot-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Logging as Storytelling" -HOMEPAGE="https://github.com/hybridcluster/${PN}" +HOMEPAGE="https://github.com/ScatterHQ/eliot" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" |