aboutsummaryrefslogtreecommitdiff
path: root/dev-python/doreah/doreah-2.0.1.ebuild
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-19 10:50:59 +0100
committerAutumn <git@autumnfo.rest>2026-04-19 10:50:59 +0100
commit305836504b092f2bacb90e246557a930d7f317b7 (patch)
tree86a0bfb67c7733a67dbe2838a99b86446367ce96 /dev-python/doreah/doreah-2.0.1.ebuild
parentbafd8de8447daab67f27b28001804538a2ee74ff (diff)
[dev-python/doreah] added doreah 2.0.1
Diffstat (limited to 'dev-python/doreah/doreah-2.0.1.ebuild')
-rw-r--r--dev-python/doreah/doreah-2.0.1.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/doreah/doreah-2.0.1.ebuild b/dev-python/doreah/doreah-2.0.1.ebuild
new file mode 100644
index 0000000..c078b06
--- /dev/null
+++ b/dev-python/doreah/doreah-2.0.1.ebuild
@@ -0,0 +1,39 @@
+#
+# ~~~ 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"
+S="${WORKDIR}/doasedit"
+
+#
+# ~~~ 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"