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

2
app-text/jrnl/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST jrnl-2.0.0rc3.post2.tar.gz 30416 BLAKE2B ef8863e5f1d0e9285195703e11a8a266e561d8a03e0aa35bdbb098c7b2c56ed3907e826769ec0aabcc8c854b89eed30424b7b123dd867e5942d4ccff713fd0b1 SHA512 f2137157321d27eef559d49a710e3891c7fde90253afb50fc169378f09a834133f61d2754381585d59a8f0e7a9c71da419f276d07ead641fda79b6690de6e08d
EBUILD jrnl-2.0_rc3.ebuild 1052 BLAKE2B 36e4b35516389b2e0df40022f63a8420035a2faf4f826386dca59b25b540c598cb8729505d443d42a3288b2551b0404ca40ba3d57f3d2785e384b671c58c1bb3 SHA512 8245c46a0f069e57610e70cf2494b11e9771e83d0f264c420bd81c400923295618106b266d84baa353a861665696aeb1a80fa3b898971a38ac38b3b6ad377b65

View File

@ -0,0 +1,35 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
MY_P="${PN}-2.0.0rc3.post2"
DESCRIPTION="A command line journal application that stores your journal in a plain text file"
HOMEPAGE="http://www.jrnl.sh/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test doc"
RDEPEND=">=dev-python/parsedatetime-1.5[${PYTHON_USEDEP}]
>=dev-python/pytz-2015.7[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
>=dev-python/tzlocal-1.2[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
>=dev-python/keyring-7.3[${PYTHON_USEDEP}]
>=dev-python/passlib-1.6.2[${PYTHON_USEDEP}]
>=dev-python/pyxdg-0.25[${PYTHON_USEDEP}]
>=dev-python/asteval-0.9.8[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/keyrings_alt[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"

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}"