mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-text/jrnl: drop 9999
Signed-off-by: Erwin Kaats <mailgentoo@kaats.ch>
This commit is contained in:
parent
15a220ab9c
commit
f63e7c6678
@ -1,3 +1,2 @@
|
||||
DIST jrnl-4.1.tar.gz 671439 BLAKE2B f5781f1dd042e89779e8437765abedb76ab71cfe48ea14d5f8ff1b8a32d5d1d73a78b125615cf868964f8fab21833d3b923ad07b7893b652938963339c6db2b0 SHA512 c5e17b8dd863cdf251f5622099e07645d65ecb27a4b765df6b6c6f89a482e73b800e4906f14ffffc9567b3f9620f87f98fcc0b5ae355a22368f90a3279718252
|
||||
DIST jrnl-4.2.tar.gz 674573 BLAKE2B b4f1f288746f26cf9aa5fb28946a72c89ea963d4ca72a4221c92345d1c47060435ffd88c0b4471f20f6045b64ef753d51a11b83144ca13316b86ebc23b8ed32d SHA512 0fb58f23e11754246ea19679fb8e67ac06fd1fb1e0c025bd588da96bf0efa69254a3859a7581f9df831f8f8d9df120c4bfda3f96ab800567c7d7398d5a4676b5
|
||||
DIST jrnl-9999.tar.gz 672471 BLAKE2B ad5403f4ffa3e89baece625e9b247517b5413eea2eb4f4aff68404309309a25bd718da9f8cacb05241de84619530a36e67d03a10c3cd291fd991f45a10261e95 SHA512 007eb5289b453c524aa538ec3ff4ccc9fde2a94b0564cba073ead30b509867b11d2bef34867a1c50e43fd8c41c6077ed0d2cbee434468b5757e223f10e50d1ec
|
||||
|
@ -1,45 +0,0 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Collect your thoughts and notes without leaving the command line"
|
||||
HOMEPAGE="https://jrnl.sh"
|
||||
SRC_URI="https://github.com/jrnl-org/jrnl/archive/refs/heads/develop.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}-develop"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
PATCHES="
|
||||
${FILESDIR}/tomli.patch
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
dev-python/rich
|
||||
dev-python/colorama
|
||||
dev-python/cryptography
|
||||
dev-python/keyring
|
||||
dev-python/parsedatetime
|
||||
dev-python/python-dateutil
|
||||
dev-python/pyxdg
|
||||
dev-python/ruamel-yaml
|
||||
dev-python/tzlocal
|
||||
test? (
|
||||
dev-python/pytest
|
||||
dev-python/pytest-bdd
|
||||
dev-python/pytest-xdist
|
||||
dev-python/tomli
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user