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 81FAE138350 for ; Sat, 28 Mar 2020 18:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F34E0AB0; Sat, 28 Mar 2020 18:26:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 53264E0AB9 for ; Sat, 28 Mar 2020 18:26:08 +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 E22B334FA7C for ; Sat, 28 Mar 2020 18:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 886401B1 for ; Sat, 28 Mar 2020 18:26:02 +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: <1585419087.ee00ff349aa0c359c15b2b66412cf5f0d16996dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysmi/Manifest dev-python/pysmi/pysmi-0.1.3.ebuild dev-python/pysmi/pysmi-0.3.1.ebuild X-VCS-Directories: dev-python/pysmi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee00ff349aa0c359c15b2b66412cf5f0d16996dd X-VCS-Branch: master Date: Sat, 28 Mar 2020 18:26:02 +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: 459cd6fd-543d-4662-a37b-962d1126f304 X-Archives-Hash: 0fa905c5fbd20c5043cd6b211aca0528 commit: ee00ff349aa0c359c15b2b66412cf5f0d16996dd Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 18:11:27 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 18:11:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee00ff34 dev-python/pysmi: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pysmi/Manifest | 2 -- dev-python/pysmi/pysmi-0.1.3.ebuild | 21 --------------------- dev-python/pysmi/pysmi-0.3.1.ebuild | 18 ------------------ 3 files changed, 41 deletions(-) diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest index d653584a4b7..5550566f7aa 100644 --- a/dev-python/pysmi/Manifest +++ b/dev-python/pysmi/Manifest @@ -1,3 +1 @@ -DIST pysmi-0.1.3.tar.gz 78325 BLAKE2B 8f82d86e096a47944eccbd4b7ef846f3d9ca155f3f6e0790eecad88cf872c20a725a4071c8c2b9295fc348fa20efbd41ae7d0479cbd4ffe054e9956a6b6784f1 SHA512 d321fbbc68e4b6b2b18de5c1215dc450ad2ba2ea6c70cbeee9d981d2e2106b59582eae42b09da72bc02af789f7f58a6fc97712869b74f0137d8f7fd7238b2211 -DIST pysmi-0.3.1.tar.gz 93003 BLAKE2B 91fa382aa693d8849299baf27a2fe10116441cc0661aa553321d9b5584e64751df547172f185e207a7eb0c6438ded60a0acef5aa51263cc1f29219dd8cdef2fc SHA512 b7ffff85689a1f99c53fdfecaed3d9dc1b5c3685388695e715cde9b42eb8511aac8a47b04dcce243c0fb09a4823a799d80a0033ed576637356b991c71bc660c8 DIST pysmi-0.3.4.tar.gz 93985 BLAKE2B 71b0ed936c196381f895b4f56e8e2e328ac274b08801a77b404b964201e00f8da2cbce2719414da358a4feb7992a3d04e732942f6e7006a0cceea4496f96b758 SHA512 720c8948a590130583d6ea388f0ade5d3bfe9e845821add7ffbf1b5495b5fe00b768ffb94f67b82465c6d86234f5306c6e1a5c2e49f4825bb9c31a0df629f7bd diff --git a/dev-python/pysmi/pysmi-0.1.3.ebuild b/dev-python/pysmi/pysmi-0.1.3.ebuild deleted file mode 100644 index d31475e12df..00000000000 --- a/dev-python/pysmi/pysmi-0.1.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2017-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_6} ) -inherit distutils-r1 - -DESCRIPTION="Python Lex & Yacc" -HOMEPAGE="https://github.com/etingof/pysmi" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" -IUSE="" - -RDEPEND=" - dev-python/ply[${PYTHON_USEDEP}] -" -DEPEND="" diff --git a/dev-python/pysmi/pysmi-0.3.1.ebuild b/dev-python/pysmi/pysmi-0.3.1.ebuild deleted file mode 100644 index 6ac3e68b21d..00000000000 --- a/dev-python/pysmi/pysmi-0.3.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2017-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_6} ) -inherit distutils-r1 - -DESCRIPTION="Python Lex & Yacc" -HOMEPAGE="https://github.com/etingof/pysmi" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" - -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"