summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:40:57 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:51:10 +0200
commite7089238a9a5d58198b6d057259466689f1d4376 (patch)
treea3fac003d96ec086358b949cc2472903fdbf3b95 /dev-python/Rx
parentdev-python/PySDL2: Remove redundant versions (diff)
downloadgentoo-e7089238a9a5d58198b6d057259466689f1d4376.tar.gz
gentoo-e7089238a9a5d58198b6d057259466689f1d4376.tar.bz2
gentoo-e7089238a9a5d58198b6d057259466689f1d4376.zip
dev-python/Rx: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Rx')
-rw-r--r--dev-python/Rx/Manifest1
-rw-r--r--dev-python/Rx/Rx-1.6.1.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/Rx/Manifest b/dev-python/Rx/Manifest
index 8ad0bfc293ab..c65dbaf4664f 100644
--- a/dev-python/Rx/Manifest
+++ b/dev-python/Rx/Manifest
@@ -1,2 +1 @@
-DIST Rx-1.6.1.tar.gz 89543 BLAKE2B ee0b6c30c794febdd045231ff61a330a512c86a9dd3c56a6afa900c31ca774725d7bf5b589d46b60f79cd1f0bc967b5ab5bc87a58f6d3dbebbdb1b6618db875d SHA512 8602b5175c058e855ac4b67d8feed435f93632da2f4033fe0db54fcbb012a702786b29f97fe3fd641f054c3a61478dccac21c614b5708f7bfb0b986c9951e6a9
DIST Rx-3.1.0.tar.gz 890293 BLAKE2B 268f6df5450d1235d50f9aee5cd43fe6e229acf7b2ddab5f1f97e80594aeff7beaa280fe272ac9cc8b80dc6874f4bb76e438e94c09712f2c37e72d8d40f9f283 SHA512 1d9f6639ef08dc991326b95fcbf0978adea55b35acab653fc16bd94ccf2ad3a1515e8cb4e8d2ff38d7a506306e310394339a8651a2a02fa22bfb7f17d86297f1
diff --git a/dev-python/Rx/Rx-1.6.1.ebuild b/dev-python/Rx/Rx-1.6.1.ebuild
deleted file mode 100644
index 82172fce71f3..000000000000
--- a/dev-python/Rx/Rx-1.6.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_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"