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 12620158020 for ; Fri, 4 Nov 2022 06:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E8FFE07D1; Fri, 4 Nov 2022 06:16:00 +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 17F07E07D1 for ; Fri, 4 Nov 2022 06:16:00 +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 20074340E81 for ; Fri, 4 Nov 2022 06:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8FA622 for ; Fri, 4 Nov 2022 06:15:57 +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: <1667542443.df9a81d143a8f2b816d7914d5fafc59115d10536.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiffx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydiffx/Manifest dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild X-VCS-Directories: dev-python/pydiffx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: df9a81d143a8f2b816d7914d5fafc59115d10536 X-VCS-Branch: master Date: Fri, 4 Nov 2022 06:15:57 +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: 210f5202-8577-4d93-a3ba-34e7222b0386 X-Archives-Hash: 3ea5d1d7468e71fee297135d857bccb2 commit: df9a81d143a8f2b816d7914d5fafc59115d10536 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 4 06:14:03 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 4 06:14:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9a81d1 dev-python/pydiffx: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pydiffx/Manifest | 1 - dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild | 43 ------------------------------ 2 files changed, 44 deletions(-) diff --git a/dev-python/pydiffx/Manifest b/dev-python/pydiffx/Manifest index c6160e1a2fe9..da088a44fe9b 100644 --- a/dev-python/pydiffx/Manifest +++ b/dev-python/pydiffx/Manifest @@ -1,2 +1 @@ -DIST diffx-pydiffx-release-1.0.1.tar.gz 82838 BLAKE2B 80ac477ff6b72dd089f134afc988251b20f7675e05c429e12238800145ed70f57acca835ddfdd77a2b22e53767b77d741537aad02f93bdefcee06a44965c7904 SHA512 dcb6b9dad321c5bec940d13dcf64853587c4e7636d34ea3ac4bc2b54df8915e1ac9804932034c069fcfba5f10f05972cc7dc46ba0d37c2e08c684bcbb2c2409e DIST diffx-pydiffx-release-1.1.gh.tar.gz 83721 BLAKE2B fb38b40f4385e00bd8ac45111ac6308b8a5ba7148e74c020c9e7c6b5480466b2301e580f93c98d761087f443339394c124eee061edafd454f0d71839103a6caf SHA512 596d9d70134cadcbdb8fbdd10fe22f8922276d1a822c60430e765b70b0fba9cd16578c94743aef4afaae7ab8409cc2e171028a154cd1231ad6c54dbe229b93e3 diff --git a/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild b/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild deleted file mode 100644 index 92f4b98b4615..000000000000 --- a/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild +++ /dev/null @@ -1,43 +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 - -MY_P=diffx-pydiffx-release-${PV} -DESCRIPTION="Python module for reading and writing DiffX files" -HOMEPAGE=" - https://diffx.org/pydiffx/ - https://github.com/beanbaginc/diffx/ - https://pypi.org/project/pydiffx/ -" -SRC_URI=" - https://github.com/beanbaginc/diffx/archive/pydiffx/release-${PV}.tar.gz - -> ${MY_P}.tar.gz -" -S=${WORKDIR}/${MY_P}/python - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/kgb[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -src_prepare() { - # remove .dev tag that breaks revdeps - sed -i -e '/tag_build/d' setup.cfg || die - distutils-r1_src_prepare -}