diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-27 07:27:18 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-27 07:27:18 +0100 |
| commit | d3af2eadf3681d8feac46bf5dd438ebd01e7a34d (patch) | |
| tree | 26b3df3670881b403f895a97e83b7143932bbbfe /dev-python/whitenoise/whitenoise-6.12.0.ebuild | |
| parent | 755e1670be3ad016693b55a65bb3072aa2c51fd1 (diff) | |
[dev-python/whitenoise] added whitenoise 6.12.0
Diffstat (limited to 'dev-python/whitenoise/whitenoise-6.12.0.ebuild')
| -rw-r--r-- | dev-python/whitenoise/whitenoise-6.12.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/whitenoise/whitenoise-6.12.0.ebuild b/dev-python/whitenoise/whitenoise-6.12.0.ebuild new file mode 100644 index 0000000..18faa28 --- /dev/null +++ b/dev-python/whitenoise/whitenoise-6.12.0.ebuild @@ -0,0 +1,32 @@ +# +# ~~~ dev-python/whitenoise +# +# ~~~ simple static file serving +# + +# +# ~~~ metadata + +# portage info +EAPI=8 +SLOT=0 + +KEYWORDS="amd64" +IUSE="oscp" + +# info +HOMEPAGE="https://whitenoise.readthedocs.io/" +DESCRIPTION="Simple static file serving for Python apps" +LICENSE="MIT" + +# package data +SRC_URI="https://github.com/evansd/whitenoise/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +# +# ~~~ dependencies + +# python setup +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 |
