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 B94E615808B for ; Sat, 5 Oct 2024 07:10:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6EF5E29A4; Sat, 5 Oct 2024 07:10:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9877BE29A4 for ; Sat, 5 Oct 2024 07:10:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5BE8343006 for ; Sat, 5 Oct 2024 07:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425E71F42 for ; Sat, 5 Oct 2024 07:10:43 +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: <1728112099.2a6269a47249523eeb458f2e2c3d06b3d03c0d30.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/validators/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/validators/Manifest dev-python/validators/validators-0.33.0.ebuild X-VCS-Directories: dev-python/validators/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a6269a47249523eeb458f2e2c3d06b3d03c0d30 X-VCS-Branch: master Date: Sat, 5 Oct 2024 07:10:43 +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: 9b6cd175-6c08-4353-9e3c-93aa5127931f X-Archives-Hash: 6364378025c6c896d9e8f89697b851de commit: 2a6269a47249523eeb458f2e2c3d06b3d03c0d30 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 5 07:08:19 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 07:08:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6269a4 dev-python/validators: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/validators/Manifest | 1 - dev-python/validators/validators-0.33.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest index 41fe307b9ff4..47890c9a4656 100644 --- a/dev-python/validators/Manifest +++ b/dev-python/validators/Manifest @@ -1,2 +1 @@ -DIST validators-0.33.0.tar.gz 70741 BLAKE2B e999d1ea14e2240523537804931fc91f5eb02d4ff35b22e8a292ff8785493ce48cd14ccf0d87ce945739c3e65a79b3a7654a66412bcc41e4e37e0fd87eefad72 SHA512 611844e182319209a2f6305daf3fcfc1801d9ad32179eaa9651844df37bd3d1d42bfd1e69be1e2c4fcd811a231228bc748a12dd6583248d5b572394cb9c9d858 DIST validators-0.34.0.tar.gz 70955 BLAKE2B 5c757c3b2a0e3557663a0eee5a08fbc43087362f492629cd9fba6f7ea7d5e99544de1a82159338d02af40f434345c3170e9b19873a890690fb0d94526e495892 SHA512 d49df68ef60734d8462c37aea7b7d274ebe4b31d768761c3da6d219d59574bb6efc444e5501073fcddffcdb3752766d19d231a63da682bf02f82739526de884a diff --git a/dev-python/validators/validators-0.33.0.ebuild b/dev-python/validators/validators-0.33.0.ebuild deleted file mode 100644 index ddcc3a3b905b..000000000000 --- a/dev-python/validators/validators-0.33.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python Data Validation for Humans" -HOMEPAGE=" - https://github.com/python-validators/validators/ - https://pypi.org/project/validators/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires eth-hash - tests/crypto_addresses/test_eth_address.py -)