dev-python/sjcl: up EAPI, remove all warnings from pkgcheck

pull/37/head
Victor Kustov 1 year ago
parent c927387b42
commit f0b20734e1

@ -1,11 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9,10,11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Decrypt and encrypt messages compatible to the SJCL message format"
HOMEPAGE="https://github.com/berlincode/sjcl"

Loading…
Cancel
Save