summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-05 13:39:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-05 13:39:42 +0000
commit5db75007f34c81aab3f7e5ab469c05e8bb58881d (patch)
tree3b3d545ff85ea5b17de27614fd22b32721887100 /dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
parent93e5c5816c7c3be5bc5c8d54a2b3906b3b881b3a (diff)
downloadbaldeagleos-repo-5db75007f34c81aab3f7e5ab469c05e8bb58881d.tar.gz
baldeagleos-repo-5db75007f34c81aab3f7e5ab469c05e8bb58881d.tar.xz
baldeagleos-repo-5db75007f34c81aab3f7e5ab469c05e8bb58881d.zip
Adding metadata
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
new file mode 100644
index 000000000000..62be029c42b2
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+ https://github.com/maxfischer2781/asyncstdlib/
+ https://pypi.org/project/asyncstdlib/"
+SRC_URI="
+ https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest