From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1387806-garchives=archives.gentoo.org@lists.gentoo.org> 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 408C015808D for <garchives@archives.gentoo.org>; Wed, 20 Apr 2022 17:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF623E09AD; Wed, 20 Apr 2022 17:24:51 +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 926A3E09A8 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Apr 2022 17:24:51 +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 95D2C341C22 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Apr 2022 17:24:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13683F6 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Apr 2022 17:24:47 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1650475475.25267cad8fd8e823e0266326535c93f2c0f179bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-std-pathlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild X-VCS-Directories: dev-python/ruamel-std-pathlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25267cad8fd8e823e0266326535c93f2c0f179bf X-VCS-Branch: master Date: Wed, 20 Apr 2022 17:24:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73e3cc56-2e95-471f-a88d-3f7dd6b0e5be X-Archives-Hash: 9938c144a287aa712b8575aa40d25e83 commit: 25267cad8fd8e823e0266326535c93f2c0f179bf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 20 16:14:45 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 20 17:24:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25267cad dev-python/ruamel-std-pathlib: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../ruamel-std-pathlib-0.9.2.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild deleted file mode 100644 index f40af8370d46..000000000000 --- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2.ebuild +++ /dev/null @@ -1,34 +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=( pypy3 python3_{8..10} ) - -inherit distutils-r1 - -MY_P="${PN//-/.}-${PV}" -DESCRIPTION="Ruamel enhancements to pathlib and pathlib2" -HOMEPAGE=" - https://pypi.org/project/ruamel.std.pathlib/ - https://sourceforge.net/projects/ruamel-std-pathlib/ -" -# PyPI tarballs do not include tests -SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz -> ${P}.tar.xz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - dev-python/namespace-ruamel[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_install() { - distutils-r1_python_install - find "${ED}" -name '*.pth' -delete || die -}