dev-python/aionotify: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 10:16:39 +02:00
committed by onkelbeh
parent 330b35a404
commit 9b695d07ce
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
DIST aionotify-0.2.0.tar.gz 7200 BLAKE2B 996d0dd0996b8e281ca86167ed95a828589d487c11cbe377a78e906e29453556e24abedb9bc37abcfc3781c857af95abff99dccf0a5cf904d62f4997b8a07d79 SHA512 a5106b2e67b7cf42d182691be352303a41e6f79997ab046ca80dff3c4951f6acec1c3b206bf2d42a15212751a43ac3c3a6a999360bb4b4bf1a58dace0b172575
EBUILD aionotify-0.2.0.ebuild 681 BLAKE2B a211b398c1549678dc2b744afddf9fe1d74133f800d50e06717d39e23a000d4a0bf309b70c3741d3f7eece9d0fe872891d1b7ce5a011584e43bccf4763dda8d1 SHA512 0f08f9fb2a2e5480603a2808beec69c09ec1060cbdc9e867569d347d540bc336dda8bdd79265f6ec6e06660980b881966db95f161a50d825357657c9b415166f
EBUILD aionotify-0.2.0.ebuild 666 BLAKE2B 9cf9e64327f04a42654bb5191f679d2dfa1d3b1b26202f529e24c605eb65a92d94c237ea70757b119df074f8841bdd744098c9670a69cdacf5fc724c1efbe711 SHA512 585a01e6ce2073fc684923cc4a4a850080e5afee72aca2f6539392f850a3ab2799a2a68fa87a8d25f1996977b88916ae511eb7cc2b73a8760ce5995cc104b96d
MISC metadata.xml 541 BLAKE2B 0cd4293380f867cc7016f096d75f5d3d98d39043c819e80ebf9543164863433d2d70d96b0f0ad41ee0cf4a92bfef877b32a6f36353705c610ae05009b12f3ae1 SHA512 203582496d31a8f0e79e46d3353906cbf68d3cd191e1a33e50e056983b63e0556519748e9cdb90cf4302ba6dfc6ab7fa352f743b6f71f6db3e84e576dfc87752
+4 -6
View File
@@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asyncio-powered inotify library"
HOMEPAGE="https://github.com/rbarrois/aionotify https://pypi.org/project/aionotify/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"