mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-28 01:12:33 +01:00
Added xonsh shell from rindeal repo.
This commit is contained in:
4
app-shells/xonsh/Manifest
Normal file
4
app-shells/xonsh/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST github--xonsh--xonsh--0.9.19.tar.gz 2535369 BLAKE2B b3ecf5be62540cc62494a8f845abf055a8c3085d90c60e18c2c6fe2b02c72ebd028538991fa6c837c83b3020a0c0a1f21785ca40e6d309f93b882334e92566f5 SHA512 d49e8a327a48e7b8ba047cd3e0930d6da1334b0057e8ab374c310c5cff14230c1efd1a9597c5df17f56f4b3d02a4fc78cceb2b766da1dbeaf4cb46266cc4e568
|
||||
DIST github--xonsh--xonsh--0.9.9.tar.gz 2030995 BLAKE2B 07c6f3f7cc5fe04168b87dfe96707961573e33f58cd157f44512351af23590e52e8591af990040e39744742b41d3f9546104117eaf26bf56c56da0bbcefcdce8 SHA512 16fb0e8df19427a89589016cb31980ea1ca5646286ab004cc1c06ec5778ed53c420c6e5e36ae972c85fe76f33f0d0e6dad69287901e9a8d40ed57e719f8306dd
|
||||
EBUILD xonsh-0.9.19.ebuild 1218 BLAKE2B dc8257a360d35aee80df9096c2f3751ad1b55fa23375d87448c641bd416a681beec6037b15871007a26ebd161d9497bacd371536e098c8090d800f581b671e53 SHA512 99556e8c59edf24195e143403dee617dd1520394af162bee34890976fa168cfea9a067f9c396d85cd0e56d7ba279266df91c652850a6b5e5c96e3fa8fca646e7
|
||||
EBUILD xonsh-0.9.9.ebuild 1218 BLAKE2B dc8257a360d35aee80df9096c2f3751ad1b55fa23375d87448c641bd416a681beec6037b15871007a26ebd161d9497bacd371536e098c8090d800f581b671e53 SHA512 99556e8c59edf24195e143403dee617dd1520394af162bee34890976fa168cfea9a067f9c396d85cd0e56d7ba279266df91c652850a6b5e5c96e3fa8fca646e7
|
||||
54
app-shells/xonsh/xonsh-0.9.19.ebuild
Normal file
54
app-shells/xonsh/xonsh-0.9.19.ebuild
Normal file
@@ -0,0 +1,54 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 2017-2019 Jan Chren (rindeal)
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# NOTICE: ebuild is not finished, but basic features should work
|
||||
|
||||
EAPI=7
|
||||
inherit rindeal
|
||||
|
||||
## git-hosting.eclass:
|
||||
GH_RN="github"
|
||||
|
||||
## python-*.eclass:
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
## EXPORT_FUNCTIONS: src_unpack
|
||||
inherit git-hosting
|
||||
|
||||
## EXPORT_FUNCTIONS: src_prepare src_configure src_compile src_test src_install
|
||||
## variables: PYTHON_USEDEP
|
||||
inherit distutils-r1
|
||||
|
||||
## functions: optfeature
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Python-powered, cross-platform, Unix-gazing shell"
|
||||
HOMEPAGE_A=(
|
||||
"https://xonsh.readthedocs.org/"
|
||||
"${GH_HOMEPAGE}"
|
||||
)
|
||||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
IUSE_A=( )
|
||||
|
||||
CDEPEND_A=(
|
||||
"dev-python/ply[${PYTHON_USEDEP}]"
|
||||
"dev-python/pygments[${PYTHON_USEDEP}]"
|
||||
)
|
||||
DEPEND_A=( "${CDEPEND_A[@]}"
|
||||
# setup.py is not using 'console_scripts' so no runtime dep on setuptools
|
||||
"dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
)
|
||||
RDEPEND_A=( "${CDEPEND_A[@]}" )
|
||||
|
||||
inherit arrays
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Optional features"
|
||||
optfeature "Jupyter kernel support" dev-python/jupyter
|
||||
optfeature "Alternative to readline backend" dev-python/prompt_toolkit
|
||||
}
|
||||
54
app-shells/xonsh/xonsh-0.9.9.ebuild
Normal file
54
app-shells/xonsh/xonsh-0.9.9.ebuild
Normal file
@@ -0,0 +1,54 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 2017-2019 Jan Chren (rindeal)
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# NOTICE: ebuild is not finished, but basic features should work
|
||||
|
||||
EAPI=7
|
||||
inherit rindeal
|
||||
|
||||
## git-hosting.eclass:
|
||||
GH_RN="github"
|
||||
|
||||
## python-*.eclass:
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
## EXPORT_FUNCTIONS: src_unpack
|
||||
inherit git-hosting
|
||||
|
||||
## EXPORT_FUNCTIONS: src_prepare src_configure src_compile src_test src_install
|
||||
## variables: PYTHON_USEDEP
|
||||
inherit distutils-r1
|
||||
|
||||
## functions: optfeature
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Python-powered, cross-platform, Unix-gazing shell"
|
||||
HOMEPAGE_A=(
|
||||
"https://xonsh.readthedocs.org/"
|
||||
"${GH_HOMEPAGE}"
|
||||
)
|
||||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
IUSE_A=( )
|
||||
|
||||
CDEPEND_A=(
|
||||
"dev-python/ply[${PYTHON_USEDEP}]"
|
||||
"dev-python/pygments[${PYTHON_USEDEP}]"
|
||||
)
|
||||
DEPEND_A=( "${CDEPEND_A[@]}"
|
||||
# setup.py is not using 'console_scripts' so no runtime dep on setuptools
|
||||
"dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
)
|
||||
RDEPEND_A=( "${CDEPEND_A[@]}" )
|
||||
|
||||
inherit arrays
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Optional features"
|
||||
optfeature "Jupyter kernel support" dev-python/jupyter
|
||||
optfeature "Alternative to readline backend" dev-python/prompt_toolkit
|
||||
}
|
||||
Reference in New Issue
Block a user