diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-10-10 22:39:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-10-10 22:39:09 +0100 |
commit | 8193a0288581be304242f65bac43c96dddb5f87b (patch) | |
tree | 5c33461c6e614c6d8bb1c18793c147b7444e3bfb /dev-python/mnemonic | |
parent | sys-kernel/stable-sources: Version bump (diff) | |
download | portage-8193a0288581be304242f65bac43c96dddb5f87b.tar.xz |
dev-python/mnemonic: Version bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/mnemonic')
-rw-r--r-- | dev-python/mnemonic/Manifest | 1 | ||||
-rw-r--r-- | dev-python/mnemonic/mnemonic-0.18.ebuild (renamed from dev-python/mnemonic/mnemonic-0.17.ebuild) | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/mnemonic/Manifest b/dev-python/mnemonic/Manifest new file mode 100644 index 00000000..f0e01a04 --- /dev/null +++ b/dev-python/mnemonic/Manifest @@ -0,0 +1 @@ +DIST mnemonic-0.18.tar.gz 21942 SHA512 86ba9b2de3a82d3220b8f8efaa5153db829627ad59c405234cb1a717a99c24789db759e9c779836ef6f9e57d37b7eb5daed52d2d441c62ac189ed1b9ea2f5737 WHIRLPOOL c630f0c68f138955b014e26f3b262aea52a08daa4bf782378b62b1914625fa97ffedbe38ea82cc6c9ddd60c541e857898428cf2ad85c48afcb3721d37a5cb895 diff --git a/dev-python/mnemonic/mnemonic-0.17.ebuild b/dev-python/mnemonic/mnemonic-0.18.ebuild index b4b27ee6..e814c3cc 100644 --- a/dev-python/mnemonic/mnemonic-0.17.ebuild +++ b/dev-python/mnemonic/mnemonic-0.18.ebuild @@ -4,12 +4,11 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit git-r3 distutils-r1 +inherit distutils-r1 DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39" HOMEPAGE="https://trezor.io/" -EGIT_REPO_URI="https://github.com/trezor/python-${PN}.git" -EGIT_COMMIT="44f1dee9548790d32d1dc4b5fddc45b87717a2c4" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |