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 6A543158090 for ; Mon, 16 May 2022 13:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B047DE0A0B; Mon, 16 May 2022 13:30:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 96679E0A0B for ; Mon, 16 May 2022 13:30:58 +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 D8AA23415E4 for ; Mon, 16 May 2022 13:30:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C13475 for ; Mon, 16 May 2022 13:30:55 +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: <1652707688.7f5f15ea8fe8637510d14925b5286545b1fe538f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/textX/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/textX/Manifest dev-python/textX/textX-1.4.ebuild X-VCS-Directories: dev-python/textX/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f5f15ea8fe8637510d14925b5286545b1fe538f X-VCS-Branch: master Date: Mon, 16 May 2022 13:30:55 +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: 4957f4b7-7745-4246-a55b-e95b658ad8b1 X-Archives-Hash: 1de65985383f011b86d3f6ed6d84690f commit: 7f5f15ea8fe8637510d14925b5286545b1fe538f Author: Michał Górny gentoo org> AuthorDate: Mon May 16 13:28:08 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 13:28:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5f15ea dev-python/textX: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/textX/Manifest | 1 - dev-python/textX/textX-1.4.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/textX/Manifest b/dev-python/textX/Manifest index 2010f82f0da7..eb2765dfa11d 100644 --- a/dev-python/textX/Manifest +++ b/dev-python/textX/Manifest @@ -1,2 +1 @@ -DIST textX-1.4.tar.gz 21967 BLAKE2B b9e5b15715e370795470be855e0425075b1f704cab0ea2f24021345d8748f9f1a36e84618207c7684cadf86dae2ee0d613af3aaf217a881ba922385a544064ba SHA512 7783f4dd1358d8e0df126f1be893c58e32f57015fd577bd20d00a17b63111d6e48222c9b78420a307fcd0833f6d9ac3a1398d55986681251f7c378cdcd68c8a4 DIST textX-3.0.0.gh.tar.gz 1827894 BLAKE2B 1b4dff3919838b8aa27faee9387fafd6771891b730c221e10a5f2593d138634950d6ced5a7344944913d99e591ed87adfac403add582baa50b0b94c9c6498572 SHA512 59b175a3f68b0a5b9b3522e814602c791df3fa7dffb8fabffdeed79ce746ae698ee61c748ce991d8cfee15e094c9437530912e84bdeed4531d0bd96d07477c90 diff --git a/dev-python/textX/textX-1.4.ebuild b/dev-python/textX/textX-1.4.ebuild deleted file mode 100644 index e32c8487351d..000000000000 --- a/dev-python/textX/textX-1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{8..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Meta-language for DSL implementation inspired by Xtext" -HOMEPAGE="https://pypi.org/project/textX/ https://github.com/igordejanovic/textX" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -# pypi tarball omits tests -RESTRICT="test" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/Arpeggio[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -python_test() { - py.test -v tests/functional || die "tests failed" -}