commit: a30146994873f40c88c53bbce149b1023c76fd79
parent d8b142080109f9843d6177126cc9442137d16378
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 28 Feb 2021 07:56:49 +0100
dev-python/firmtool: Version clean-bump, 1.4
Diffstat:
3 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/dev-python/firmtool/Manifest b/dev-python/firmtool/Manifest
@@ -1 +1 @@
-DIST firmtool-1.3.tar.gz 11274 SHA256 b3c79f14124f19be334712073345a2adde568eeac80eef6f8d4d7a3fe0107a8a SHA512 c3511a486c8a8ed2345ac212528d0516fa3039d182ac5bc9a5ed2f9c786881453564e93fc609b769bd10e39e78a6040ae2e56411d94042c42b727c39d398b558 WHIRLPOOL e8bbc4c1174f3f96e943c74203bf3a99e9a9b7e30148556b76470e2c39bf06702d2b758c3c2d362028abd949186559e8a4744679988ebada543176c277715476
+DIST firmtool-1.4.tar.gz 11182 BLAKE2B c1407f793802e97ceab399d8156a75f3bed5bdd5a6f38a638491d55b7613122174eadc86d4b494a39dfe8cc40f0840ef75d783341a4de7d280b6778b8466386f SHA512 ffa6bae7f1639382d375a8025bcc6cf7664271773f2f1ed3d389034353e7ee4955134df78c00642b068dc7e60204db52260ca423f4995ffeb9d3d8f5bfd1d0c9
diff --git a/dev-python/firmtool/firmtool-1.3.ebuild b/dev-python/firmtool/firmtool-1.3.ebuild
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Parses, extracts, and builds 3DS firmware files"
-HOMEPAGE="https://github.com/TuxSH/firmtool"
-SRC_URI="https://github.com/TuxSH/firmtool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/cryptography"
-RDEPEND="${DEPEND}"
diff --git a/dev-python/firmtool/firmtool-1.4.ebuild b/dev-python/firmtool/firmtool-1.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4..9} )
+inherit distutils-r1
+
+DESCRIPTION="Parses, extracts, and builds 3DS firmware files"
+HOMEPAGE="https://github.com/TuxSH/firmtool"
+SRC_URI="https://github.com/TuxSH/firmtool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/pycryptodome"
+RDEPEND="${DEPEND}"