diff --git a/dev-python/Rx/Manifest b/dev-python/Rx/Manifest new file mode 100644 index 0000000000000..118d4672457d5 --- /dev/null +++ b/dev-python/Rx/Manifest @@ -0,0 +1 @@ +DIST Rx-1.6.1.tar.gz 89543 BLAKE2B ee0b6c30c794febdd045231ff61a330a512c86a9dd3c56a6afa900c31ca774725d7bf5b589d46b60f79cd1f0bc967b5ab5bc87a58f6d3dbebbdb1b6618db875d SHA512 8602b5175c058e855ac4b67d8feed435f93632da2f4033fe0db54fcbb012a702786b29f97fe3fd641f054c3a61478dccac21c614b5708f7bfb0b986c9951e6a9 diff --git a/dev-python/Rx/Rx-1.6.1.ebuild b/dev-python/Rx/Rx-1.6.1.ebuild new file mode 100644 index 0000000000000..b558de60874e3 --- /dev/null +++ b/dev-python/Rx/Rx-1.6.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Reactive Extensions for Python" +HOMEPAGE="http://reactivex.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/Rx/metadata.xml b/dev-python/Rx/metadata.xml new file mode 100644 index 0000000000000..8f43c182b5fe9 --- /dev/null +++ b/dev-python/Rx/metadata.xml @@ -0,0 +1,11 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + + Rx + +