tblib: cleanup and sign

This commit is contained in:
blshkv 2016-01-11 10:42:12 +08:00
parent 4cf947a5bd
commit 20d452f00b
2 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1 @@
DIST tblib-1.2.0.tar.gz 15340 SHA256 6aa622f7037934b08ebdb46380eebcd9463e19ed870f012eb57f838813d37f7d SHA512 7649f938e504784045a1cdfc30f7dce1243b1c4bad84cddb6a57aa720bc21d6f207bf6eb6a4d44d82bc59547d5bc4919447af2f9fde1ebab343e0b27799cd4ec WHIRLPOOL 206b5b44ecef7760e69700f0df8601e51d28e995acea116af6b14bc208ab753362bf4af399c1a1e008a76169e3612d4da5b847aeb97de2816e75633c0a0881cf

View file

@ -10,14 +10,14 @@ inherit distutils-r1
DESCRIPTION="Traceback fiddling library"
HOMEPAGE="https://github.com/ionelmc/python-tblib"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ionelmc/python-tblib"
KEYWORDS=""
inherit git-r3
EGIT_REPO_URI="https://github.com/ionelmc/python-tblib"
KEYWORDS=""
inherit git-r3
else
SRC_URI="https://github.com/ionelmc/python-tblib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/ionelmc/python-tblib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="as-is"