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-yte] rawhide: Orphaned for 6+ weeks
Date: Sun, 19 Jul 2026 00:35:36 GMT	[thread overview]
Message-ID: <178442133651.1.8123218228562253328.rpms-python-yte-6842580eabeb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-yte
Branch : rawhide
Commit : 6842580eabebe35bc0102600fb9395297780e6b6
Author : Orphaned Packages Process <packaging-reports@fedoraproject.org>
Date   : 2026-07-18T19:35:31-05:00
Stats  : +1/-176 in 9 file(s)
URL    : https://src.fedoraproject.org/rpms/python-yte/c/6842580eabebe35bc0102600fb9395297780e6b6?branch=rawhide

Log:
Orphaned for 6+ weeks

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index dcb2afa..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-/yte-1.5.1.tar.gz
-/yte-1.5.4.tar.gz
-/yte-1.5.5.tar.gz
-/yte-1.5.6.tar.gz
-/yte-1.5.7.tar.gz
-/yte-1.6.0.tar.gz
-/yte-1.7.0.tar.gz
-/yte-1.8.1.tar.gz
-/yte-1.9.0.tar.gz
-/yte-1.9.4.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index de7fc5a..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-yte
-
-The python-yte package

diff --git a/README.packit b/README.packit
deleted file mode 100644
index a901bca..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.12.0.post1.dev18+gc39b0e7d4.

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 5ecddfd..0000000
--- a/packit.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-upstream_project_url: https://github.com/yte-template-engine/yte
-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-yte.rpmlintrc b/python-yte.rpmlintrc
deleted file mode 100644
index 789cb07..0000000
--- a/python-yte.rpmlintrc
+++ /dev/null
@@ -1,2 +0,0 @@
-# Not a real spelling error
-addFilter(r"spelling-error \('[Pp]repend(s|ing)',")

diff --git a/python-yte.spec b/python-yte.spec
deleted file mode 100644
index 495e1c9..0000000
--- a/python-yte.spec
+++ /dev/null
@@ -1,66 +0,0 @@
-Name:           python-yte
-Version:        1.9.4
-Release:        %autorelease
-Summary:        YAML template engine with Python expressions
-
-# SPDX
-License:        MIT
-URL:            https://github.com/yte-template-engine/yte
-# GitHub archive contains tests; PyPI sdist does not
-Source0:        %{url}/archive/v%{version}/yte-%{version}.tar.gz
-# Man page written for Fedora in groff_man(7) format based on --help output
-Source1:        yte.1
-
-BuildSystem:    pyproject
-BuildOption(install): --assert-license yte
-
-BuildArch:      noarch
-
-# For tests, from the “dev” dependency group, which has too many unwanted
-# linters etc. to use it for generating BuildRequires:
-BuildRequires:  %{py3_dist pytest}
-BuildRequires:  %{py3_dist numpy} >= 2.0
-
-%global common_description %{expand:
-YTE is a template engine for YAML format that utilizes the YAML structure in
-combination with Python expressions for enabling to dynamically build YAML
-documents.
-
-The key idea of YTE is to rely on the YAML structure to enable conditionals,
-loops and other arbitrary Python expressions to dynamically render YAML files.
-Python expressions are thereby declared by prepending them with a ? anywhere in
-the YAML. Any such value will be automatically evaluated by YTE, yielding plain
-YAML as a result. Importantly, YTE templates are still valid YAML files (for
-YAML, the ? expressions are just strings).
-
-Documentation of YTE can be found at https://yte-template-engine.github.io.}
-
-%description %{common_description}
-
-
-%package -n python3-yte
-Summary:        %{summary}
-
-%description -n python3-yte %{common_description}
-
-
-%install -a
-install -D --preserve-timestamps --mode=0644 \
-    --target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}'
-
-
-%check -a
-%pytest --verbose
-
-
-%files -n python3-yte -f %{pyproject_files}
-%doc CHANGELOG.md
-%doc README.md
-%doc docs/main.md
-
-%{_bindir}/yte
-%{_mandir}/man1/yte.1*
-
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index a259b65..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (yte-1.9.4.tar.gz) = b05135218e6a130c7cd3e479b993c3a8ea81100ecbe6a07ddade54039a5a73347882efe0c35e1a7c63954e0d417434cc1bf7d018e71132270e7dc9eba9967382

diff --git a/yte.1 b/yte.1
deleted file mode 100644
index 478f119..0000000
--- a/yte.1
+++ /dev/null
@@ -1,82 +0,0 @@
-.TH YTE "1" "November 2025" "" "User Commands"
-.SH NAME
-.B yte
-\(en Process a YAML file given at
-.I STDIN
-with YTE,
-and print the result to
-.I STDOUT
-.SH SYNOPSIS
-.B yte
-.RB [ \-h ]
-.RB [ \-\-template\ \fITEMPLATE ]
-.RB [ \-\-output\ \fIOUTPUT ]
-.RB [ \-\-require\-use\-yte ]
-.RB [ \-\-variable\-file\ \fIVARIABLE_FILE ]
-.RB [ \-\-variables\  [ \fIVARIABLES \ ...]]
-.RB [ \-\-version ]
-.SH DESCRIPTION
-Process a YAML file given at
-.I STDIN
-with YTE, and print the result to
-.IR STDOUT .
-.P
-.B Note:
-if nothing is provided at
-.IR STDIN ,
-this will wait forever.
-.SH OPTIONS
-.TP
-.B \-h\fR, \fB\-\-help
-Show a help message and exit.
-.TP
-.B \-\-template\ \fITEMPLATE
-Path to the template file.
-If
-.B \-
-is given, read from
-.IR STDIN .
-.TP
-.B \-\-output\ \fIOUTPUT
-Path to the output file.
-If
-.B \-
-is given, write to
-.IR STDOUT .
-.TP
-.B \-r\fR, \fB\-\-require\-use\-yte
-Require that the document contains a
-.in +7n
-.EX
-.B __use_yte__: true
-.EE
-.in
-statement at the top level.
-If the statement is not present or
-.BR false ,
-return document unprocessed (except removing the
-.in +7n
-.EX
-.B __use_yte__: false
-.EE
-.in
-statement if present)
-.TP
-.B \-\-variable\-file\ \fIVARIABLE_FILE
- Path to a file containing map of variables for the template
-.RB ( .json
-or
-.B .yaml
-format).
-Values given here are overwritten by values with the same names in the
-.B \-\-variables
-option.
-.TP
-.B \-\-variables \fR[\fIVARIABLES\fR\ ...]
-Space separated list of variables to use in the template,
-given as
-.IB name = value
-pairs.
-.TP
-.B \-\-version
-Print version and exit.

                 reply	other threads:[~2026-07-19  0:35 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=178442133651.1.8123218228562253328.rpms-python-yte-6842580eabeb@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