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 3F98315801B for ; Sat, 8 Apr 2023 05:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57052E081E; Sat, 8 Apr 2023 05:13:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 40F07E081A for ; Sat, 8 Apr 2023 05:13: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7062A340FBC for ; Sat, 8 Apr 2023 05:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2886EA31 for ; Sat, 8 Apr 2023 05:13:50 +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: <1680930744.831aa3648e8d05000379945188648da9b4d54daa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bracex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bracex/Manifest dev-python/bracex/bracex-2.3_p1.ebuild X-VCS-Directories: dev-python/bracex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 831aa3648e8d05000379945188648da9b4d54daa X-VCS-Branch: master Date: Sat, 8 Apr 2023 05:13:50 +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: 8352c508-70e8-4a2e-b8e6-47f2caff42e9 X-Archives-Hash: 6e1594757d0e7a0192712d65a442f5f5 commit: 831aa3648e8d05000379945188648da9b4d54daa Author: Michał Górny gentoo org> AuthorDate: Sat Apr 8 05:12:24 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 05:12:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831aa364 dev-python/bracex: Use pypi sdist Signed-off-by: Michał Górny gentoo.org> dev-python/bracex/Manifest | 2 +- dev-python/bracex/bracex-2.3_p1.ebuild | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/bracex/Manifest b/dev-python/bracex/Manifest index 4ca10df673c8..d028c071fa44 100644 --- a/dev-python/bracex/Manifest +++ b/dev-python/bracex/Manifest @@ -1 +1 @@ -DIST bracex-2.3_p1.tar.gz 27541 BLAKE2B a9e33e01f014c6b784b059a76da338a708a24ff88787c98c0916a6d13ac5497a1f4f14d711cab8bde1281a9968db68bdc8fdfbc23a531ef6c89adfa9974492b1 SHA512 3c5a8a81adb78c9d3d40b57328a6a47b3257bb0072be2685c8049cf8a91501993ce470dfd394a61d0a0fdcd082405b204e5e3e0666018978b5aa820b0d74b631 +DIST bracex-2.3.post1.tar.gz 27578 BLAKE2B 0d459c5fe7380363786ab09aea8e26be56cd51075a847de7f521e2c35e413f311a00110e4149ebf626ba07fc025539dcb9a69c1bca6b80b69f3c8475ff7de65d SHA512 ac8b7bae97e41d68d8be85c80643c1d4181f7f4f17bde038803e77ee9264bc2a042b9dd391b0be460fc0317f451621f3975f583c9ad89e43ae8690533fb95626 diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild b/dev-python/bracex/bracex-2.3_p1.ebuild index 3cbe67de037c..769b3b561767 100644 --- a/dev-python/bracex/bracex-2.3_p1.ebuild +++ b/dev-python/bracex/bracex-2.3_p1.ebuild @@ -15,20 +15,13 @@ DOCS_DEPEND=" dev-python/pyspelling " -inherit distutils-r1 docs - -MY_PV="${PV%_p1}.post1" +inherit distutils-r1 docs pypi DESCRIPTION="Bash style brace expansion for Python" HOMEPAGE=" https://github.com/facelessuser/bracex/ https://pypi.org/project/bracex/ " -SRC_URI=" - https://github.com/facelessuser/${PN}/archive/${MY_PV}.tar.gz - -> ${P}.tar.gz -" -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0"