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 4D49E1581E7 for ; Fri, 26 Apr 2024 18:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F741E29F0; Fri, 26 Apr 2024 18:55:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 465F3E29F0 for ; Fri, 26 Apr 2024 18:55:17 +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 90EAE343016 for ; Fri, 26 Apr 2024 18:55:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D404C1761 for ; Fri, 26 Apr 2024 18:55:13 +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: <1714157706.fa59efd18c2083122fd544854124114499c088d1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mechanize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mechanize/Manifest dev-python/mechanize/mechanize-0.4.10.ebuild X-VCS-Directories: dev-python/mechanize/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa59efd18c2083122fd544854124114499c088d1 X-VCS-Branch: master Date: Fri, 26 Apr 2024 18:55:13 +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: 952a6fca-0a8a-401a-8159-f3601a786e20 X-Archives-Hash: cd34b29af33cc70b7416fdbdfb00ed32 commit: fa59efd18c2083122fd544854124114499c088d1 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 26 18:33:19 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 26 18:55:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa59efd1 dev-python/mechanize: Bump to 0.4.10 Signed-off-by: Michał Górny gentoo.org> dev-python/mechanize/Manifest | 1 + dev-python/mechanize/mechanize-0.4.10.ebuild | 34 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/mechanize/Manifest b/dev-python/mechanize/Manifest index 0679fda04d7d..9762e1d2e5e7 100644 --- a/dev-python/mechanize/Manifest +++ b/dev-python/mechanize/Manifest @@ -1 +1,2 @@ +DIST mechanize-0.4.10.tar.gz 218291 BLAKE2B 7a6f293ac5622b4ac01d1b84327e4dd41132eb2fdfaf9826e6c7a8b088890ae8b4b5f4e90aca930761d532702138f0be6f9394e48ee2defc48dcb5f19ee22a79 SHA512 76d13ac8ac06e8e3836ba814259e1ec8495ebbfc259d4f8652f3ed23863b6a5f6fc5983409083ad9f5d0312db6581b0e7b32bfe6d46ecd190006188ac4cf3fc8 DIST mechanize-0.4.9.tar.gz 218286 BLAKE2B 42ea97f843ec61b5ae05913e564f0cdb473976ea4e08a886c3bed15b27cea64def7fe5c73c1b809e48688d5ae41c269e85b633a24731c83409bf9855fc72b85f SHA512 a0c5d6e01ddabd35dded9908e4f7e24cb0a8c20a674af603cd2f5f146c75d38dc96c36af0898646691206ce41745dff9a736ce53efd03ff48e55e763814b893c diff --git a/dev-python/mechanize/mechanize-0.4.10.ebuild b/dev-python/mechanize/mechanize-0.4.10.ebuild new file mode 100644 index 000000000000..27279bb94b4f --- /dev/null +++ b/dev-python/mechanize/mechanize-0.4.10.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Stateful programmatic web browsing in Python" +HOMEPAGE=" + https://github.com/python-mechanize/mechanize/ + https://pypi.org/project/mechanize/ +" + +LICENSE="|| ( BSD ZPL )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/html5lib-0.999999999[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + ) +" + +python_test() { + "${EPYTHON}" run_tests.py -v || die +}