summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-03-02 11:16:46 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-03-02 11:17:46 -0500
commit5016a3daecdb0e799b3a8cab3b77b45c184f5def (patch)
tree969147240eb7b8bff16615cde75e10b16226a4bb /dev-python/Rx
parentapp-crypt/rhash-1.3.5: arm64 stable (bug #642236) (diff)
downloadgentoo-5016a3daecdb0e799b3a8cab3b77b45c184f5def.tar.gz
gentoo-5016a3daecdb0e799b3a8cab3b77b45c184f5def.tar.bz2
gentoo-5016a3daecdb0e799b3a8cab3b77b45c184f5def.zip
dev-python/Rx: initial commit
Reactive Extensions for Python. See http://reactivex.io/.
Diffstat (limited to 'dev-python/Rx')
-rw-r--r--dev-python/Rx/Manifest1
-rw-r--r--dev-python/Rx/Rx-1.6.1.ebuild16
-rw-r--r--dev-python/Rx/metadata.xml11
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/Rx/Manifest b/dev-python/Rx/Manifest
new file mode 100644
index 000000000000..118d4672457d
--- /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 000000000000..b558de60874e
--- /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 000000000000..8f43c182b5fe
--- /dev/null
+++ b/dev-python/Rx/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Rx</remote-id>
+ </upstream>
+</pkgmetadata>