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-dandischema] rawhide: Orphaned for 6+ weeks
Date: Fri, 26 Jun 2026 02:05:28 GMT	[thread overview]
Message-ID: <178243952830.1.4750124690497937253.rpms-python-dandischema-86fdd43c59d1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-dandischema
Branch : rawhide
Commit : 86fdd43c59d1c6dca5e95471060c968a3f647c69
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-06-25T21:05:23-05:00
Stats  : +1/-121 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/python-dandischema/c/86fdd43c59d1c6dca5e95471060c968a3f647c69?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c15e233..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/dandi-schema-0.10.3.tar.gz

diff --git a/249.patch b/249.patch
deleted file mode 100644
index 8f0b96c..0000000
--- a/249.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 37f7505591a4a86d5d86e3d65be1ead4fae422b2 Mon Sep 17 00:00:00 2001
-From: Sandro <devel@penguinpee.nl>
-Date: Sat, 17 Aug 2024 19:24:27 +0200
-Subject: [PATCH] Exclude tests from wheel
-
-It's generally not desired to install tests together with the module.
-This change does just that and keeps everything else unchanged. Tests
-are still included in the sdist.
----
- setup.cfg | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/setup.cfg b/setup.cfg
-index 9ccdf35..e7290db 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -36,10 +36,11 @@ install_requires =
-     zarr_checksum
- zip_safe = False
- packages = find_namespace:
--include_package_data = True
-+include_package_data = False
- 
- [options.packages.find]
- include = dandischema*
-+exclude = *tests*
- 
- [options.extras_require]
- # I bet will come handy

diff --git a/README.md b/README.md
deleted file mode 100644
index 6b5801b..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-dandischema
-
-The python-dandischema 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/python-dandischema.spec b/python-dandischema.spec
deleted file mode 100644
index 552810f..0000000
--- a/python-dandischema.spec
+++ /dev/null
@@ -1,87 +0,0 @@
-%global pypi_name dandischema
-
-# Allow skipping tests
-%bcond tests 1
- 
-Name:           python-%{pypi_name}
-Version:        0.10.3
-Release:        %{autorelease}
-Summary:        Python library for maintaining and managing DANDI metadata schemata
-License:        Apache-2.0
-
-# ref was set to v0.10.2 by forge causing download to fail
-# so manually set it
-%global ref %{version} 
-%global forgeurl https://github.com/dandi/dandi-schema
-%forgemeta
-URL:            %forgeurl
-Source:         %forgesource
-
-# Patch for source tarball to exlude tests from wheel
-Patch:          %{forgeurl}/pull/249.patch
-
-BuildArch:      noarch
-BuildRequires:  python3-devel
-
-# For setuptools_scm
-BuildRequires:  git-core
-
-%if %{with tests}
-BuildRequires:  python3dist(pytest)
-BuildRequires:  python3dist(pytest-rerunfailures)
-%endif
-
-%global _description %{expand:
-Every Dandiset and associated asset has a metadata object that 
-can be retrieved using the DANDI API. This library helps create 
-and validate DANDI schema-compliant metadata for Dandisets and assets.}
- 
-%description %_description
- 
-%package -n python3-%{pypi_name}
-Summary:        %{summary}
- 
-%description -n python3-%{pypi_name} %_description
-
-%prep
-
-%forgeautosetup -p1 -S git 
-
-# Remove test cov checkers from tox 'test' env
-# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
-sed -i 's/--cov=dandischema //' tox.ini
-
-git add --all
-git commit -m '[Packaging]: Downstream changes for %{version}'
-
-# Make sure this is the last step in prep
-# to avoid PYTHON_PROVIDED_VERSION_NORMALIZES_TO_ZERO___SEE_STDERR
-git tag %{version}
-
-%generate_buildrequires
-%pyproject_buildrequires
- 
- 
-%build
-%pyproject_wheel
-
-
-%install
-%pyproject_install
-%pyproject_save_files -l %{pypi_name}
- 
- 
-%check
-%if %{with tests}
-# Exclude tests which need network
-export DANDI_TESTS_NONETWORK=1
-%pytest -v
-%endif
-%pyproject_check_import
-
-%files -n python3-%{pypi_name} -f %{pyproject_files}
-%doc README.md CHANGELOG.md
- 
- 
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index 7d995bc..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (dandi-schema-0.10.3.tar.gz) = 2ff93345904860164bc733b0d9ec458c577bcd44b039605a218615637580eaf82ada0338a8616b28fe9c7589984012f7886e9d43e397c97d013c511078934905

                 reply	other threads:[~2026-06-26  2:05 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=178243952830.1.4750124690497937253.rpms-python-dandischema-86fdd43c59d1@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