Skip to content

Commit

Permalink
dev-python/pypiwik: fix broken distfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpe committed Jan 27, 2018
1 parent 314990f commit ba14f3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-python/pypiwik/Manifest
@@ -1,2 +1,2 @@
DIST pypiwik-0.1.5.1.tar.gz 21707 SHA256 9b232402b58b5fa710e47c12a7edc919550663ee10dd107b1d11cc19bc0b42e2 SHA512 09783248f5317f5ee7c298580c545cb98bbbf6f2fcab5f40f0d6daeb95cd15157f7ba3a1d85da2d1c81d7e7d56af4dd1433c8ed080f9137e2626e0c046a0892d WHIRLPOOL 18e18185944aa05c14f61564a0f16677e04905d8ddc8849c89b7b99f343633576850db7e0ddf289f00d66359760fcab01ad91f08cabcc1c2412aa5ff3da51d8a
DIST pypiwik-0.2.1.tar.gz 22661 SHA256 689078e9eb9721117fba00f34f2a4fddd46ad6a41706979c6e3f842f7e68f6e5 SHA512 7a8b533c68ae00e47e4fb011aaeb93363e5bc1c467a0ca56adb23367361b32290a0af6769daa62fc02076a577c43d5287a0315f47f04376e4989733aa31087b1 WHIRLPOOL 4a019722e5f834df163e89ca744acdcb8bc99a03f27e46ca9284a79d05ea7237c47f647b00352044352650d3da23ae2f55d561654f661d38d870e497dead9bde
DIST pypiwik-0.2.1.tar.gz 22423 SHA256 b9e76402d375016d006f5b50b41b1c67b0ac9ae1104f564ef4c3a44e480bf4cf SHA512 13e8edddcd93c67b60739a901bd841cb1753594a230ac4e1f08c73fb3bbb994b53ff5ef19131188176440d7122b865954a3433de93d4274069b6c48ee8657ea5 WHIRLPOOL 44be91c12cc91b1564b5231e2d6ea3de2b6815fef3fde150b0491d0a92af6eac99b0dcc30ac15db3787eb711034b72a8568fbee4d32a348b01c028c4ee975662
4 changes: 2 additions & 2 deletions dev-python/pypiwik/pypiwik-0.1.5.1.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -9,7 +9,7 @@ inherit distutils-r1

DESCRIPTION="Python implementation of the Piwik HTTP API"
HOMEPAGE="https://ercpe.de/projects/pypiwik"
SRC_URI="https://code.not-your-server.de/${PN}.git/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://git.ercpe.de/ercpe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down
6 changes: 4 additions & 2 deletions dev-python/pypiwik/pypiwik-0.2.1.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -9,7 +9,7 @@ inherit distutils-r1

DESCRIPTION="Python implementation of the Piwik HTTP API"
HOMEPAGE="https://ercpe.de/projects/pypiwik"
SRC_URI="https://code.not-your-server.de/${PN}.git/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://git.ercpe.de/ercpe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand All @@ -18,3 +18,5 @@ IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"

S="${WORKDIR}/${PN}"

0 comments on commit ba14f3b

Please sign in to comment.