diff --git a/dev-python/matrix-nio/Manifest b/dev-python/matrix-nio/Manifest index aa0cd6a..bb61696 100644 --- a/dev-python/matrix-nio/Manifest +++ b/dev-python/matrix-nio/Manifest @@ -1,2 +1,2 @@ -DIST matrix-nio-0.15.1.tar.gz 227809 BLAKE2B a026cb421d09ccd0949382024587a196999d09733bd76fa1a79c7423e1543b2e42209ebb39c08a227e0c7d3821ee2e2cf17253aceaa36e7be0540c0455032474 SHA512 0bcc0321e1e679e02257062ae3390a677bf5d23bf8b8ddb967037aea4120c80ed5ea37060b574e7d830b467f2b581864331db393ff4977df6fc865863f8dbd67 DIST matrix-nio-0.15.2.tar.gz 227937 BLAKE2B 97f45be4c6449e3e9e0e64e41502e8d8fe2170e86a37ea1e0a19accab82e7979d3c92a2633652e01ae288c116894d16699ac9c77607b930da2fb5d2b714a079a SHA512 2805ac328425b5686320da969838d865d6ab17ede59b372ff9c04923ac246aa86a552e480b305c4769524f599393d6cc4a7ff75bae250d3cfebff8b8b9ed710e +DIST matrix-nio-0.16.0.tar.gz 228958 BLAKE2B 4b863f5dbf14334d3db0b346a79bb9cff34968b07d6c7a232416d5d38513dc1055c2ebe2c4c2eb6d15f603b062b12e46843d9362c3f35b5eafde9b9e4625e46f SHA512 5ae84a9cb8ba3f0a2f3fc3f4da39f4df54a74cd22e2508d8345c54edd2b9a5d944adcf0b466f631cd8fc0e89aae77519af86629bfb366d9ef6de0e357ff5139c diff --git a/dev-python/matrix-nio/matrix-nio-0.15.1.ebuild b/dev-python/matrix-nio/matrix-nio-0.16.0.ebuild similarity index 94% rename from dev-python/matrix-nio/matrix-nio-0.15.1.ebuild rename to dev-python/matrix-nio/matrix-nio-0.16.0.ebuild index 625a8d9..0e4cc3d 100644 --- a/dev-python/matrix-nio/matrix-nio-0.15.1.ebuild +++ b/dev-python/matrix-nio/matrix-nio-0.16.0.ebuild @@ -4,6 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9}) +DISTUTILS_USE_SETUPTOOLS="pyproject.toml" + inherit distutils-r1 DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" @@ -15,6 +17,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="e2e" + RDEPEND=" dev-python/future dev-python/aiohttp