public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-snakemake-interface-storage-plugins] rawhide: Orphaned for 6+ weeks
@ 2026-07-19  0:33 Orphaned Packages Process
  0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-07-19  0:33 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-snakemake-interface-storage-plugins
Branch : rawhide
Commit : 5524412d91850dffeeae64a67e6e82a85d8ffb41
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-07-18T19:33:04-05:00
Stats  : +1/-107 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/python-snakemake-interface-storage-plugins/c/5524412d91850dffeeae64a67e6e82a85d8ffb41?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2466c29..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,16 +0,0 @@
-/snakemake-interface-storage-plugins-3.0.0.tar.gz
-/snakemake-interface-storage-plugins-3.1.0.tar.gz
-/snakemake-interface-storage-plugins-3.1.1.tar.gz
-/snakemake-interface-storage-plugins-3.2.0.tar.gz
-/snakemake-interface-storage-plugins-3.2.1.tar.gz
-/snakemake-interface-storage-plugins-3.2.2.tar.gz
-/snakemake-interface-storage-plugins-3.2.3.tar.gz
-/snakemake-interface-storage-plugins-3.2.4.tar.gz
-/snakemake-interface-storage-plugins-3.3.0.tar.gz
-/snakemake-interface-storage-plugins-3.5.0.tar.gz
-/snakemake-interface-storage-plugins-4.2.1.tar.gz
-/snakemake-interface-storage-plugins-4.2.2.tar.gz
-/snakemake-interface-storage-plugins-4.2.3.tar.gz
-/snakemake-interface-storage-plugins-4.3.2.tar.gz
-/snakemake-interface-storage-plugins-4.3.3.tar.gz
-/snakemake-interface-storage-plugins-4.4.1.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 41e081f..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-snakemake-interface-storage-plugins
-
-The python-snakemake-interface-storage-plugins package

diff --git a/README.packit b/README.packit
deleted file mode 100644
index 4fa4a78..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.1.post1.dev2+g0a5916fb9.

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 057ceef..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-upstream_project_url: https://github.com/snakemake/snakemake-interface-storage-plugins
-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-interface-storage-plugins.spec b/python-snakemake-interface-storage-plugins.spec
deleted file mode 100644
index 2329bc6..0000000
--- a/python-snakemake-interface-storage-plugins.spec
+++ /dev/null
@@ -1,75 +0,0 @@
-# Work around a circular dependency on snakemake and on
-# python-snakemake-storage-plugin-http.
-%bcond bootstrap 0
-# We can’t run tests that access the network in koji, but this build
-# conditional allows us to try them in local mock builds for added confidence:
-#   fedpkg mockbuild --enable-network --with network_tests
-%bcond network_tests 0
-
-Name:           python-snakemake-interface-storage-plugins
-Version:        4.4.1
-Release:        %autorelease
-Epoch:          1
-Summary:        Stable interface for interactions between Snakemake and its storage plugins
-
-# SPDX
-License:        MIT
-URL:            https://github.com/snakemake/snakemake-interface-storage-plugins
-# We use the GitHub archive instead of the PyPI sdist to get CHANGELOG.md and
-# the tests.
-Source:         %{url}/archive/v%{version}/snakemake-interface-storage-plugins-%{version}.tar.gz
-
-BuildSystem:    pyproject
-BuildOption(install): --no-assert-license snakemake_interface_storage_plugins
-%if %{with bootstrap}
-# Some things can’t be imported because we don’t have snakemake.
-BuildOption(check): %{shrink:
-    --exclude '*.registry*'
-    --exclude '*.storage_object'
-    --exclude '*.tests'
-    }
-%endif
-
-BuildArch:      noarch
-
-%if %{without bootstrap}
-# See: [tool.poetry.dev-dependencies] in pyproject.toml
-BuildRequires:  %{py3_dist pytest}
-BuildRequires:  snakemake >= 9
-BuildRequires:  %{py3_dist snakemake-storage-plugin-http}
-%endif
-
-%global common_description %{expand:
-This package provides a stable interface for interactions between Snakemake and
-its storage plugins.}
-
-%description %{common_description}
-
-
-%package -n python3-snakemake-interface-storage-plugins
-Summary:        %{summary}
-
-%description -n python3-snakemake-interface-storage-plugins %{common_description}
-
-
-%check -a
-%if %{without bootstrap}
-%if %{without network_tests}
-# The following tests require network access:
-k="${k-}${k+ and }not (TestTestStorageBase and test_storage)"
-k="${k-}${k+ and }not (TestTestStorageBase and test_storage_not_existing)"
-k="${k-}${k+ and }not (TestTestStorageBase and test_inventory)"
-%endif
-
-%pytest -k "${k-}" --verbose tests/tests.py
-%endif
-
-
-%files -n python3-snakemake-interface-storage-plugins -f %{pyproject_files}
-%license LICENSE
-%doc CHANGELOG.md
-%doc README.md
-
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index 77bffa7..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (snakemake-interface-storage-plugins-4.4.1.tar.gz) = f2f1dcb1ba29cdcea1f4a4895684518a92d5253cfa9f6a214b3aeecc410c065ff35927bf2d5f5fb635b0f7e88c0cbad8cd6664b9ac44432bba724fac0539a9aa

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-19  0:33 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:33 [rpms/python-snakemake-interface-storage-plugins] 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