diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-02 13:15:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-02 13:15:44 +0000 |
| commit | 5ebcec51425b8cb52c2662779b0b308d3a89eacb (patch) | |
| tree | 14501b3b20e9777eaed573b049e8e2892e6b3cfe /dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild | |
| parent | 1a07403c957c06bad3c0510f9da8fcd9b9e6eb0f (diff) | |
| download | baldeagleos-repo-5ebcec51425b8cb52c2662779b0b308d3a89eacb.tar.gz baldeagleos-repo-5ebcec51425b8cb52c2662779b0b308d3a89eacb.tar.xz baldeagleos-repo-5ebcec51425b8cb52c2662779b0b308d3a89eacb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild')
| -rw-r--r-- | dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild new file mode 100644 index 000000000000..bf284fdc944c --- /dev/null +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..11} ) + +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 |
