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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 533151382C5 for ; Fri, 4 Jun 2021 08:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 842D3E0867; Fri, 4 Jun 2021 08:52:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 661EAE0867 for ; Fri, 4 Jun 2021 08:52:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0F0034110E for ; Fri, 4 Jun 2021 08:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5708B75B for ; Fri, 4 Jun 2021 08:52:22 +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: <1622796738.5779471bfe7ffea4e664322e111019e711b1e439.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fasteners/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fasteners/Manifest dev-python/fasteners/fasteners-0.16.1.ebuild X-VCS-Directories: dev-python/fasteners/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5779471bfe7ffea4e664322e111019e711b1e439 X-VCS-Branch: master Date: Fri, 4 Jun 2021 08:52:22 +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: 685dcba4-daff-4c1b-8409-4495dbef93e5 X-Archives-Hash: 45d82e36dea77b02b0e15b179f9ffeba commit: 5779471bfe7ffea4e664322e111019e711b1e439 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 4 08:13:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 4 08:52:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5779471b dev-python/fasteners: Bump to 0.16.1 Signed-off-by: Michał Górny gentoo.org> dev-python/fasteners/Manifest | 1 + dev-python/fasteners/fasteners-0.16.1.ebuild | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/fasteners/Manifest b/dev-python/fasteners/Manifest index 00076f3a57b..c571a9b13ca 100644 --- a/dev-python/fasteners/Manifest +++ b/dev-python/fasteners/Manifest @@ -1 +1,2 @@ +DIST fasteners-0.16.1.gh.tar.gz 28572 BLAKE2B 8434f2b47eae01bc3eb239df7adf1106299d76e577724291aef82fca2b68c7a7b5b82fa37a80d1d9ca0315615586c61b29bd4f6ac5cfce6fad798b4423eae64d SHA512 e2f94ad4d19fb425f507236ffa4611127d6254485daef4a818e4508ce935aa7a7100c2bb91343697d6005f4c220d8060fbcba19ca1e2dc257be756b0e24454df DIST fasteners-0.16.tar.gz 24824 BLAKE2B 5072c1e0633bcf83ad71176dd7f9e2a2179ce4abdddee4bdcfa28f90d7f617759dc855e7fd91afb8b734d5b455d2597e748c169538780927e4d17c93e829453c SHA512 aac91be8f732bcda238c40317359c7faaad632b26473eff940fef0c6c2c227cd83942122c0ec26da236ca8c19d3024798590244ec761c2d2700ffdc7142533da diff --git a/dev-python/fasteners/fasteners-0.16.1.ebuild b/dev-python/fasteners/fasteners-0.16.1.ebuild new file mode 100644 index 00000000000..519036387df --- /dev/null +++ b/dev-python/fasteners/fasteners-0.16.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python package that provides useful locks" +HOMEPAGE="https://github.com/harlowja/fasteners/" +SRC_URI=" + https://github.com/harlowja/fasteners/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +BDEPEND=" + test? ( + dev-python/diskcache[${PYTHON_USEDEP}] + dev-python/more-itertools[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest + +python_install() { + # https://github.com/harlowja/fasteners/pull/70 + rm -r "${BUILD_DIR}"/lib/tests || die + distutils-r1_python_install +}