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-interface-common] rawhide: Orphaned for 6+ weeks
Date: Sun, 19 Jul 2026 00:32:11 GMT [thread overview]
Message-ID: <178442113122.1.12102500089469763444.rpms-python-snakemake-interface-common-b7a775a83138@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-snakemake-interface-common
Branch : rawhide
Commit : b7a775a83138f58ef35540462aa7783dd25a9b7c
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-07-18T19:32:06-05:00
Stats : +1/-110 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/python-snakemake-interface-common/c/b7a775a83138f58ef35540462aa7783dd25a9b7c?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index fdb1485..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,16 +0,0 @@
-/snakemake-interface-common-1.15.0.tar.gz
-/snakemake-interface-common-1.15.1.tar.gz
-/snakemake-interface-common-1.15.2.tar.gz
-/snakemake-interface-common-1.15.3.tar.gz
-/snakemake-interface-common-1.16.0.tar.gz
-/snakemake-interface-common-1.17.1.tar.gz
-/snakemake-interface-common-1.17.2.tar.gz
-/snakemake-interface-common-1.17.3.tar.gz
-/snakemake-interface-common-1.17.4.tar.gz
-/snakemake-interface-common-1.18.0.tar.gz
-/snakemake-interface-common-1.19.4.tar.gz
-/snakemake-interface-common-1.20.1.tar.gz
-/snakemake-interface-common-1.20.2.tar.gz
-/snakemake-interface-common-1.21.0.tar.gz
-/snakemake-interface-common-1.22.0.tar.gz
-/snakemake-interface-common-1.23.0.tar.gz
diff --git a/89.patch b/89.patch
deleted file mode 100644
index edd1772..0000000
--- a/89.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From de16280bdde930cea590c4fe65b17baa859816b9 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Tue, 24 Feb 2026 20:32:52 +0000
-Subject: [PATCH] Do not upper-bound the version of packaging
-
----
- pyproject.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index c9ab299..dd17ee5 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -4,7 +4,7 @@ version = "1.22.0"
- description = "Common functions and classes for Snakemake and its plugins"
- readme = "README.md"
- requires-python = ">=3.8"
--dependencies = ["argparse-dataclass>=2.0.0", "ConfigArgParse>=1.7", "packaging >=24.0,<26.0"]
-+dependencies = ["argparse-dataclass>=2.0.0", "ConfigArgParse>=1.7", "packaging >=24.0"]
-
- [[project.authors]]
- name = "Johannes Koester"
diff --git a/README.md b/README.md
deleted file mode 100644
index 2b21def..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-snakemake-interface-common
-
-The python-snakemake-interface-common package
diff --git a/README.packit b/README.packit
deleted file mode 100644
index b0c77e3..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.0.post1.dev6+g98b589859.
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 fe3e1e8..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-upstream_project_url: https://github.com/snakemake/snakemake-interface-common
-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-common.spec b/python-snakemake-interface-common.spec
deleted file mode 100644
index a201bdd..0000000
--- a/python-snakemake-interface-common.spec
+++ /dev/null
@@ -1,56 +0,0 @@
-# Work around a circular dependency on snakemake
-%bcond bootstrap 0
-
-Name: python-snakemake-interface-common
-Version: 1.23.0
-Release: %autorelease
-Summary: Common functions and classes for Snakemake and its plugins
-
-# SPDX
-License: MIT
-URL: https://github.com/snakemake/snakemake-interface-common
-# We use the GitHub archive instead of the PyPI sdist to get CHANGELOG.md and
-# the tests.
-Source: %{url}/archive/v%{version}/snakemake-interface-common-%{version}.tar.gz
-
-# Do not upper-bound the version of packaging
-Patch: %{url}/pull/89.patch
-
-BuildSystem: pyproject
-BuildOption(install): --assert-license snakemake_interface_common
-%if %{without bootstrap}
-BuildOption(generate_buildrequires): --dependency-groups dev
-%endif
-
-BuildArch: noarch
-
-# See: [tool.pixi.feature.dev.dependencies] in pyproject.toml
-BuildRequires: %{py3_dist pytest}
-
-%global common_description %{expand:
-%{summary}.}
-
-%description %{common_description}
-
-
-%package -n python3-snakemake-interface-common
-Summary: %{summary}
-
-%description -n python3-snakemake-interface-common %{common_description}
-
-
-%check -a
-%if %{with bootstrap}
-k="${k-}${k+ and }not test_snakemake_version"
-%endif
-
-%pytest -k "${k-}" --verbose tests/tests.py
-
-
-%files -n python3-snakemake-interface-common -f %{pyproject_files}
-%doc CHANGELOG.md
-%doc README.md
-
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index ad2fc42..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (snakemake-interface-common-1.23.0.tar.gz) = 4e5e8c7feb9d75e46ef73cbc6c3057a072ebd266982f019e1a2183118d8bc6c42eb84c0a34cb611de9e6803eeb44222eb7fdd1af40dde7925f3966af4332103d
reply other threads:[~2026-07-19 0:32 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=178442113122.1.12102500089469763444.rpms-python-snakemake-interface-common-b7a775a83138@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