mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-python/starlette: version bump 0.13.3
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST starlette-0.13.2.tar.gz 431011 BLAKE2B 60a34667c5c784dc4167ddaf764be976f97e95f518c6c1cd7c0d20a41c10cdc2232a402a39b5c742a5fbc8a19613713fa18756f0b1858e8acf9905f614ae0d58 SHA512 9622f5ddcf7469305e0d509457a1d9c7e44b6291e84c0c5627d4599dc2f561ce58a5437214b41917ac019dd6f27c3551ed0dea38b57fbbcadc54b30ceca870a5
|
DIST starlette-0.13.3.tar.gz 431202 BLAKE2B a05c91104a1be1837486447551477388db657e1a52fe504796132ec87aae99738862254d284a0dca3fc78843070f31ec6b2ff82ea9a4454986ec9616845bf662 SHA512 00359e9cf2400c9cc5ef5fa7ce6e9e82a3360c680defe3268bb15a21b96894be36c67c55b5caf9bedcb814ef213876d44b5ae2209d54594477b72f2c979429cc
|
||||||
|
|||||||
@@ -5,7 +5,11 @@ EAPI=7
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_6 )
|
PYTHON_COMPAT=( python3_6 )
|
||||||
|
|
||||||
inherit distutils-r1 eutils
|
DOCBUILDER="mkdocs"
|
||||||
|
DOCDEPEND="dev-python/mkdocs-material"
|
||||||
|
AUTODOC=1
|
||||||
|
|
||||||
|
inherit distutils-r1 docs eutils
|
||||||
|
|
||||||
DESCRIPTION="The little ASGI framework that shines"
|
DESCRIPTION="The little ASGI framework that shines"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
@@ -24,11 +28,6 @@ IUSE="doc"
|
|||||||
# We need newer graphql-core
|
# We need newer graphql-core
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
BDEPEND="doc? (
|
|
||||||
dev-python/mkdocs
|
|
||||||
dev-python/mkdocs-material
|
|
||||||
dev-python/mkautodoc )"
|
|
||||||
|
|
||||||
DEPEND="test? (
|
DEPEND="test? (
|
||||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||||
dev-python/black[${PYTHON_USEDEP}]
|
dev-python/black[${PYTHON_USEDEP}]
|
||||||
@@ -50,14 +49,6 @@ python_prepare_all() {
|
|||||||
distutils-r1_python_prepare_all
|
distutils-r1_python_prepare_all
|
||||||
}
|
}
|
||||||
|
|
||||||
python_compile_all() {
|
|
||||||
default
|
|
||||||
if use doc; then
|
|
||||||
mkdocs build || die "failed to make docs"
|
|
||||||
HTML_DOCS="site"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
optfeature "Required if you want to use FileResponse or StaticFiles" dev-python/aiofiles
|
optfeature "Required if you want to use FileResponse or StaticFiles" dev-python/aiofiles
|
||||||
optfeature "Required if you want to use Jinja2Templates" dev-python/jinja
|
optfeature "Required if you want to use Jinja2Templates" dev-python/jinja
|
||||||
Reference in New Issue
Block a user