From b06f0bdf544abcbad91a2c2cd1165367fe1dd32b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 27 Nov 2019 11:54:27 +0100 Subject: [PATCH] dev-python/hypothesis: Remove redudant versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/hypothesis/Manifest | 3 - .../hypothesis/hypothesis-4.45.1.ebuild | 58 ------------------- .../hypothesis/hypothesis-4.46.0.ebuild | 58 ------------------- .../hypothesis/hypothesis-4.46.1.ebuild | 58 ------------------- 4 files changed, 177 deletions(-) delete mode 100644 dev-python/hypothesis/hypothesis-4.45.1.ebuild delete mode 100644 dev-python/hypothesis/hypothesis-4.46.0.ebuild delete mode 100644 dev-python/hypothesis/hypothesis-4.46.1.ebuild diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest index 98e9d070ff6e..dddbef8daa8a 100644 --- a/dev-python/hypothesis/Manifest +++ b/dev-python/hypothesis/Manifest @@ -2,7 +2,4 @@ DIST hypothesis-python-3.59.1.tar.gz 500529 BLAKE2B 5c171045e363f2337d7ca30797b9 DIST hypothesis-python-3.74.3.tar.gz 552616 BLAKE2B e19a0991e7ae2fa6208c81d336cc66e3392bb78663f567fe28b570a1463a5359ccf713776f1f9cbd19a27a53b9a71a5be6eedfa05599fa12c047c373aa339592 SHA512 f4927d6e908a9222fa06f82ad6e4cf90c62a0a3d0c7632c17ee57a3705239901fcb5dbbcfca402c153bf2bea9dde0e51c852d2024ed5a236888327963fe13a3e DIST hypothesis-python-4.15.0.tar.gz 1175925 BLAKE2B f3e3888b3f4e542d567bdaad2582eb23bd8ab2e218f1bde82ba1639123f32e8c147313c22b15781d8986574813b5f6eb7c23ce28367e86bb304d33a23f179fa0 SHA512 7d9788b351196fc20e66e210b7d60b4ddb1507b85cf5a29de228600e07f676ccd1352f5d2ab0820b3c8c1a1e8ff145225f00a25aec5f325cc7405ffd0dfcd9f7 DIST hypothesis-python-4.44.2.tar.gz 3240386 BLAKE2B 3fe3295ba1f7401e1fb74af894d91eda525f8ef51eb893f1f8e5224cead8572f3c06f6a4bb345c123e56ed06d0676c85dc4477a80e54480baa6bd9f5f2bc069e SHA512 bebc5da337fa74a75d08cb57531c2f6b8ba1ab16d1a3d9be8348cd56ada1ab25a34e3b812a4aa71bf172bc97ebc8df0accdad37466f9162c3f8f2a8edbea9da9 -DIST hypothesis-python-4.45.1.tar.gz 3252805 BLAKE2B ec319d9432ebf723668e14e5f7a07f5aee0736e477eb102f79a528537aae1e2bcca1dfb6e12117026b1976f25cb720f5a0ed389f0c942715eab8470ec8aa0833 SHA512 6da73332c7e48ea9608732117633f6c3960c944ce03a5f67ecb72d2fad2ccb035ea3116762f9512f53735489d87e90a32631b01ee3ab679c8ca65bdebd47c785 -DIST hypothesis-python-4.46.0.tar.gz 3253156 BLAKE2B 5e73fdb756aa2fa0b10342d11addeed6a0b258f24ae1ee5fa231fae7ad98d1fcaa792713fc70f05f49408363c29e03571f1aa3b7e7d0810fcb436af53ef9f2ce SHA512 5d3bc696c35e189f594dc69eaa74af7b51710dac46aad48c8978ef8425c0b614aabae03e62e4fdf5dcb98d0284b56ccc1ca7af87c6eee763e686ab84c19b82ec -DIST hypothesis-python-4.46.1.tar.gz 3253625 BLAKE2B ffdc12b26ee486aefafdb477b20ccb05f4790cd7a4ca7a73c0316b9279300f949cdfc7a97f398047cc09c8c386f5297594cc70714dfdc7109aecd829933405fb SHA512 bf27e9f2938ec42459432593abac38871dd80b671738e7650effc8103b49e945819b2528c7976867b6d9c570bcfb87125d51d03e3321a3b4aa2178fc2661f923 DIST hypothesis-python-4.47.1.tar.gz 3253826 BLAKE2B 6daae1eef6c36b874f44d1e3c7a4ebd18e76c6a4d1543062cc53bbb93d65e1e0a441b084c97cb13f79867e4e77830c2ce71ef779f7086fdfb99756226911d81b SHA512 e3de34822b018a3d7ef474a90eff6b74ce3f214e374cadec34af80b8bdea90bcbc4f8e3de6cac9218729d99e8ffa12dd8216a53078801ba45b76552fac2a6c35 diff --git a/dev-python/hypothesis/hypothesis-4.45.1.ebuild b/dev-python/hypothesis/hypothesis-4.45.1.ebuild deleted file mode 100644 index 3def9e851218..000000000000 --- a/dev-python/hypothesis/hypothesis-4.45.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) -PYTHON_REQ_USE="threads(+),sqlite" - -inherit distutils-r1 eutils - -DESCRIPTION="A library for property based testing" -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis https://pypi.org/project/hypothesis/" -SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy) -" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - >=dev-python/pytest-4.3[${PYTHON_USEDEP}] - !!