mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/starlette: add 0.14.2, drop 0.14.1
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST starlette-0.14.1.tar.gz 438036 BLAKE2B 9531459d6af3860cad7743a395360f573476bab642eb69c2dcc41c6240acff7309a3fc47676db4d106210dff81957974656fd68f03aa4e2fdc9f080afe2c4e31 SHA512 792075ec6d7b8fa16b40b12c092adfc1c95ce0f17b0dd8b34c8578fe407a863279cebf77218d1d89459d1b4161078684c6339ff48c124e67899313bae6794e01
|
||||
DIST starlette-0.14.2.tar.gz 438350 BLAKE2B 862f1f6526f194e0dfd52e14860b63fbd97507a4a6d694d71e44041edbb435608a1e3511144e6fb3e8b39405672baf81e00685ad3928aebb244e566cfcd665d0 SHA512 4321d3d1890c49dea53d7923b456772ecc9d28083d28392e0e9cd1f39f33180cc1cb28914bee443849fa8c87015dd99610ea18e03f0101b0eaf3f8df56249fab
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
DOCS_BUILDER="mkdocs"
|
||||
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||
@@ -22,14 +22,10 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# ModuleNotFoundError: No module named 'graphql.execution.executors'
|
||||
# Now graphql is at the newest version and this still doesn't work :(
|
||||
# though there are less errors now
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="test? (
|
||||
BDEPEND="test? (
|
||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
dev-python/aiosqlite[${PYTHON_USEDEP}]
|
||||
dev-python/databases[${PYTHON_USEDEP}]
|
||||
dev-python/graphene[${PYTHON_USEDEP}]
|
||||
dev-python/itsdangerous[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
@@ -42,8 +38,10 @@ DEPEND="test? (
|
||||
python_prepare_all() {
|
||||
# do not install LICENSE to /usr/
|
||||
sed -i -e '/data_files/d' setup.py || die
|
||||
# do not depend on pytest-cov
|
||||
sed -i -e '/--cov/d' setup.cfg || die
|
||||
# do not depend on pytest-cov and fail on DeprecationWarning
|
||||
rm setup.cfg || die
|
||||
# ModuleNotFoundError: No module named 'graphql.execution.executors'
|
||||
rm tests/test_graphql.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
@@ -54,7 +52,7 @@ pkg_postinst() {
|
||||
optfeature "Required if you want to support form parsing, with request.form()" dev-python/python-multipart
|
||||
optfeature "Required for SessionMiddleware support." dev-python/itsdangerous
|
||||
optfeature "Required for SchemaGenerator support." dev-python/pyyaml
|
||||
optfeature "Required for GraphQLApp support" media-libs/graphene
|
||||
optfeature "Required for GraphQLApp support" dev-python/graphene
|
||||
optfeature "Required if you want to use UJSONResponse." dev-python/ujson
|
||||
optfeature "Server Sent Events" dev-python/sse-starlette
|
||||
}
|
||||
Reference in New Issue
Block a user