public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/
@ 2021-02-15  7:11 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-02-15  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a696d45b19a5ba8a725a314d621e2a6c167d865f
Author:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
AuthorDate: Sun Feb 14 13:38:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb 14 13:51:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a696d45b

sys-fs/python-btrfs: New ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Steven Davies <gentoo-guru <AT> steev.me.uk>

 sys-fs/python-btrfs/Manifest               |  1 +
 sys-fs/python-btrfs/metadata.xml           |  9 +++++++++
 sys-fs/python-btrfs/python-btrfs-12.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/sys-fs/python-btrfs/Manifest b/sys-fs/python-btrfs/Manifest
new file mode 100644
index 00000000..c97445d3
--- /dev/null
+++ b/sys-fs/python-btrfs/Manifest
@@ -0,0 +1 @@
+DIST python-btrfs-12.tar.gz 92369 BLAKE2B bc899900c4d436ca4ad940247ac6edc9022f09f604c4c9b78288065e8950a9ba86147d1d9992e2410edb9907a2e7748467b1ae92d33b21c6e7ab9149c84431e3 SHA512 93d7ac4b0c8cc62e5a89b0ffd269695c2c52a4111385ec00d2cb467b6d1c35e59a450c128ca4ddedf91955f51962092ec2e2431ce3d9243d25beeaa2d2ec38ac

diff --git a/sys-fs/python-btrfs/metadata.xml b/sys-fs/python-btrfs/metadata.xml
new file mode 100644
index 00000000..a4a99453
--- /dev/null
+++ b/sys-fs/python-btrfs/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo-guru@steev.me.uk</email>
+		<name>Steven Davies</name>
+	</maintainer>
+	<longdescription>A Python 3 library that provides ways to interact programmatically with an online btrfs file system. It provides a pure python shadow implementation of data structures used in btrfs together with convenient wrappers around the collection of kernel functions that are available in the btrfs kernel API. Using them, we can examine the secret inner world of a btrfs file system for educational purposes.</longdescription>
+</pkgmetadata>

diff --git a/sys-fs/python-btrfs/python-btrfs-12.ebuild b/sys-fs/python-btrfs/python-btrfs-12.ebuild
new file mode 100644
index 00000000..f61c7435
--- /dev/null
+++ b/sys-fs/python-btrfs/python-btrfs-12.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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/
@ 2021-05-17 19:11 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cda326bc4e2c42f159312ec9347ae5678f23cfc0
Author:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
AuthorDate: Sun May 16 18:38:11 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <gentoo-guru <AT> 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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/
@ 2023-05-06  6:59 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-05-06  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ee1ab7e27e378a0d60103c1cd52529dabb748460
Author:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
AuthorDate: Thu May  4 17:10:36 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May  4 17:14:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee1ab7e2

sys-fs/python-btrfs: enable py3.11

Signed-off-by: Steven Davies <gentoo-guru <AT> steev.me.uk>

 sys-fs/python-btrfs/python-btrfs-13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
index d0d42e03a..42cd47e39 100644
--- a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
+++ b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_10 python3_11 )
 DISTUTILS_USE_SETUPTOOLS="no"
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-06  6:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06  6:59 [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2021-05-17 19:11 Andrew Ammerlaan
2021-02-15  7:11 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox