From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41DC3138350 for ; Sat, 28 Mar 2020 17:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3AA3E0A90; Sat, 28 Mar 2020 17:44:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BFAAE0A82 for ; Sat, 28 Mar 2020 17:44:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8087034FA83 for ; Sat, 28 Mar 2020 17:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 979E61BB for ; Sat, 28 Mar 2020 17:44:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585417445.720db24f4cce6c577488afd5e20143b72fd3908d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykwalify/Manifest dev-python/pykwalify/pykwalify-1.5.2.ebuild X-VCS-Directories: dev-python/pykwalify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 720db24f4cce6c577488afd5e20143b72fd3908d X-VCS-Branch: master Date: Sat, 28 Mar 2020 17:44:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88f0e2a5-4ae5-4e6c-915c-67d7a08848c0 X-Archives-Hash: b602099c4b972a48bc35037677889668 commit: 720db24f4cce6c577488afd5e20143b72fd3908d Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 17:37:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 17:44:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720db24f dev-python/pykwalify: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pykwalify/Manifest | 1 - dev-python/pykwalify/pykwalify-1.5.2.ebuild | 37 ----------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/pykwalify/Manifest b/dev-python/pykwalify/Manifest index 6ebe796606c..feb43bfc373 100644 --- a/dev-python/pykwalify/Manifest +++ b/dev-python/pykwalify/Manifest @@ -1,2 +1 @@ -DIST pykwalify-1.5.2.tar.gz 42965 BLAKE2B a4c0479e12975e3b603c9293bbce04564415c07ffad88b54784aa6e723465c097f50a732bf2925833f80fc5e6c86cdd39b72ebd76f4b1ba118e9e2991e2dc2ae SHA512 1ec425f4a755dfd6e94b7e6ed098b49919e4d0de46c984e73c6452370ecb8898dc00cc383b01b27153b0d5e12dd6f5d1df4f6324e1e4f9413ed7a4d1565c5d50 DIST pykwalify-1.7.0.tar.gz 69402 BLAKE2B ad2ecafad8457509a5517917cd3bbb078a244a9ef96e5560efc4f6b0c4a3939df7f20a9e3e72e43be97edb8af6315d49e2c2f3248aaf17d3c4f0962f60132185 SHA512 d0db48814712dc26eeac8f00ee0751a006c8b00521c9829e3c1a4ecedd6083194e9e28da1ed3c13eaff30d9b5c3dd1dbb499ba8864251400e34c23911110d848 diff --git a/dev-python/pykwalify/pykwalify-1.5.2.ebuild b/dev-python/pykwalify/pykwalify-1.5.2.ebuild deleted file mode 100644 index 5afa8ea89c6..00000000000 --- a/dev-python/pykwalify/pykwalify-1.5.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python lib/cli for JSON/YAML schema validation" -HOMEPAGE="https://pypi.org/project/pykwalify/ https://github.com/Grokzen/pykwalify" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/docopt-0.6.2 - >=dev-python/pyyaml-3.11 - >=dev-python/python-dateutil-2.4.2 -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/testfixtures[${PYTHON_USEDEP}] - ) -" - -PATCHES=( "${FILESDIR}"/${PN}-1.4.0-S.patch ) - -python_test() { - py.test || die -}