app-text/jrnl: new package (and dep)

This commit is contained in:
nemunaire 2019-07-24 09:45:23 +02:00
parent b1dc230fa4
commit 8e94a49c3d
4 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST asteval-0.9.14.tar.gz 52726 BLAKE2B 2cad59cc6729e4e693f715b0e535909b43de906429ca3a5f7a63a08cdf218640fb130e55106e96d3d66e1ecdae393bd3f6fe365a2695b14d42c4b78338575dbd SHA512 5533c92e4808c47bde9935530940ab7b032b4641b83ca4719485d3b8007f0a33ff85c9c01251a517bd4e84e6499ae44a3c56d7ea0587f0697d1c815c4a85f313
EBUILD asteval-0.9.14.ebuild 525 BLAKE2B c880f6a12232ad480b3554bb5194d7fb6254634474bab6fdc96fbc34551c2f0c22e5164b21392734ffd927d3ffd7918c87fb9972533415d4067cbdd81ed037c8 SHA512 da4c5ca556ffa217cb45942dabf1a261a24888559ba3d7be7499e11911a773aaddc7d04fde10815d50c42b5ffd2266b3f8a8cd303b1357327d4f3958f4ac2524

View file

@ -0,0 +1,21 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Safe, minimalistic evaluator of python expression using ast module"
HOMEPAGE="http://github.com/newville/asteval"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND=">=dev-python/numpy-1.6[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"