empire-3.7.2.ebuild

This commit is contained in:
Anton Bolshakov 2021-02-22 19:46:21 +08:00
parent 50951b559c
commit 66a0a9217d
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
DIST empire-3.6.1.tar.gz 13477510 BLAKE2B 0b16a6c62a4d3d3cb964b22c4077d4e08c7b44f9ffeb63c7b6d38e59f7e7846fcfc85313051f7c9998b6820e4e236c4247f9e04f098f0946ba6ccd223209342e SHA512 55770e3ebf1d5ed470f710ba8909d99700b4988682f63f9a407c8fff04b67fd15de4c6b69ae60a7542df9928f06149763640838455ead7220f89c56f7f601392
DIST empire-3.6.3.tar.gz 13540453 BLAKE2B 82510468bb9c7611e0535a59035eb40e3b3828a77d3c66dc0cd01bec802c622ba730ec9aec0dbadfc040e19eae294789571647fcbd417d77d59ad66053fb7ea3 SHA512 39411d3a1d6a8b76ff31ecef9837cede7f8d871c34b11ed73d82409badee073ef332a50e5dbb1422213d9b77ad654838c0e0669f65d13de8ef36ef20a237d128
DIST empire-3.7.2.tar.gz 13956635 BLAKE2B 4c1f9d12c1cfe44c2929a89bc099e0d0e667a25d8db53875f2dd74fdff2ad9906ba4e6af9bd88c86419c8c91f3f37fc6a5f192c93b042fd5bba0c694e69ee684 SHA512 34015b1e18e1733b8c05f1696af6d19e2714a343f4a46e6d8f0b95ef6aaa7abf826b65e8ceca5d567181dda31c4837935e574f7e5c98917daf1b3b8432505763

View file

@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
#https://github.com/BC-SECURITY/Empire/issues/196 python3.8
PYTHON_COMPAT=( python3_{6,7,8} )
#https://github.com/BC-SECURITY/Empire/issues/196
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1