public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orphaned Packages Process <packaging-reports@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-snakemake-storage-plugin-xrootd] rawhide: Orphaned for 6+ weeks
Date: Sun, 19 Jul 2026 00:34:51 GMT [thread overview]
Message-ID: <178442129199.1.16453158903371380856.rpms-python-snakemake-storage-plugin-xrootd-ed23c12ac165@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-snakemake-storage-plugin-xrootd
Branch : rawhide
Commit : ed23c12ac165eba8275d15608a65b1bfb025a26a
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-07-18T19:34:47-05:00
Stats : +1/-116 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/python-snakemake-storage-plugin-xrootd/c/ed23c12ac165eba8275d15608a65b1bfb025a26a?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 6a025cf..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/snakemake-storage-plugin-xrootd-0.1.2.tar.gz
-/snakemake-storage-plugin-xrootd-0.1.3.tar.gz
-/snakemake-storage-plugin-xrootd-0.1.4.tar.gz
-/snakemake-storage-plugin-xrootd-0.4.0.tar.gz
-/snakemake-storage-plugin-xrootd-0.4.1.tar.gz
-/snakemake-storage-plugin-xrootd-1.0.0.tar.gz
-/snakemake-storage-plugin-xrootd-1.1.0.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 2a26cd0..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-snakemake-storage-plugin-xrootd
-
-The python-snakemake-storage-plugin-xrootd package
diff --git a/README.packit b/README.packit
deleted file mode 100644
index d0c48a2..0000000
--- a/README.packit
+++ /dev/null
@@ -1,3 +0,0 @@
-This repository is maintained by packit.
-https://packit.dev/
-The file was generated using packit 1.15.3.post1.dev2+g62cfd4cc2.
diff --git a/aafc386cb300d2bab87bc18b51ddd6a8bb0160bb.patch b/aafc386cb300d2bab87bc18b51ddd6a8bb0160bb.patch
deleted file mode 100644
index 3b6fc3d..0000000
--- a/aafc386cb300d2bab87bc18b51ddd6a8bb0160bb.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From aafc386cb300d2bab87bc18b51ddd6a8bb0160bb Mon Sep 17 00:00:00 2001
-From: Matthew Monk <matthew.david.monk@cern.ch>
-Date: Thu, 23 Apr 2026 11:39:30 +0100
-Subject: [PATCH] chore: Bump xrootd version (#49)
-
-XRootD version 6 has released
-(https://github.com/xrootd/xrootd/releases/tag/v6.0.0), a quick local
-check with this still seems to run fine so adjust the max version number
-from `<6` to `<7`. Closes
-https://github.com/snakemake/snakemake-storage-plugin-xrootd/issues/48
----
- pyproject.toml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index d007f35..0fa788a 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -13,7 +13,7 @@ dependencies = [
- "snakemake-interface-common >=1.15.0,<2",
- "snakemake-interface-storage-plugins >=4.1.0,<5",
- "reretry >=0.11.8,<0.12",
-- "xrootd >=5.6,<6",
-+ "xrootd >=5.6,<7",
- ]
-
- [project.urls]
-@@ -35,7 +35,7 @@ channels = ["conda-forge", "bioconda"]
- platforms = ["linux-64", "osx-arm64", "osx-64"]
-
- [tool.pixi.dependencies]
--xrootd = ">=5.7.3,<6"
-+xrootd = ">=5.7.3,<7"
-
- [tool.pixi.pypi-dependencies]
- snakemake-storage-plugin-xrootd = { path = ".", editable = true }
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..5204a84
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Orphaned for 6+ weeks
diff --git a/packit.yaml b/packit.yaml
deleted file mode 100644
index 32b5123..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-upstream_project_url: https://github.com/snakemake/snakemake-storage-plugin-xrootd
-copy_upstream_release_description: false
-upstream_tag_template: v{version}
-
-jobs:
- - job: pull_from_upstream
- trigger: release
- dist_git_branches:
- - fedora-rawhide
diff --git a/python-snakemake-storage-plugin-xrootd.spec b/python-snakemake-storage-plugin-xrootd.spec
deleted file mode 100644
index bab2b92..0000000
--- a/python-snakemake-storage-plugin-xrootd.spec
+++ /dev/null
@@ -1,57 +0,0 @@
-Name: python-snakemake-storage-plugin-xrootd
-Version: 1.1.0
-Release: %autorelease
-Summary: Snakemake storage plugin for xrootd storage
-
-# SPDX
-License: MIT
-URL: https://github.com/snakemake/snakemake-storage-plugin-xrootd
-# We use the GitHub archive instead of the PyPI sdist to get CHANGELOG.md and
-# the tests.
-Source: %{url}/archive/v%{version}/snakemake-storage-plugin-xrootd-%{version}.tar.gz
-
-# chore: Bump xrootd version (#49)
-# https://github.com/snakemake/snakemake-storage-plugin-xrootd/pull/49
-Patch: %{url}/commit/aafc386cb300d2bab87bc18b51ddd6a8bb0160bb.patch
-
-BuildSystem: pyproject
-BuildOption(install): --assert-license snakemake_storage_plugin_xrootd
-
-BuildArch: noarch
-
-# See: [tool.poetry.dev-dependencies] in pyproject.toml
-BuildRequires: %{py3_dist pytest}
-BuildRequires: xrootd-server
-BuildRequires: snakemake >= 8
-
-%global common_description %{expand:
-A Snakemake storage plugin for handling input and output via XRootD.}
-
-%description %{common_description}
-
-
-%package -n python3-snakemake-storage-plugin-xrootd
-Summary: %{summary}
-
-%description -n python3-snakemake-storage-plugin-xrootd %{common_description}
-
-
-%generate_buildrequires -p
-export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}'
-
-
-%build -p
-export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}'
-
-
-%check -a
-%pytest --verbose -k "${k-}" tests/tests.py
-
-
-%files -n python3-snakemake-storage-plugin-xrootd -f %{pyproject_files}
-%doc CHANGELOG.md
-%doc README.md
-
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index ddce23b..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (snakemake-storage-plugin-xrootd-1.1.0.tar.gz) = e2e333d2d7c03ee2d81583b84491b3d2bb76661c6c13d9737b6587597da4a728c78a0231bf00ab70662dc42bd7bdf2ead97de67742be4a8eec04875d701eaac2
reply other threads:[~2026-07-19 0: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=178442129199.1.16453158903371380856.rpms-python-snakemake-storage-plugin-xrootd-ed23c12ac165@fedoraproject.org \
--to=packaging-reports@fedoraproject.org \
--cc=git-commits@fedoraproject.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