summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-05 17:40:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-01-05 17:40:16 +0000
commite7acd8ed609ef7de957c1d01bb65281016772a3c (patch)
tree500390487cabe6933e98416c91777f98279dae14 /dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
parenta19bd1c7eecc3ba68fb96e2207061e3dfc5179a5 (diff)
downloadbaldeagleos-repo-e7acd8ed609ef7de957c1d01bb65281016772a3c.tar.gz
baldeagleos-repo-e7acd8ed609ef7de957c1d01bb65281016772a3c.tar.xz
baldeagleos-repo-e7acd8ed609ef7de957c1d01bb65281016772a3c.zip
Adding metadata
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
new file mode 100644
index 000000000000..5c432c268c44
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+
+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"
+
+distutils_enable_tests pytest