public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-snakemake-storage-plugin-webdav] rawhide: Orphaned for 6+ weeks
@ 2026-07-19 0:34 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-07-19 0:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-snakemake-storage-plugin-webdav
Branch : rawhide
Commit : 279a55ef3affd4463874eb236b6cec5d228c856b
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-07-18T19:34:35-05:00
Stats : +1/-94 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/python-snakemake-storage-plugin-webdav/c/279a55ef3affd4463874eb236b6cec5d228c856b?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a65dd33..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/snakemake-storage-plugin-webdav-0.1.1.tar.gz
-/snakemake-storage-plugin-webdav-0.1.2.tar.gz
diff --git a/11.patch b/11.patch
deleted file mode 100644
index 9344a49..0000000
--- a/11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 674fbbf817a3001ca472ef42de6029ca704b0160 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Thu, 19 Feb 2026 08:26:27 +0000
-Subject: [PATCH] Allow webdav4 0.11
-
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index d5b79bb..5b32d65 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -15,7 +15,7 @@ documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/st
- python = "^3.11"
- snakemake-interface-common = "^1.15.0"
- snakemake-interface-storage-plugins = "^4.0.0"
--webdav4 = "^0.10.0"
-+webdav4 = ">0.10.0, <0.12.0"
- fsspec = ">=2023.12.2"
-
- [tool.poetry.group.dev.dependencies]
diff --git a/README.md b/README.md
deleted file mode 100644
index 17bebe1..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-snakemake-storage-plugin-webdav
-
-The python-snakemake-storage-plugin-webdav package
diff --git a/README.packit b/README.packit
deleted file mode 100644
index ad2b8e5..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.3.0.post1.dev4+gb85da743.
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 7e38caa..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-upstream_project_url: https://github.com/snakemake/snakemake-storage-plugin-webdav
-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-webdav.spec b/python-snakemake-storage-plugin-webdav.spec
deleted file mode 100644
index 90b1e98..0000000
--- a/python-snakemake-storage-plugin-webdav.spec
+++ /dev/null
@@ -1,54 +0,0 @@
-Name: python-snakemake-storage-plugin-webdav
-Version: 0.1.2
-Release: %autorelease
-Summary: Snakemake storage plugin for webdav
-
-# SPDX
-License: MIT
-URL: https://github.com/snakemake/snakemake-storage-plugin-webdav
-# 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-webdav-%{version}.tar.gz
-
-# chore: Allow webdav4 0.11
-# https://github.com/snakemake/snakemake-storage-plugin-webdav/pull/11
-Patch: %{url}/pull/11.patch
-
-BuildSystem: pyproject
-BuildOption(install): --no-assert-license snakemake_storage_plugin_webdav
-
-BuildArch: noarch
-
-# See: [tool.poetry.dev-dependencies] in pyproject.toml
-BuildRequires: %{py3_dist pytest}
-BuildRequires: snakemake >= 9
-
-%global common_description %{expand:
-A Snakemake storage plugin for handling input and output via webdav.}
-
-%description %{common_description}
-
-
-%package -n python3-snakemake-storage-plugin-webdav
-Summary: %{summary}
-
-%description -n python3-snakemake-storage-plugin-webdav %{common_description}
-
-
-%check -a
-# The following tests require network access and a webdav test server that
-# upstream CI sets up with docker, which will of course not be possible here:
-k="${k-}${k+ and }not (TestStorage and test_storage)"
-k="${k-}${k+ and }not (TestStorage and test_storage_not_existing)"
-
-%pytest --verbose -k "${k-}" tests/tests.py
-
-
-%files -n python3-snakemake-storage-plugin-webdav -f %{pyproject_files}
-%license LICENSE
-%doc CHANGELOG.md
-%doc README.md
-
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index 062544f..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (snakemake-storage-plugin-webdav-0.1.2.tar.gz) = d39ca80ea4607539728acce3b02c17c748233ca139e960723e29272a7513dda0baaa80627e881be9ccc23be31d790f7825bb448fd40c768dfb36b984a705602d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-19 0:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-19 0:34 [rpms/python-snakemake-storage-plugin-webdav] rawhide: Orphaned for 6+ weeks Orphaned Packages Process
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox