diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-24 20:06:32 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-24 20:06:32 +0100 |
| commit | 52166c4d8087326aa2d10cd8b2e460d16a03fae5 (patch) | |
| tree | 20a1eb162d669f53f5fe9d6bfe0b5e495629fa0b /dev-python/python-datauri/python-datauri-3.0.2.ebuild | |
| parent | 4dcf9715a157ab90e4c13623f6b41b75dece5bac (diff) | |
[dev-python/python-datauri] added python-datauri 3.0.2
Diffstat (limited to 'dev-python/python-datauri/python-datauri-3.0.2.ebuild')
| -rw-r--r-- | dev-python/python-datauri/python-datauri-3.0.2.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/python-datauri/python-datauri-3.0.2.ebuild b/dev-python/python-datauri/python-datauri-3.0.2.ebuild new file mode 100644 index 0000000..85d7d6d --- /dev/null +++ b/dev-python/python-datauri/python-datauri-3.0.2.ebuild @@ -0,0 +1,36 @@ +# +# ~~~ dev-python/python-datauri +# +# ~~~ easy data URI manipulation +# + +# +# ~~~ metadata + +# portage info +EAPI=8 +SLOT=0 + +KEYWORDS="amd64" + +# info +HOMEPAGE="https://github.com/fcurella/python-datauri/" +DESCRIPTION="Data URI manipulation made easy" +LICENSE="Unlicense" + +# package data +SRC_URI="https://github.com/fcurella/python-datauri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +# +# ~~~ dependencies + +# python setup +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{8..14} ) + +inherit distutils-r1 + +# run-time dependencies +RDEPEND=" + dev-python/cached-property + dev-python/typing-extensions" |
