app-text/baca - 0.1.17-r5 (schplaf)

Search

Install

Install this version:

emerge -a =app-text/baca-0.1.17-r5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/baca-0.1.17-r5

Or alternatively:

emerge --autounmask-write -a =app-text/baca-0.1.17-r5

Package Information

Description:
A TUI Ebook Reader
Homepage:
https://github.com/wustho/baca
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1.17-r5 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1

DESCRIPTION="A TUI Ebook Reader"
HOMEPAGE="https://github.com/wustho/baca"
SRC_URI="https://github.com/wustho/baca/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="${DEPEND}
	>=dev-python/beautifulsoup4-4.12.0[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	>=dev-python/textual-0.16.0[${PYTHON_USEDEP}]
	>=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
	>=dev-python/python-markdownify-0.11.6[${PYTHON_USEDEP}]
	>=dev-python/peewee-3.16.0[${PYTHON_USEDEP}]
	>=dev-python/fuzzywuzzy-0.18.0[${PYTHON_USEDEP}]
	>=dev-python/climage-0.2.0[${PYTHON_USEDEP}]
	dev-python/standard-imghdr[${PYTHON_USEDEP}]
	"
RDEPEND="${DEPEND}"

DOCS=( README.md LICENSE )

distutils_enable_tests pytest

src_prepare() {
	#eapply "${FILESDIR}"/baca-0.1.16_with_CLImage-0.2.0.patch
	eapply "${FILESDIR}"/baca-0.1.17-r2_with_markdownify-1.patch
	eapply_user
}

src_install() {
	distutils-r1_src_install
}

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/beautifulsoup4-4.12.0[]
	dev-python/rich[]
	>=dev-python/textual-0.16.0[]
	>=dev-python/appdirs-1.4.4[]
	>=dev-python/python-markdownify-0.11.6[]
	>=dev-python/peewee-3.16.0[]
	>=dev-python/fuzzywuzzy-0.18.0[]
	>=dev-python/climage-0.2.0[]
	dev-python/standard-imghdr[]
	

RDEPEND

	>=dev-python/beautifulsoup4-4.12.0[]
	dev-python/rich[]
	>=dev-python/textual-0.16.0[]
	>=dev-python/appdirs-1.4.4[]
	>=dev-python/python-markdownify-0.11.6[]
	>=dev-python/peewee-3.16.0[]
	>=dev-python/fuzzywuzzy-0.18.0[]
	>=dev-python/climage-0.2.0[]
	dev-python/standard-imghdr[]