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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 485BC158020 for ; Mon, 14 Nov 2022 04:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D17BE0882; Mon, 14 Nov 2022 04:34:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 052EDE0882 for ; Mon, 14 Nov 2022 04:34:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7847340CC7 for ; Mon, 14 Nov 2022 04:34:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE59074D for ; Mon, 14 Nov 2022 04:34:13 +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: <1668400281.07c4c49a5aeeb3a14121e7befdf72b4eb9cd2b8c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/antlr4-python3-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/antlr4-python3-runtime/Manifest dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.1.ebuild X-VCS-Directories: dev-python/antlr4-python3-runtime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07c4c49a5aeeb3a14121e7befdf72b4eb9cd2b8c X-VCS-Branch: master Date: Mon, 14 Nov 2022 04:34:13 +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: 9993fff4-45c6-4c53-b695-7827b0bad608 X-Archives-Hash: 14b4e5c126a52704c1bbb9aff3f00c0b commit: 07c4c49a5aeeb3a14121e7befdf72b4eb9cd2b8c Author: Michał Górny gentoo org> AuthorDate: Mon Nov 14 04:31:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 14 04:31:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c4c49a dev-python/antlr4-python3-runtime: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/antlr4-python3-runtime/Manifest | 1 - .../antlr4-python3-runtime-4.10.1.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/antlr4-python3-runtime/Manifest b/dev-python/antlr4-python3-runtime/Manifest index 61b9f77d9bf6..c99f021c0595 100644 --- a/dev-python/antlr4-python3-runtime/Manifest +++ b/dev-python/antlr4-python3-runtime/Manifest @@ -1,2 +1 @@ -DIST antlr-4.10.1.tar.gz 4599964 BLAKE2B 72688b3835350da11c015558a2840428fe69332a7b48992e118cb410005efce6ca5e02e8e5b1cf5edbf2cea506ec30fe516cce5061c52febbdb71f735c1c2cd1 SHA512 d950171d279b57b0fa977c77dd33e56848ca0aaf7f6ba40e5d49d69d5963e4c2e36fde5ee89e98c594064a909396d6fed9cc20129c3a1895d864eb889581e982 DIST antlr-4.11.1.gh.tar.gz 4383139 BLAKE2B ac6e49ae8d4d44923e40eba98fa2c850cb594929ae1a29223678377aabe6f35d57f95e125393aa6b7145828c876442608883356b594ab43346c891ca932d9fd5 SHA512 a81f2ebcbcb6e63eb651731ceafab55f66401a3da0a6b2688cfe96d3bda299542dab5b05aaf4c8a8520ba32891b23adbf912011a4e45afae492a2a350d333ae9 diff --git a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.1.ebuild b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.1.ebuild deleted file mode 100644 index 9240a6802564..000000000000 --- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python 3 runtime for ANTLR" -HOMEPAGE=" - https://www.antlr.org/ - https://github.com/antlr/antlr4/ - https://pypi.org/project/antlr4-python3-runtime/ -" -SRC_URI=" - https://github.com/antlr/antlr4/archive/${PV}.tar.gz - -> antlr-${PV}.tar.gz -" -S="${WORKDIR}/antlr4-${PV}/runtime/Python3" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -python_test() { - "${EPYTHON}" tests/run.py -v || die "Tests failed with ${EPYTHON}" -}