app-text/epy - 2023.6.11-r1 (schplaf)

Search

Install

Install this version:

emerge -a =app-text/epy-2023.6.11-r1

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

autounmask =app-text/epy-2023.6.11-r1

Or alternatively:

emerge --autounmask-write -a =app-text/epy-2023.6.11-r1

Package Information

Description:
A fork of epr, a CLI Ebook Reader
Homepage:
https://github.com/wustho/epy
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2023.6.11-r1 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_{11..14} )
inherit distutils-r1

DESCRIPTION="A fork of epr, a CLI Ebook Reader"
HOMEPAGE="https://github.com/wustho/epy"
SRC_URI="https://github.com/wustho/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

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

DOCS=( README.md LICENSE )

Inherited Eclasses