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 CC1F9158086 for ; Sat, 11 Dec 2021 19:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A9FFE07D9; Sat, 11 Dec 2021 19:10:43 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 30EFF2BC01D for ; Sat, 11 Dec 2021 19:10:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 83A2E343586 for ; Sat, 11 Dec 2021 19:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED44239 for ; Sat, 11 Dec 2021 19:10:27 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1639249811.41a572ffb5af63c11f26084a32b94ce2a11651f3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/natsort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/natsort/natsort-8.0.1.ebuild X-VCS-Directories: dev-python/natsort/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 41a572ffb5af63c11f26084a32b94ce2a11651f3 X-VCS-Branch: master Date: Sat, 11 Dec 2021 19:10:27 +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: a76d8eac-f0f5-4f1f-9516-7042f10f4d77 X-Archives-Hash: 6da815fc2b6eb58333ad0fcfa53bb376 commit: 41a572ffb5af63c11f26084a32b94ce2a11651f3 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 11 19:02:19 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 11 19:10:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a572ff dev-python/natsort: add optfeature Signed-off-by: Arthur Zamarin gentoo.org> dev-python/natsort/natsort-8.0.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/natsort/natsort-8.0.1.ebuild b/dev-python/natsort/natsort-8.0.1.ebuild index e1a2a2c8074f..2e369a39667d 100644 --- a/dev-python/natsort/natsort-8.0.1.ebuild +++ b/dev-python/natsort/natsort-8.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 +inherit distutils-r1 optfeature DESCRIPTION="Natural sorting for Python" HOMEPAGE="https://pypi.org/project/natsort/" @@ -21,3 +21,7 @@ BDEPEND=" )" distutils_enable_tests pytest + +pkg_postinst() { + optfeature "sorting results that match most file browsers" "dev-python/pyicu" +}