virtual/editor, dev-python/sjcl small fixes

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
master64
Victor Kustov 8 months ago
parent 1db3d20e57
commit fe1ea37557
Signed by: ktrace
GPG Key ID: 9494B70312B4CADE

@ -10,7 +10,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Decrypt and encrypt messages compatible to the SJCL message format"
HOMEPAGE="https://github.com/berlincode/sjcl"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV})"
LICENSE="MIT"
SLOT="0"

@ -1,12 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Virtual for editor"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
# Add a package to RDEPEND only if the editor:
# - can edit ordinary text files,
@ -28,7 +28,6 @@ RDEPEND="|| (
app-editors/joe
app-editors/jove
app-editors/kakoune
app-editors/le
app-editors/levee
app-editors/lpe
app-editors/mg
@ -48,7 +47,6 @@ RDEPEND="|| (
app-misc/mc[edit]
dev-lisp/cmucl
mail-client/alpine[-onlyalpine]
sys-apps/busybox
)"
# Packages outside app-editors providing an editor:

Loading…
Cancel
Save