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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88793158086 for ; Sun, 10 Oct 2021 16:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE950E088C; Sun, 10 Oct 2021 16:23:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A8C7E088C for ; Sun, 10 Oct 2021 16:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3BF834314E for ; Sun, 10 Oct 2021 16:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0696EA for ; Sun, 10 Oct 2021 16:22:59 +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: <1633882770.741c86d088bbe280c4dc6e14fdb15381538fe070.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tomli/Manifest dev-python/tomli/tomli-1.0.4.ebuild X-VCS-Directories: dev-python/tomli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 741c86d088bbe280c4dc6e14fdb15381538fe070 X-VCS-Branch: master Date: Sun, 10 Oct 2021 16:22:59 +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: 9b904c75-f8c3-4609-b3dc-60a8cf9aa904 X-Archives-Hash: 26762072f19e218ca598f48e6a3bf3b4 commit: 741c86d088bbe280c4dc6e14fdb15381538fe070 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 10 16:19:30 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 10 16:19:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741c86d0 dev-python/tomli: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/tomli/Manifest | 1 - dev-python/tomli/tomli-1.0.4.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/tomli/Manifest b/dev-python/tomli/Manifest index 7dd92b5d476..bd0dd32594a 100644 --- a/dev-python/tomli/Manifest +++ b/dev-python/tomli/Manifest @@ -1,2 +1 @@ -DIST tomli-1.0.4.gh.tar.gz 120508 BLAKE2B bd75568315b405598578b395ec0e20b7f37e9ceee58f145cda8adaf58a3fa549cd35902650f5b2aa84b764ab32eac8a21d3ffd94c0c4c43eab3c3a0b49203a71 SHA512 e30e06ea805c94359596c3d6db82464ccafcdde0172cae12d62c889c70986159b3198cf465183854bef1b048c21e487c2b0dad2825e2477d363885e749b238ee DIST tomli-1.2.1.gh.tar.gz 122701 BLAKE2B d0280bb81a6e931a175c6ef2c58b4f36b1237f99a73331cbb95f98b9e68a98a4c6a635aa12751ac46492c2b1a06a821f1ae70cd0c36f268998488e824f3e577c SHA512 34f9529b137331b0ae03ac99170b3f6509847356594be14166bae306ea4fbbddff808ffe0c48d05434f72d223a2f35b511675217053029d287725b7142fbd089 diff --git a/dev-python/tomli/tomli-1.0.4.ebuild b/dev-python/tomli/tomli-1.0.4.ebuild deleted file mode 100644 index 169eb9c1465..00000000000 --- a/dev-python/tomli/tomli-1.0.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="A lil' TOML parser" -HOMEPAGE=" - https://pypi.org/project/tomli/ - https://github.com/hukkin/tomli/" -SRC_URI=" - https://github.com/hukkin/tomli/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos" - -BDEPEND=" - test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -src_prepare() { - # we don't use pyproject.toml to avoid circular deps - cat > setup.py <<-EOF || die - from setuptools import setup - setup(name="tomli", version="${PV}", packages=["tomli"], package_data={"": ["*"]}) - EOF - - distutils-r1_src_prepare -}