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 0271515800F for ; Fri, 3 Feb 2023 07:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C5EE07FE; Fri, 3 Feb 2023 07:19:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CF36DE07FE for ; Fri, 3 Feb 2023 07:19:26 +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 12D5733E6A7 for ; Fri, 3 Feb 2023 07:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C6F28A3 for ; Fri, 3 Feb 2023 07:19:23 +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: <1675408754.df3e0cc720955f5d2ed2f2b5c53fc948c53f5378.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tld/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tld/Manifest dev-python/tld/tld-0.12.7.ebuild X-VCS-Directories: dev-python/tld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: df3e0cc720955f5d2ed2f2b5c53fc948c53f5378 X-VCS-Branch: master Date: Fri, 3 Feb 2023 07:19:23 +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: 4e6ae508-99c3-4ca9-bbbc-2f5d1adac626 X-Archives-Hash: 6c487e3949e573f94a10be52502223bf commit: df3e0cc720955f5d2ed2f2b5c53fc948c53f5378 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 3 06:46:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 3 07:19:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3e0cc7 dev-python/tld: Bump to 0.12.7 Signed-off-by: Michał Górny gentoo.org> dev-python/tld/Manifest | 1 + dev-python/tld/tld-0.12.7.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest index 3acb3a964288..e0bbd83b0256 100644 --- a/dev-python/tld/Manifest +++ b/dev-python/tld/Manifest @@ -1 +1,2 @@ DIST tld-0.12.6.tar.gz 358405 BLAKE2B cf7bd68f26507cd4ac1c681705d8c495131a8b3aa64115e0259f7ef33f61c5db4911cc8cb1493e901237d401bd4eff4bda9cd687d19d9e1e275c3d87980069ae SHA512 ff10041178976af97c920a519ce3bb5a0a46f4299c24419db9a0502e89296e2bd66885dac5927e940c3abc22d6b390336916622cab771a57ba1c8f0960de2583 +DIST tld-0.12.7.gh.tar.gz 444946 BLAKE2B ccd39014b3facdbb836aa33b0daddc819be2ad246985f8bbcd0f13ef01d026c7c9aaeb1cb41312602cf7babe6ec8273c9456a5afb83850f77cd90ad3f9a9b7f9 SHA512 11b573cea770f7aa1ae58f2e6787e62dddd515b2a91b5d4f89e160615b4e3d0d9219f43e3c94251efd3d5b46779390ed66a312ca1751b224284a0765da972b28 diff --git a/dev-python/tld/tld-0.12.7.ebuild b/dev-python/tld/tld-0.12.7.ebuild new file mode 100644 index 000000000000..cdcf22f36571 --- /dev/null +++ b/dev-python/tld/tld-0.12.7.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Extract the top level domain (TLD) from the URL given" +HOMEPAGE=" + https://github.com/barseghyanartur/tld/ + https://pypi.org/project/tld/ +" +SRC_URI=" + https://github.com/barseghyanartur/tld/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + dev-python/Faker[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + sed -i -e '/--cov/d' pytest.ini || die +}