diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:38:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:56:16 +0200 |
commit | a7546aa65132ae76683bac2a241c8c53799963a3 (patch) | |
tree | 529b98e2840c10cb9d366597fbbd8f12693db034 /dev-python/asyncstdlib | |
parent | dev-python/asn1crypto: Enable py3.11 (diff) | |
download | gentoo-a7546aa65132ae76683bac2a241c8c53799963a3.tar.gz gentoo-a7546aa65132ae76683bac2a241c8c53799963a3.tar.bz2 gentoo-a7546aa65132ae76683bac2a241c8c53799963a3.zip |
dev-python/asyncstdlib: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib')
-rw-r--r-- | dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild index a657c77a65f0..c1603924e233 100644 --- a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild @@ -11,10 +11,12 @@ inherit distutils-r1 DESCRIPTION="The missing async toolbox" HOMEPAGE=" https://github.com/maxfischer2781/asyncstdlib/ - https://pypi.org/project/asyncstdlib/" + https://pypi.org/project/asyncstdlib/ +" SRC_URI=" https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |