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 3F04F15803E for ; Sat, 6 Jan 2024 09:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC73F2BC063; Sat, 6 Jan 2024 09:54:29 +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 CD78E2BC066 for ; Sat, 6 Jan 2024 09:54:29 +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 E6BA03430E7 for ; Sat, 6 Jan 2024 09:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52DB714B5 for ; Sat, 6 Jan 2024 09:54:26 +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: <1704534700.779394add9b11e7e39b27b6fb8549aaa957f8729.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/expandvars/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/expandvars/Manifest dev-python/expandvars/expandvars-0.11.0.ebuild X-VCS-Directories: dev-python/expandvars/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 779394add9b11e7e39b27b6fb8549aaa957f8729 X-VCS-Branch: master Date: Sat, 6 Jan 2024 09:54:26 +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: 744a434b-02dc-4659-8bca-ac0fc05b52cd X-Archives-Hash: 7f1a5a783adc9a6b416c6d1f1f475527 commit: 779394add9b11e7e39b27b6fb8549aaa957f8729 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 6 09:51:40 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 09:51:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779394ad dev-python/expandvars: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/expandvars/Manifest | 1 - dev-python/expandvars/expandvars-0.11.0.ebuild | 41 -------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-python/expandvars/Manifest b/dev-python/expandvars/Manifest index fe530ced8fc1..9077a823cf92 100644 --- a/dev-python/expandvars/Manifest +++ b/dev-python/expandvars/Manifest @@ -1,2 +1 @@ -DIST expandvars-0.11.0.gh.tar.gz 10663 BLAKE2B cfbcb8bedc61cc8b1e88d4774784518e15846f7ea5ddbf58bd016ea2043dd5b1c9e55af117f6482e05e9ae4ba07e01d0fb471a72719f38191f1a29a9f66387a9 SHA512 e8de6544f2d369728e35c8b862662f348f46673f836f8b14dbdcfdc3dbcb7efda80deb55f8bcd597037ac974752e2463d429ddda3b8502fe19c402c253babf7f DIST expandvars-0.12.0.tar.gz 10909 BLAKE2B 8d58396f237a0a157f4d57fe9cc79058cdb0b7c514eec405769f67f82b1cf0bd91a98a680e4e730c51d65b0fc57b529f33ef10b96159b6027e4c81cbdeb77fc6 SHA512 b6eeb4693800737aef6367f4fb6080963882c59de2276f187565a764f6b800c747c1d98a1dc2e5107a62ccab420e3528064a1b67ccff8494f8ca2ebf96f05cc6 diff --git a/dev-python/expandvars/expandvars-0.11.0.ebuild b/dev-python/expandvars/expandvars-0.11.0.ebuild deleted file mode 100644 index 485cdc981065..000000000000 --- a/dev-python/expandvars/expandvars-0.11.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Expand system variables Unix style" -HOMEPAGE=" - https://github.com/sayanarijit/expandvars/ - https://pypi.org/project/expandvars/ -" -SRC_URI=" - https://github.com/sayanarijit/expandvars/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires toml, useless - tests/test_expandvars.py::test_version -) - -src_prepare() { - # sigh - cat >> pyproject.toml <<-EOF || die - [build-system] - requires = ["poetry-core"] - build-backend = "poetry.core.masonry.api" - EOF - - distutils-r1_src_prepare -}