summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-17 18:03:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-17 18:09:32 +0100
commit401d54a1285a14c2f9fdbf3cc02d7385b3e30c40 (patch)
treebb2dca0207cc79a986a98d6f216509619139521f /dev-python
parentdev-python/cheetah3: Remove old (diff)
downloadgentoo-401d54a1285a14c2f9fdbf3cc02d7385b3e30c40.tar.gz
gentoo-401d54a1285a14c2f9fdbf3cc02d7385b3e30c40.tar.bz2
gentoo-401d54a1285a14c2f9fdbf3cc02d7385b3e30c40.zip
dev-python/nest_asyncio: Update HOMEPAGE & remote-id
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nest_asyncio/metadata.xml2
-rw-r--r--dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nest_asyncio/metadata.xml b/dev-python/nest_asyncio/metadata.xml
index ff1aa274546d..083dbd0d428e 100644
--- a/dev-python/nest_asyncio/metadata.xml
+++ b/dev-python/nest_asyncio/metadata.xml
@@ -6,7 +6,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="pypi">nest_asyncio</remote-id>
+ <remote-id type="pypi">nest-asyncio</remote-id>
<remote-id type="github">erdewit/nest_asyncio</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild
index 9cb15006a5b7..4ebb792e3dd0 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Patch asyncio to allow nested event loops"
-HOMEPAGE="https://github.com/erdewit/nest_asyncio"
+HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"