public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-irodsclient] rawhide: Orphaned for 6+ weeks
@ 2026-07-19 0:30 Orphaned Packages Process
0 siblings, 0 replies; only message in thread
From: Orphaned Packages Process @ 2026-07-19 0:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-irodsclient
Branch : rawhide
Commit : 6b43d8499ccc156c18582d1de769544191369bfb
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date : 2026-07-18T19:29:56-05:00
Stats : +1/-131 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/python-irodsclient/c/6b43d8499ccc156c18582d1de769544191369bfb?branch=rawhide
Log:
Orphaned for 6+ weeks
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1e052a2..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/python-irodsclient-2.1.0.tar.gz
-/python-irodsclient-2.2.0.tar.gz
-/python-irodsclient-3.0.0.tar.gz
-/python_irodsclient-3.1.0.tar.gz
-/python-irodsclient-3.1.1.tar.gz
-/python_irodsclient-3.2.0.tar.gz
-/python-irodsclient-3.3.0.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index d272a2c..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-irodsclient
-
-The python-irodsclient package
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/prc_write_irodsA.py.1 b/prc_write_irodsA.py.1
deleted file mode 100644
index 2613e51..0000000
--- a/prc_write_irodsA.py.1
+++ /dev/null
@@ -1,51 +0,0 @@
-.TH PRC_WRITE_IRODSA.PY "1" "March 2026" "" "User Commands"
-.SH NAME
-prc_write_irodsA.py
-\(en
-Produce a \(lqsecrets\(rq (i.e. encoded password) file
-.SH SYNOPSIS
-.B prc_write_irodsA.py
-.RB [ \-i\ \fI STREAM \ |\ \-h \ |\ \-\-help \ |\ \-\-ttl\ \fIHOURS ]
-.I AUTH_SCHEME
-.SH DESCRIPTION
-This script produces a \(lqsecrets\(rq (i.e. encoded password) file.
-Similar to
-.B iinit
-in this capacity, if the environment \(en
-and where applicable, the PAM configuration for both system and user \(en
-is already set up in every other regard,
-this program will generate the secrets file
-with appropriate permissions and in the normal location, usually:
-.in +7n
-.EX
-.B ~/.irods/.irodsA
-.EE
-.in
-The user will be interactively prompted to enter their cleartext password.
-.SH OPTIONS
-.SS "POSITIONAL ARGUMENTS"
-.TP
-.I AUTH_SCHEME
-Choices are:
-.RS +7n
-.PD 0
-.IP \(bu 2
-.B pam_password
-.IP \(bu 2
-.B native
-.PD
-.RE
-.SS "OPTIONAL ARGUMENTS"
-.TP
-.B \-i\ \fISTREAM
-.I STREAM
-is the name of a file containing a password.
-Alternatively, a hyphen
-.RB (\(oq \- \(cq)
-is used to indicate that the password may be read from
-.IR stdin .
-.TP
-.B \-h\fR, \fB\-\-help
-Show a help message and exit.
-.TP
-.B \-\-ttl\ \fIHOURS
diff --git a/python-irodsclient.rpmlintrc b/python-irodsclient.rpmlintrc
deleted file mode 100644
index dd9e698..0000000
--- a/python-irodsclient.rpmlintrc
+++ /dev/null
@@ -1,2 +0,0 @@
-# Spurious: rpmlint seems to be confused by the .py/.py.1 extension.
-addFilter(r" no-manual-page-for-binary prc_write_irodsA\.py$")
diff --git a/python-irodsclient.spec b/python-irodsclient.spec
deleted file mode 100644
index 254a30c..0000000
--- a/python-irodsclient.spec
+++ /dev/null
@@ -1,67 +0,0 @@
-Name: python-irodsclient
-Version: 3.3.0
-Release: %autorelease
-Summary: A python API for iRODS
-
-# SPDX
-License: BSD-3-Clause
-URL: https://github.com/irods/python-irodsclient
-Source0: %{url}/archive/v%{version}/python-irodsclient-%{version}.tar.gz
-# Man page hand-written for Fedora in groff_man(7) format based on --help
-Source1: prc_write_irodsA.py.1
-
-BuildSystem: pyproject
-BuildOption(install): --assert-license irods
-# * The test runner module requires xmlrunner, which is no longer packaged.
-# * Merely importing ssl_test_client requires configured iRODS credentials.
-BuildOption(check): %{shrink:
- --exclude irods.test.runner
- --exclude irods.test.ssl_test_client
- }
-# All tests require network access and a valid account on a running iRODS grid.
-# See irods/test/README.rst.
-
-BuildArch: noarch
-
-%global common_description %{expand:
-iRODS (https://www.irods.org/) is an open source distributed data management
-system. This is a client API implemented in Python.}
-
-%description %{common_description}
-
-
-%package -n python3-irodsclient
-Summary: %{summary}
-
-# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_provides_for_importable_modules
-%py_provides python3-irods
-
-%description -n python3-irodsclient %{common_description}
-
-
-%install -a
-install -D --preserve-timestamps --mode=0644 \
- --target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}'
-%py3_shebang_fix '%{buildroot}%{_bindir}/prc_write_irodsA.py'
-
-# Remove useless shebangs in files that will be installed without executable
-# permission. The pattern of selecting files before modifying them with sed
-# keeps us from unnecessarily discarding the original mtimes on unmodified
-# files. Note that we must not do this in %%prep because we want to strip the
-# shebang from the copy of prc_write_irodsA.py in site-packages, but not from
-# the copy in %%{_bindir}.
-find '%{buildroot}%{python3_sitelib}/irods' -type f -name '*.py' \
- -exec gawk '/^#!/ { print FILENAME }; { nextfile }' '{}' '+' |
- xargs --no-run-if-empty sed --regexp-extended --in-place '1{/^#!/d}'
-
-
-%files -n python3-irodsclient -f %{pyproject_files}
-%doc CHANGELOG.md
-%doc README.md
-
-%{_bindir}/prc_write_irodsA.py
-%{_mandir}/man1/prc_write_irodsA.py.1*
-
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index e1665c1..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (python-irodsclient-3.3.0.tar.gz) = 65376a2cc430b51bff1f04e780fb0462c10f3cd838f55e5d27ce16fd0add45d8feebcfec90fb8d4bdaa6aba9af5c14028a2e334af738693652b04602fa364b69
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-19 0:30 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:30 [rpms/python-irodsclient] 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