public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/python-btrfs/, profiles/updates/
Date: Thu, 15 Jun 2023 09:33:56 +0000 (UTC)	[thread overview]
Message-ID: <1686727576.35c165378ffb8f5932c638e591085afb23f6e1e2.flow@gentoo> (raw)

commit:     35c165378ffb8f5932c638e591085afb23f6e1e2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 14 07:26:16 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 07:26:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35c16537

sys-fs/python-btrfs: treeclean duplicate

Bug: https://bugs.gentoo.org/908452
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 profiles/updates/2Q-2023                      |  1 +
 sys-fs/python-btrfs/Manifest                  |  1 -
 sys-fs/python-btrfs/metadata.xml              |  9 ---------
 sys-fs/python-btrfs/python-btrfs-13-r1.ebuild | 28 ---------------------------
 4 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index 4a8f31fca..b54a781c8 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -5,3 +5,4 @@ move dev-python/nototools dev-python/notofonttools
 move kde-apps/krecorder media-sound/krecorder
 move kde-apps/alligator net-news/alligator
 move kde-apps/kclock kde-misc/kclock
+move sys-fs/python-btrfs dev-python/btrfs

diff --git a/sys-fs/python-btrfs/Manifest b/sys-fs/python-btrfs/Manifest
deleted file mode 100644
index 2aa86a14e..000000000
--- a/sys-fs/python-btrfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-btrfs-13.tar.gz 93110 BLAKE2B 286e5d1d9aa66ce5072f2fe144b2da6bbcde65dd90eb21efe1eb69b9aaa3230d76e8b8baffcfd269ce5d53e1004b5fc6c5546125bc1a5c26413ba8abc66f068a SHA512 5117b9c6542fe191eccbed56a15bb5d8eadc2d3c0edd986a3e1a33d0b63f58c3db5e7f6d234c43a83d1cc74eea3e106c5882a92926c3087601edc36e6672721f

diff --git a/sys-fs/python-btrfs/metadata.xml b/sys-fs/python-btrfs/metadata.xml
deleted file mode 100644
index f2197cd9a..000000000
--- a/sys-fs/python-btrfs/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-	<maintainer type="person">
-		<email>gentoo-bugzilla2@steev.me.uk</email>
-		<name>Steven Davies</name>
-	</maintainer>
-	<longdescription lang="en">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-13-r1.ebuild b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
deleted file mode 100644
index 42cd47e39..000000000
--- a/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 python3_11 )
-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
-}


                 reply	other threads:[~2023-06-15  9:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1686727576.35c165378ffb8f5932c638e591085afb23f6e1e2.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox