From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/
Date: Wed, 29 Apr 2020 11:12:08 +0000 (UTC) [thread overview]
Message-ID: <1588094814.52fde1b9e4b5f1990960f9d3f4884a958dd248e9.andrewammerlaan@gentoo> (raw)
Message-ID: <20200429111208.U875UkInyu_5dejdt6n2MeWTFZmvALlaEAhsyGSTZc8@z> (raw)
commit: 52fde1b9e4b5f1990960f9d3f4884a958dd248e9
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 28 17:26:54 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 28 17:26:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52fde1b9
dev-python/uvicorn: minor version bump 0.11.4
new optional dep dev-python/watchgod
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/uvicorn/Manifest | 2 +-
...uvicorn-0.11.3.ebuild => uvicorn-0.11.4.ebuild} | 28 ++++++++--------------
2 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index f5a6ba3..dc9c439 100644
--- a/dev-python/uvicorn/Manifest
+++ b/dev-python/uvicorn/Manifest
@@ -1 +1 @@
-DIST uvicorn-0.11.3.tar.gz 490532 BLAKE2B 521f137ec94906d5fe9411e780551fb3f4a6eb3da2e7e49d67524b380267e1089bd778b5294f4c72e0da270aeddd89e598bb2c79251262fa528da29103eb259b SHA512 c7e5badbd57bf2962fb4ef538072bed8e509ade20ff98856dd88099adeaeb9044b35a547b9f1ade3575c6dbc4564519d69aaeca7dad95a3b463160cdd9a464a9
+DIST uvicorn-0.11.4.tar.gz 499965 BLAKE2B e6d2bd13a28d639ff43597ba7346aaa4210ef1572930f12c07f9984ba8ef7a52154007e53465147b78ce4988a61051c48f0d6c76398383a32cd697aa6e7e6c81 SHA512 3ad23f64ad150210e4c70428d39c791a931b74f63c896351fe20fb71f0cd955e66122b9230ff64ab9e0b741016106ca08c43ca22ad5e43a5327d9c4f3cd51b7f
diff --git a/dev-python/uvicorn/uvicorn-0.11.3.ebuild b/dev-python/uvicorn/uvicorn-0.11.4.ebuild
similarity index 80%
rename from dev-python/uvicorn/uvicorn-0.11.3.ebuild
rename to dev-python/uvicorn/uvicorn-0.11.4.ebuild
index 652f668..1598187 100644
--- a/dev-python/uvicorn/uvicorn-0.11.3.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.11.4.ebuild
@@ -7,7 +7,10 @@ PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 eutils
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+
+inherit distutils-r1 docs eutils
DESCRIPTION="The lightning-fast ASGI server"
HOMEPAGE="https://www.uvicorn.org/
@@ -18,23 +21,19 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-IUSE="doc"
-
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/h11[${PYTHON_USEDEP}]"
-BDEPEND="doc? (
- dev-python/mkdocs
- dev-python/mkdocs-material )"
-
DEPEND="test? (
dev-python/isort[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]
- dev-python/wsproto[${PYTHON_USEDEP}]
- >=dev-python/websockets-6.0[${PYTHON_USEDEP}]
- >=dev-python/httptools-0.1.1[${PYTHON_USEDEP}] )"
+ >=dev-python/wsproto-0.13.0[${PYTHON_USEDEP}]
+ >=dev-python/websockets-8.0[${PYTHON_USEDEP}]
+ dev-python/httptools[${PYTHON_USEDEP}]
+ >=dev-python/watchgod-0.6[${PYTHON_USEDEP}]
+)"
distutils_enable_tests pytest
@@ -54,17 +53,10 @@ 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() {
optfeature "asyncio event loop on top of libuv" dev-python/uvloop
optfeature "websockets support using wsproto" dev-python/wsproto
optfeature "websockets support using websockets" dev-python/websockets
optfeature "httpstools package for http protocol" dev-python/httptools
+ optfeature "efficient debug reload" dev-python/watchgod
}
next reply other threads:[~2020-04-29 11:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 17:30 Andrew Ammerlaan [this message]
2020-04-29 11:12 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-02-17 18:45 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-07 8:24 Andrew Ammerlaan
2021-01-03 14:29 Andrew Ammerlaan
2020-12-18 14:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 14:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-27 15:43 Alessandro Barbieri
2020-10-22 14:39 Andrew Ammerlaan
2020-10-18 9:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-18 9:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-24 12:50 Andrew Ammerlaan
2020-08-14 18:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 18:20 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-31 17:58 Andrew Ammerlaan
2020-07-28 14:32 Andrew Ammerlaan
2020-07-17 14:44 Andrew Ammerlaan
2020-06-30 19:19 Andrew Ammerlaan
2020-04-29 10:59 Andrew Ammerlaan
2020-03-28 11:00 Andrew Ammerlaan
2020-03-27 17:52 Alessandro Barbieri
2020-03-19 19:07 Andrew Ammerlaan
2020-03-18 19:27 Andrew Ammerlaan
2020-03-13 17:45 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-13 15:01 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-13 13:24 Piotr Staroszczyk
2020-03-09 17:55 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-09 17:28 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588094814.52fde1b9e4b5f1990960f9d3f4884a958dd248e9.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox