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 49D8D158010 for ; Fri, 3 Feb 2023 12:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D6CEE086A; Fri, 3 Feb 2023 12:32:23 +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 0F25AE0845 for ; Fri, 3 Feb 2023 12:32:23 +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 30B12340CC4 for ; Fri, 3 Feb 2023 12:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C97B385B for ; Fri, 3 Feb 2023 12:32:20 +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: <1675427534.2e1a0c9a9e9a4c16f6fd901a3404bea90c7fe2a3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/phply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/phply/Manifest dev-python/phply/phply-1.2.5.ebuild X-VCS-Directories: dev-python/phply/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e1a0c9a9e9a4c16f6fd901a3404bea90c7fe2a3 X-VCS-Branch: master Date: Fri, 3 Feb 2023 12:32:20 +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: 74aa6fe4-4717-4d5e-97e2-b0604a6b75ce X-Archives-Hash: 04d19f0ebe02ff2e1e4e86be9ace2825 commit: 2e1a0c9a9e9a4c16f6fd901a3404bea90c7fe2a3 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 3 12:29:23 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 3 12:32:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1a0c9a dev-python/phply: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/phply/Manifest | 1 - dev-python/phply/phply-1.2.5.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/phply/Manifest b/dev-python/phply/Manifest index d8d6efae0c28..0b166cf0d18a 100644 --- a/dev-python/phply/Manifest +++ b/dev-python/phply/Manifest @@ -1,2 +1 @@ -DIST phply-1.2.5.gh.tar.gz 35624 BLAKE2B 99fe9704cef570ad3055fa6c5aaaaed866d3c41c1479efbd29bb3224ae666d2ba13ccca61e6d67a8a0da4542dec79b5fdd201254e1ad638de81fa762049f4d13 SHA512 f0e4d0a6d2dfad5163fb68660602482b6de58c0dbd60d8db2f1df0622a9da3cc24e5fd309299a4a9ccf7abde081644a9a91fac8a2800520859199060f4080dc4 DIST phply-1.2.6.gh.tar.gz 36068 BLAKE2B 766783e047b99330e5af829be875b9ee06fa70222a9c42a8792506ef0c6decc525ca90560f54d9833cdf4516fcd447f19a05d94d595a7e5056ca5d3d89bd1753 SHA512 3d7065971c6839dbe908efbfede1865183aebb0ffea1bb3b1a27c20239736894e52dc9b0a89ad6da152f1d9411dce288cf67a907d86c9838f0516236f0c19dd6 diff --git a/dev-python/phply/phply-1.2.5.ebuild b/dev-python/phply/phply-1.2.5.ebuild deleted file mode 100644 index 84fbb21be9ce..000000000000 --- a/dev-python/phply/phply-1.2.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Lexer and parser for PHP source implemented using PLY" -HOMEPAGE=" - https://github.com/viraptor/phply/ - https://pypi.org/project/phply/" -SRC_URI=" - https://github.com/viraptor/phply/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" - -distutils_enable_tests nose - -src_prepare() { - # namespace? seriously? - sed -i -e '/namespace_packages/d' setup.py || die - # prevent installing tests, turn phply back into normal package - mv tests/__init__.py phply/ || die - distutils-r1_src_prepare -}