From a52918fb0fcd0f5948432a7c0044e9178380fc2e Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 6 Feb 2023 21:39:42 +0100 Subject: [PATCH] dev-python/Rx: new package, add 1.6.3 --- dev-python/Rx/Manifest | 1 + dev-python/Rx/Rx-1.6.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/Rx/Manifest create mode 100644 dev-python/Rx/Rx-1.6.3.ebuild diff --git a/dev-python/Rx/Manifest b/dev-python/Rx/Manifest new file mode 100644 index 0000000..0be5cf9 --- /dev/null +++ b/dev-python/Rx/Manifest @@ -0,0 +1 @@ +DIST Rx-1.6.3.tar.gz 97455 BLAKE2B 142ab72fbc6c6b5fcb7b15cdcb9d53a6e64c9eb992b2b6b438339162e88b7fcd004e3e363c709e856f1802e72d73e3a196c4d3b783a85284e99cc791290c3e85 SHA512 3eb8df851a75b89ffd49f63a1de0b3856190d9fb15d1bbcde0eef2478a6446920ed07a9815f9e6f826c625b39cef3b8e8a427278ae1e8f9d9595715a74f1e3dd diff --git a/dev-python/Rx/Rx-1.6.3.ebuild b/dev-python/Rx/Rx-1.6.3.ebuild new file mode 100644 index 0000000..89714f8 --- /dev/null +++ b/dev-python/Rx/Rx-1.6.3.ebuild @@ -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=""