dev-python/Rx: new package, add 1.6.3

This commit is contained in:
Alarig Le Lay 2023-02-06 21:39:42 +01:00
parent 8edb4d336b
commit a52918fb0f
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 22 additions and 0 deletions

1
dev-python/Rx/Manifest Normal file
View File

@ -0,0 +1 @@
DIST Rx-1.6.3.tar.gz 97455 BLAKE2B 142ab72fbc6c6b5fcb7b15cdcb9d53a6e64c9eb992b2b6b438339162e88b7fcd004e3e363c709e856f1802e72d73e3a196c4d3b783a85284e99cc791290c3e85 SHA512 3eb8df851a75b89ffd49f63a1de0b3856190d9fb15d1bbcde0eef2478a6446920ed07a9815f9e6f826c625b39cef3b8e8a427278ae1e8f9d9595715a74f1e3dd

View File

@ -0,0 +1,21 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Reactive Extensions (Rx) for Python"
HOMEPAGE="
https://pypi.org/project/rx/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
BDEPEND=""