mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/asyncstdlib: Bump to 3.14.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST asyncstdlib-3.13.3.tar.gz 50854 BLAKE2B 918a6ddc71d03876f476ea05df781de903516b16671a3d419d42b2fa1add51e731bebcfa0b538a7201fef7b10c124f6479aa499f3f8d506c1013a5bfac54a890 SHA512 6810471993a83d1119e804c5847775fb7b19a2f15d90eb9fec982ca55b7bd9259e2a77541f503f38def593a6094adb149f08232d9f21f9da2cdcc1f7ae365f22
|
||||
DIST asyncstdlib-3.14.0.tar.gz 51074 BLAKE2B 29b7caee9a2bbc792403f85b59ffd4024e63e1459ce78df3c19b9fefa45fe64af3ce481b5bde5f259e2700b27d1abdc1b3ae3f09852f4931b76271aed656f857 SHA512 3e4f574e492d724c6649b2fb67544fcd83cda8da3f92bdaed7f50ddde83e9986e129386a6a702779b2385379755d0cc81c58ed3fbc8791058cbb0f90942c4985
|
||||
|
||||
28
dev-python/asyncstdlib/asyncstdlib-3.14.0.ebuild
Normal file
28
dev-python/asyncstdlib/asyncstdlib-3.14.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="The missing async toolbox"
|
||||
HOMEPAGE="
|
||||
https://github.com/maxfischer2781/asyncstdlib/
|
||||
https://pypi.org/project/asyncstdlib/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user