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 E88121382C5 for ; Mon, 17 May 2021 19:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2266E078A; Mon, 17 May 2021 19:11:55 +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 8AE50E078A for ; Mon, 17 May 2021 19:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9915C340FFF for ; Mon, 17 May 2021 19:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0EE8632 for ; Mon, 17 May 2021 19:11:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621190291.cda326bc4e2c42f159312ec9347ae5678f23cfc0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/python-btrfs/Manifest sys-fs/python-btrfs/python-btrfs-13.ebuild X-VCS-Directories: sys-fs/python-btrfs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cda326bc4e2c42f159312ec9347ae5678f23cfc0 X-VCS-Branch: master Date: Mon, 17 May 2021 19:11:51 +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: 638ddac2-87d1-4c93-97d3-8022e028265b X-Archives-Hash: 4be041d8963ccf0af1908043d5f7e5d8 commit: cda326bc4e2c42f159312ec9347ae5678f23cfc0 Author: Steven Davies steev me uk> AuthorDate: Sun May 16 18:38:11 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun May 16 18:38:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cda326bc sys-fs/python-btrfs: Version bump Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Steven Davies steev.me.uk> sys-fs/python-btrfs/Manifest | 1 + sys-fs/python-btrfs/python-btrfs-13.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/sys-fs/python-btrfs/Manifest b/sys-fs/python-btrfs/Manifest index c97445d33..6ef6e6aeb 100644 --- a/sys-fs/python-btrfs/Manifest +++ b/sys-fs/python-btrfs/Manifest @@ -1 +1,2 @@ DIST python-btrfs-12.tar.gz 92369 BLAKE2B bc899900c4d436ca4ad940247ac6edc9022f09f604c4c9b78288065e8950a9ba86147d1d9992e2410edb9907a2e7748467b1ae92d33b21c6e7ab9149c84431e3 SHA512 93d7ac4b0c8cc62e5a89b0ffd269695c2c52a4111385ec00d2cb467b6d1c35e59a450c128ca4ddedf91955f51962092ec2e2431ce3d9243d25beeaa2d2ec38ac +DIST python-btrfs-13.tar.gz 93110 BLAKE2B 286e5d1d9aa66ce5072f2fe144b2da6bbcde65dd90eb21efe1eb69b9aaa3230d76e8b8baffcfd269ce5d53e1004b5fc6c5546125bc1a5c26413ba8abc66f068a SHA512 5117b9c6542fe191eccbed56a15bb5d8eadc2d3c0edd986a3e1a33d0b63f58c3db5e7f6d234c43a83d1cc74eea3e106c5882a92926c3087601edc36e6672721f diff --git a/sys-fs/python-btrfs/python-btrfs-13.ebuild b/sys-fs/python-btrfs/python-btrfs-13.ebuild new file mode 100644 index 000000000..f61c7435f --- /dev/null +++ b/sys-fs/python-btrfs/python-btrfs-13.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="no" + +inherit distutils-r1 + +DESCRIPTION="Python 3 module to inspect btrfs filesystems" +HOMEPAGE="https://github.com/knorrie/python-btrfs" +SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="examples" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" + +python_install_all() { + use examples && local DOCS=( README.md CHANGES examples ) + distutils-r1_python_install_all +}