From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E08BB15808A for ; Sat, 02 Aug 2025 05:21:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CE478340E92 for ; Sat, 02 Aug 2025 05:21:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4F31311056B; Sat, 02 Aug 2025 05:20:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 46EB511056B for ; Sat, 02 Aug 2025 05:20:54 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3536340DD1 for ; Sat, 02 Aug 2025 05:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 117A732CA for ; Sat, 02 Aug 2025 05:20:51 +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: <1754112041.579fc90dcdb4828d89cb5bd03e249b44f48f4950.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/environs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/environs/Manifest dev-python/environs/environs-14.1.1.ebuild X-VCS-Directories: dev-python/environs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 579fc90dcdb4828d89cb5bd03e249b44f48f4950 X-VCS-Branch: master Date: Sat, 02 Aug 2025 05:20:51 +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: 97bb508d-6212-4010-9148-160ba8029627 X-Archives-Hash: 7071dedf3aad7d9b7c1a1e3049aa4908 commit: 579fc90dcdb4828d89cb5bd03e249b44f48f4950 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 2 04:36:05 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 2 05:20:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579fc90d dev-python/environs: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/environs/Manifest | 1 - dev-python/environs/environs-14.1.1.ebuild | 45 ------------------------------ 2 files changed, 46 deletions(-) diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest index 488a4b564d29..fe95bbd442cb 100644 --- a/dev-python/environs/Manifest +++ b/dev-python/environs/Manifest @@ -1,2 +1 @@ -DIST environs-14.1.1.gh.tar.gz 44987 BLAKE2B d409fdb38faa65b45e4ec147acfc6050eb9a9993cf93bc90939ffdc33421b44aa522cd397767d0d41370b994f914741e9ee6af24095c72321e7875f5c88440c1 SHA512 fdbbd25304200db383705fc7940a9ec6e9ed851c7fbb57a3af08ebec8d825a6d2e3c5ecaa13adcdfe5405e49da67104f600003c05b75e9758a7a15cca14e4d5d DIST environs-14.2.0.gh.tar.gz 45178 BLAKE2B 167c96d0a0845d25b38d7b2f2cefc3f00eb5468be3c70667944537de008a92b8691f096a44f1a7728ea2bdf88450fec2335f15f186a97732cdbc570797129ca4 SHA512 c1b34cf4cda44864083c14622d020a9c907b9cbcbc0e18ff18e1044bc9fee9fc71a63513118f237141ea32bd72333bcd5e9101b0f3db06c368fb24aa16b1ed5c diff --git a/dev-python/environs/environs-14.1.1.ebuild b/dev-python/environs/environs-14.1.1.ebuild deleted file mode 100644 index b72b45079c97..000000000000 --- a/dev-python/environs/environs-14.1.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for simplified environment variable parsing" -HOMEPAGE=" - https://github.com/sloria/environs/ - https://pypi.org/project/environs/ -" -SRC_URI=" - https://github.com/sloria/environs/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - dev-python/python-dotenv[${PYTHON_USEDEP}] - >=dev-python/marshmallow-3.18.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' 3.10) -" -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - dev-python/backports-strenum[${PYTHON_USEDEP}] - ' 3.10) - dev-python/django-cache-url[${PYTHON_USEDEP}] - dev-python/dj-database-url[${PYTHON_USEDEP}] - dev-python/dj-email-url[${PYTHON_USEDEP}] - ) -" - -DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) - -distutils_enable_tests pytest