app-text/jrnl: new package (and dep)
This commit is contained in:
parent
b1dc230fa4
commit
8e94a49c3d
4 changed files with 60 additions and 0 deletions
2
app-text/jrnl/Manifest
Normal file
2
app-text/jrnl/Manifest
Normal 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
|
||||
35
app-text/jrnl/jrnl-2.0_rc3.ebuild
Normal file
35
app-text/jrnl/jrnl-2.0_rc3.ebuild
Normal 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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue