diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-09 16:53:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-09 16:53:27 +0000 |
commit | 80208fb578cf92cc308906660ca6d7860c6b2a1f (patch) | |
tree | 6f06818031b553c506fc10dfe9908a835df288aa /dev-python/Rx | |
parent | 06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff) |
gentoo resync : 09.03.2018
Diffstat (limited to 'dev-python/Rx')
-rw-r--r-- | dev-python/Rx/Manifest | 3 | ||||
-rw-r--r-- | dev-python/Rx/Rx-1.6.1.ebuild | 16 | ||||
-rw-r--r-- | dev-python/Rx/metadata.xml | 11 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/Rx/Manifest b/dev-python/Rx/Manifest new file mode 100644 index 000000000000..d0e539956f9a --- /dev/null +++ b/dev-python/Rx/Manifest @@ -0,0 +1,3 @@ +DIST Rx-1.6.1.tar.gz 89543 BLAKE2B ee0b6c30c794febdd045231ff61a330a512c86a9dd3c56a6afa900c31ca774725d7bf5b589d46b60f79cd1f0bc967b5ab5bc87a58f6d3dbebbdb1b6618db875d SHA512 8602b5175c058e855ac4b67d8feed435f93632da2f4033fe0db54fcbb012a702786b29f97fe3fd641f054c3a61478dccac21c614b5708f7bfb0b986c9951e6a9 +EBUILD Rx-1.6.1.ebuild 366 BLAKE2B 134589ba6ac50ba7049595a2ce71cacf6655c54883edba3704947c786c7bebf6490049b805d804420620217f033962ed50154f167716bffce1eeb37332131f2f SHA512 a3ef53f1cc68c5251165a84c8ce3a487b43ff8f7e42afd124bdfa4da50f960593de48fe919c2e1c4cd93921d3118f6e3c86950b59676b206ff73377c6906f6d4 +MISC metadata.xml 327 BLAKE2B c9349fc7bf783920d0f8469ea19b8cf475c4705d3499364ab79a6960e19c3458b7d2a18aa90a470b033003fe461f06d34d25206b702c835e5a311d698d4c2e95 SHA512 382a7e9dd6cf734155229b3acc48060b4d11f2e68b2fe906ad8508ea5de95b1adcd5d23d58b6ff4881f7d5c9f103e64b60787eaebbeff2db8f9b24188dab6395 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> |