| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2022.12.11 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{8..11} )
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}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
DOCS=( README.md LICENSE )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | epy-2022.12.11.tar.gz | 228954 bytes | https://github.com/wustho/epy/archive/refs/tags/v2022.12.11.tar.gz |