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 92622158010 for ; Sun, 8 Jan 2023 05:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5A10E086D; Sun, 8 Jan 2023 05:21:07 +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 3DC9DE086D for ; Sun, 8 Jan 2023 05:21:07 +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 5F3B3341047 for ; Sun, 8 Jan 2023 05:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5DC0824 for ; Sun, 8 Jan 2023 05:21:03 +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: <1673155259.e395e8b396ae9fdc39a77950e38d263e3af02c7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/utidylib/Manifest dev-python/utidylib/utidylib-0.8.ebuild X-VCS-Directories: dev-python/utidylib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e395e8b396ae9fdc39a77950e38d263e3af02c7f X-VCS-Branch: master Date: Sun, 8 Jan 2023 05:21:03 +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: 18b9214b-e6ff-414e-a499-23fd6290a778 X-Archives-Hash: d0ac240a295a8a666582673620e4459e commit: e395e8b396ae9fdc39a77950e38d263e3af02c7f Author: Michał Górny gentoo org> AuthorDate: Sun Jan 8 05:19:46 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 8 05:20:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e395e8b3 dev-python/utidylib: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/utidylib/Manifest | 1 - dev-python/utidylib/utidylib-0.8.ebuild | 36 --------------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/utidylib/Manifest b/dev-python/utidylib/Manifest index 66e38efbc0a0..5af7559ce235 100644 --- a/dev-python/utidylib/Manifest +++ b/dev-python/utidylib/Manifest @@ -1,2 +1 @@ -DIST utidylib-0.8.gh.tar.gz 15285 BLAKE2B 85f0ec1a969f31cb952e326a5bce5f51d9a5bacdf33d7e703cc3a464621df86f568921a9dd17755be67d49c02631782cdabb4112ee7cf8e321079656bb362122 SHA512 cb9c868337e1bbfa80ac36ca1b3f85c4e35f62acb67dbd321167d568da17d9e562fdca6b777d88c08e03107401fbadc7cdebf243654bcde9825259117e36392f DIST utidylib-0.9.gh.tar.gz 15778 BLAKE2B 54c9b9b7c0615ac49a90567357f119643311dd6ee2848dcdfcbe00b93431672ee6954738627c0b3fa984a8f2c7b9e127cc1edac06f9760a252621317d2266476 SHA512 58ca8a43ba2e933f02111939ee8496bb63b17220ce5a6fa3cb731659e89000baa17409c10968308cd86bb2a9dc4819ef2029245eecdb3c7a3fa57404f37004fc diff --git a/dev-python/utidylib/utidylib-0.8.ebuild b/dev-python/utidylib/utidylib-0.8.ebuild deleted file mode 100644 index fe3261dc7a97..000000000000 --- a/dev-python/utidylib/utidylib-0.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="TidyLib Python wrapper" -HOMEPAGE=" - https://cihar.com/software/utidylib/ - https://github.com/nijel/utidylib/ - https://pypi.org/project/uTidylib/ -" -SRC_URI=" - https://github.com/nijel/utidylib/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ppc ppc64 ~riscv x86" - -RDEPEND=" - >=app-text/htmltidy-5.0.0 -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -EPYTEST_DESELECT=( - # https://github.com/nijel/utidylib/issues/9 - tidy/test_tidy.py::TidyTestCase::test_missing_load -)