From fdde72910b1499590d10ba92a103c5842ade3dee Mon Sep 17 00:00:00 2001 From: Autumn Date: Fri, 24 Apr 2026 19:52:53 +0100 Subject: [dev-python/doreah] remove wrong variable --- dev-python/doreah/doreah-2.0.1-r1.ebuild | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dev-python/doreah/doreah-2.0.1-r1.ebuild (limited to 'dev-python/doreah/doreah-2.0.1-r1.ebuild') diff --git a/dev-python/doreah/doreah-2.0.1-r1.ebuild b/dev-python/doreah/doreah-2.0.1-r1.ebuild new file mode 100644 index 0000000..dc7b271 --- /dev/null +++ b/dev-python/doreah/doreah-2.0.1-r1.ebuild @@ -0,0 +1,38 @@ +# +# ~~~ dev-python/doreah +# +# ~~~ a package of helpful utils +# + +# +# ~~~ metadata + +# portage info +EAPI=8 +SLOT=0 + +KEYWORDS="amd64" + +# info +HOMEPAGE="https://github.com/krateng/doreah/" +DESCRIPTION="A personal package of helpful Python utilities" +LICENSE="GPL-3.0" + +# package data +SRC_URI="https://github.com/krateng/doreah/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +# +# ~~~ dependencies + +# python setup +DISTUTILS_USE_PEP517="flit" +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 + +# run-time dependencies +RDEPEND=" + dev-python/bcrypt + >dev-python/jinja2-2.11 + dev-python/pyyaml + dev-python/requests" -- cgit v1.3