mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
empire-5.0.4.ebuild
This commit is contained in:
parent
8ca87f5fe7
commit
5784cbf710
5 changed files with 1 additions and 32 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST empire-4.10.0.tar.gz 47761852 BLAKE2B 5324382017112929f1f4d0d018e3b2cc44457d00836eddb9b91a63a8196636a1418444b8f71da3c586b23b1c4b05cec5ea2edbeb65c94b0c5f55bb8af0878f03 SHA512 b66a2538ccc968d2bf2225ebf65fd3e04d33ccc7392bb7d06b2bf1cb5f7b0b215d12c00d03721659d7e55a92ae1a7d08802cbb9deb6f6e8be55aaf6cb8a00002
|
||||
DIST empire-5.0.3.tar.gz 49431954 BLAKE2B 0b15ee28548c85291181261deefdd4cdb28e0a3af5c235f41884467f1c6492c50a87fa6d46d457ff8f597344a33a760c7119d81d9dc1eefe6855875aec05f7de SHA512 2d0fe74841b9ab513ab8b7c97b2b372b5c3318dfd46a1865d243be9ad1164e37fde3b46e005e7cd4ce0c795fb151612150f64f71ae31edc82a5a59157e90b29e
|
||||
DIST empire-5.0.4.tar.gz 49429451 BLAKE2B 3fa74351d1160be5040bfd316594953825acb5af7a14b30cba5be1c4defbb74848f214a7bd97ecd7494368efecc50dcf2af1d409f04d8e7fd76c369169494aa6 SHA512 23fca8d7c158d8e001bd58c1623a6494b6a101f438b293dffb78b89f51153451e226fbfffa34be0de054fd550f3012bffe0315e8138a5bc8b5f76c896fb823fa
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
DIST python-multipart-0.0.5.tar.gz 48018 BLAKE2B cfff5c1c57ada3ba3d50da71273435781d62d3907ca1b7e6180cd319f2680258b3e1e278dff760106e7ca9c116f4c5c7adf957601d6d8465bf300e6211b83773 SHA512 c2fabeb77a25119c4bbb71c3faa6de58e27ac2f0c768298eac62b519fc51e5d95fdea05c4f3846ed47205f297802982a001577a73b2feec2d9f585c784d6c3d7
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A streaming multipart parser for Python"
|
||||
HOMEPAGE="
|
||||
https://andrew-d.github.io/python-multipart
|
||||
https://github.com/andrew-d/python-multipart"
|
||||
SRC_URI="https://github.com/andrew-d/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# RuntimeError: Unsafe load() call disabled by Gentoo. See bug #659348
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
distutils_enable_sphinx docs/source dev-python/sphinx-bootstrap-theme
|
||||
|
|
@ -176,7 +176,6 @@ dev-python/aiosqlite
|
|||
=dev-python/starlette-0.19*
|
||||
=dev-python/starlette-0.20*
|
||||
=dev-python/starlette-0.21*
|
||||
=dev-python/python-multipart-0.0*
|
||||
#testing
|
||||
dev-python/fastapi
|
||||
dev-python/limits
|
||||
|
|
|
|||
Loading…
Reference in a new issue