diff options
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 |
