aboutsummaryrefslogtreecommitdiff
path: root/dev-python/doreah/doreah-2.0.1-r1.ebuild
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-24 19:53:38 +0100
committerAutumn <git@autumnfo.rest>2026-04-24 19:53:38 +0100
commit0b443faaaa8c1bb81916e054c158b06516fc62c7 (patch)
treebac564c8dbd765f2fe0147681cbca6026b720e8a /dev-python/doreah/doreah-2.0.1-r1.ebuild
parentfdde72910b1499590d10ba92a103c5842ade3dee (diff)
[dev-python/doreah] fix license
Diffstat (limited to 'dev-python/doreah/doreah-2.0.1-r1.ebuild')
-rw-r--r--dev-python/doreah/doreah-2.0.1-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/doreah/doreah-2.0.1-r1.ebuild b/dev-python/doreah/doreah-2.0.1-r1.ebuild
deleted file mode 100644
index dc7b271..0000000
--- a/dev-python/doreah/doreah-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# ~~~ 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"