mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ac4cf936e | |||
| 8cfc2b955a | |||
| 0c64f43109 | |||
| 3ee3cd8686 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-auto-cpufreq
|
Name: python-auto-cpufreq
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 2%?dist
|
Release: 3%?dist
|
||||||
Summary: Automatic CPU speed & power optimizer for Linux
|
Summary: Automatic CPU speed & power optimizer for Linux
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
URL: https://foolcontrol.org/?p=4603
|
URL: https://foolcontrol.org/?p=4603
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: proton-vpn-gtk-app
|
Name: proton-vpn-gtk-app
|
||||||
Version: 4.16.5
|
Version: 4.16.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Official ProtonVPN Linux app
|
Summary: Official ProtonVPN Linux app
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://protonvpn.com/download-linux
|
URL: https://protonvpn.com/download-linux
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: terra-%{pypi_name}
|
Name: terra-%{pypi_name}
|
||||||
Version: 1.14.1
|
Version: 1.14.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple wrapper that does winetricks things for Proton enabled games
|
Summary: Simple wrapper that does winetricks things for Proton enabled games
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
diff --git a/requirements.txt b/requirements.txt
|
|
||||||
index a0471ddb..e8ca00a9 100644
|
|
||||||
--- a/requirements.txt
|
|
||||||
+++ b/requirements.txt
|
|
||||||
@@ -18,7 +18,7 @@ keyboard; sys_platform == 'win32'
|
|
||||||
lynxtray; sys_platform == 'win32'
|
|
||||||
opencc; sys_platform != 'win32' # optional
|
|
||||||
opencc-python-reimplemented; sys_platform == 'win32' # optional
|
|
||||||
-pypresence>=4.5.0 # optional
|
|
||||||
+pypresence # optional
|
|
||||||
tekore # optional
|
|
||||||
natsort # optional
|
|
||||||
#picard # optional
|
|
||||||
@@ -4,12 +4,11 @@
|
|||||||
|
|
||||||
Name: python-tauon
|
Name: python-tauon
|
||||||
Version: 10.0.1
|
Version: 10.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A music player for the desktop. Designed to be powerful and streamlined
|
Summary: A music player for the desktop. Designed to be powerful and streamlined
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://tauonmusicbox.rocks/
|
URL: https://tauonmusicbox.rocks/
|
||||||
Source0: https://github.com/Taiko2k/Tauon/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://github.com/Taiko2k/Tauon/archive/refs/tags/v%{version}.tar.gz
|
||||||
Patch0: remove-reqed-version.patch
|
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
@@ -40,7 +39,8 @@ Summary: %{summary}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%git_clone https://github.com/Taiko2k/Tauon v%{version}
|
%git_clone https://github.com/Taiko2k/Tauon v%{version}
|
||||||
%patch -P0 -p1
|
|
||||||
|
%pyproject_patch_dependency pypresence:drop_constraints
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
||||||
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global commit 57b4687ac2a27250a75d9feeefa4906830782321
|
%global commit 339877ea7dd1d4cd2f995a20d30b7d56bab3e65c
|
||||||
%global ver 0.0.41-19451
|
%global ver 0.0.41-19450
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: A python program for repeating music endlessly and creating seamless music loops, with play/export/tagging support
|
Summary: A python program for repeating music endlessly and creating seamless music loops, with play/export/tagging support
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/arkrow/PyMusicLooper
|
URL: https://github.com/arkrow/PyMusicLooper
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.13.0
|
Version: 1.13.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration
|
Summary: A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/huggingface/accelerate
|
URL: https://github.com/huggingface/accelerate
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python 3 runtime libraries for ANTLR 4
|
Summary: Python 3 runtime libraries for ANTLR 4
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://www.antlr.org/
|
URL: https://www.antlr.org/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Core (offline) functionality for the apeye library
|
Summary: Core (offline) functionality for the apeye library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/domdfcoding/apeye-core
|
URL: https://github.com/domdfcoding/apeye-core
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: An LTS port of Python's `audioop` module
|
Summary: An LTS port of Python's `audioop` module
|
||||||
License: PSF-2.0
|
License: PSF-2.0
|
||||||
URL: https://github.com/AbstractUmbra/audioop
|
URL: https://github.com/AbstractUmbra/audioop
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{real_name}
|
Name: python-%{real_name}
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Bash kernel for Jupyter
|
Summary: Bash kernel for Jupyter
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/takluyver/bash_kernel
|
URL: https://github.com/takluyver/bash_kernel
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.49.2
|
Version: 0.49.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Accessible large language models via k-bit quantization for PyTorch
|
Summary: Accessible large language models via k-bit quantization for PyTorch
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://huggingface.co/docs/bitsandbytes/main/en/index
|
URL: https://huggingface.co/docs/bitsandbytes/main/en/index
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard
|
Summary: Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard
|
||||||
License: BSD-3-Clause AND MIT AND Apache-2.0 AND X11
|
License: BSD-3-Clause AND MIT AND Apache-2.0 AND X11
|
||||||
URL: buttplug-py.docs.buttplug.io
|
URL: buttplug-py.docs.buttplug.io
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Simple and beautiful logging for click applications
|
Summary: Simple and beautiful logging for click applications
|
||||||
License: GPL-3.0
|
License: MIT
|
||||||
URL: https://github.com/Toilal/click-logging
|
URL: https://github.com/Toilal/click-logging
|
||||||
# Cannot pull from pypi due to the pypi source not having required install files, causing the build to fail
|
# Cannot pull from pypi due to the pypi source not having required install files, causing the build to fail
|
||||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Bunch of click parameters to use
|
Summary: Bunch of click parameters to use
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://click-params.readthedocs.io/en/stable/
|
URL: https://click-params.readthedocs.io/en/stable/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python functions for encoding and decoding COBS
|
Summary: Python functions for encoding and decoding COBS
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/cobs/
|
URL: https://pypi.org/project/cobs/
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Grabs the dominant color or a representative color palette from an image
|
Summary: Grabs the dominant color or a representative color palette from an image
|
||||||
|
|
||||||
# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/382
|
# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/382
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Color scheme generator
|
Summary: Color scheme generator
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/metakirby5/colorz
|
URL: https://github.com/metakirby5/colorz
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.13.0
|
Version: 1.13.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Additional utilities for click
|
Summary: Additional utilities for click
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://consolekit.readthedocs.io/en/latest/
|
URL: https://consolekit.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.15.0
|
Version: 0.15.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python binding for curl-impersonate fork via cffi..
|
Summary: Python binding for curl-impersonate fork via cffi..
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/lexiforest/curl_cffi
|
URL: https://github.com/lexiforest/curl_cffi
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Detect OS Dark Mode from Python
|
Summary: Detect OS Dark Mode from Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/albertosottile/darkdetect
|
URL: https://github.com/albertosottile/darkdetect
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.6.7
|
Version: 0.6.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Easily serialize Data Classes to and from JSON
|
Summary: Easily serialize Data Classes to and from JSON
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/lidatong/dataclasses-json
|
URL: https://github.com/lidatong/dataclasses-json
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools
|
Summary: The largest hub of ready-to-use datasets for AI models with fast, easy-to-use and efficient data manipulation tools
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/huggingface/datasets
|
URL: https://github.com/huggingface/datasets
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: A wrapper around 'deprecation' providing support for deprecated aliases
|
Summary: A wrapper around 'deprecation' providing support for deprecated aliases
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/domdfcoding/deprecation-alias
|
URL: https://github.com/domdfcoding/deprecation-alias
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.4
|
Version: 0.2.4
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: DiffQ performs differentiable quantization using pseudo quantization noise
|
Summary: DiffQ performs differentiable quantization using pseudo quantization noise
|
||||||
License: CC-BY-NC-4.0
|
License: CC-BY-NC-4.0
|
||||||
URL: https://github.com/facebookresearch/diffq
|
URL: https://github.com/facebookresearch/diffq
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.2.6
|
Version: 2.2.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Advanced directory tree synchronisation tool
|
Summary: Advanced directory tree synchronisation tool
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/domdfcoding/deprecation-alias
|
URL: https://github.com/domdfcoding/deprecation-alias
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Parse and create Python distribution metadata
|
Summary: Parse and create Python distribution metadata
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://dist-meta.readthedocs.io/en/latest/
|
URL: https://dist-meta.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Dom's tools for Tom's Obvious, Minimal Language
|
Summary: Dom's tools for Tom's Obvious, Minimal Language
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://dom-toml.readthedocs.io/en/latest/
|
URL: https://dom-toml.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
project pkg {
|
project pkg {
|
||||||
|
arches = ["x86_64"]
|
||||||
rpm {
|
rpm {
|
||||||
spec = "dora-search.spec"
|
spec = "dora-search.spec"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
%global pypi_name dora-search
|
%global pypi_name dora-search
|
||||||
%global _desc Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
|
%global _desc Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
|
||||||
|
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.12
|
Version: 0.1.12
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Experiment management framework
|
Summary: Experiment management framework
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/facebookresearch/dora
|
URL: https://github.com/facebookresearch/dora
|
||||||
@@ -14,6 +12,7 @@ Source0: %url/archive/refs/tags/v%version.tar.gz
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Dictionary wrapper for quick access to deeply nested keys
|
Summary: Dictionary wrapper for quick access to deeply nested keys
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pawelzny/dotty_dict
|
URL: https://github.com/pawelzny/dotty_dict
|
||||||
Source0: %url/archive/refs/tags/v%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.13.0
|
Version: 0.13.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Tools to expand Python's enum module
|
Summary: Tools to expand Python's enum module
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
URL: https://enum-tools.readthedocs.io/en/latest/
|
URL: https://enum-tools.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Faster version of Colorthief
|
Summary: Faster version of Colorthief
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/bedapisl/fast-colorthief
|
URL: https://github.com/bedapisl/fast-colorthief
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Faster Whisper transcription with CTranslate2
|
Summary: Faster Whisper transcription with CTranslate2
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/SYSTRAN/faster-whisper
|
URL: https://github.com/SYSTRAN/faster-whisper
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.0
|
Version: 0.2.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python bindings for FFmpeg - with complex filtering support
|
Summary: Python bindings for FFmpeg - with complex filtering support
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/kkroening/ffmpeg-python
|
URL: https://github.com/kkroening/ffmpeg-python
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Easy, clean, reliable Python 2/3 compatibility
|
Summary: Easy, clean, reliable Python 2/3 compatibility
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/manrajgrover/halo
|
URL: https://github.com/manrajgrover/halo
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.13
|
Version: 0.13
|
||||||
Release: 2%?dist
|
Release: 3%?dist
|
||||||
Summary: Chip support package for Cypress EZ-USB FX2 series microcontrollers
|
Summary: Chip support package for Cypress EZ-USB FX2 series microcontrollers
|
||||||
License: 0BSD
|
License: 0BSD
|
||||||
URL: https://github.com/whitequark/libfx2
|
URL: https://github.com/whitequark/libfx2
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.4
|
Version: 1.3.4
|
||||||
Release: 2%?dist
|
Release: 3%?dist
|
||||||
Summary: Colour your text / terminal to be more gay
|
Summary: Colour your text / terminal to be more gay
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/ms-jpq/gay
|
URL: https://github.com/ms-jpq/gay
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: gevent-websocket is a WebSocket library for the gevent networking library
|
Summary: gevent-websocket is a WebSocket library for the gevent networking library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/cynepiaadmin/geventwebsocket
|
URL: https://github.com/cynepiaadmin/geventwebsocket
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Tool to create GPT disk image files
|
Summary: Tool to create GPT disk image files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/swysocki/gpt-image
|
URL: https://github.com/swysocki/gpt-image
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Haishoku is a development tool for grabbing the dominant color or representative
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.1.8
|
Version: 1.1.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A development tool for grabbing the dominant color or representative color palette from an image
|
Summary: A development tool for grabbing the dominant color or representative color palette from an image
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/LanceGin/haishoku
|
URL: https://github.com/LanceGin/haishoku
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.0.31
|
Version: 0.0.31
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Beautiful spinners for terminal, IPython and Jupyter
|
Summary: Beautiful spinners for terminal, IPython and Jupyter
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/manrajgrover/halo
|
URL: https://github.com/manrajgrover/halo
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.0
|
Version: 0.2.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Some handy archive helpers for Python
|
Summary: Some handy archive helpers for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://handy-archives.readthedocs.io/en/latest/
|
URL: https://handy-archives.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: xet client tech, used in huggingface_hub
|
Summary: xet client tech, used in huggingface_hub
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/huggingface/xet-core
|
URL: https://github.com/huggingface/xet-core
|
||||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
Source0: %{url}/releases/download/%{version}/hf_xet-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
@@ -40,7 +40,7 @@ Summary: documentation for python3-%{pypi_name}
|
|||||||
documentation for python3-%{pypi_name}.
|
documentation for python3-%{pypi_name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n xet-core-%{version}
|
%autosetup -n hf_xet-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Hydra is a framework for elegantly configuring complex applications
|
Summary: Hydra is a framework for elegantly configuring complex applications
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/facebookresearch/hydra
|
URL: https://github.com/facebookresearch/hydra
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: python-ignis
|
Name: python-ignis
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 2%?dist
|
Release: 3%?dist
|
||||||
Summary: A widget framework for building desktop shells, written and configurable in Python
|
Summary: A widget framework for building desktop shells, written and configurable in Python
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: FFMPEG wrapper for Python
|
Summary: FFMPEG wrapper for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/imageio/imageio-ffmpeg
|
URL: https://github.com/imageio/imageio-ffmpeg
|
||||||
Source0: %url/archive/refs/tags/v%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{real_name}
|
Name: python-%{real_name}
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python library to adapt iterables to a file-like interface
|
Summary: Python library to adapt iterables to a file-like interface
|
||||||
|
|
||||||
# According to README
|
# According to README
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Exoplanet evolution code
|
Summary: Exoplanet evolution code
|
||||||
License: LGPL-3.0
|
License: LGPL-3.0
|
||||||
URL: https://gitlab.unige.ch/spice_dune/jade
|
URL: https://gitlab.unige.ch/spice_dune/jade
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python API Client for Jellyfin
|
Summary: Python API Client for Jellyfin
|
||||||
License: GPL-3.0
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/jellyfin/jellyfin-apiclient-python
|
URL: https://github.com/jellyfin/jellyfin-apiclient-python
|
||||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.11.1
|
Version: 0.11.1
|
||||||
Release: 2%?dist
|
Release: 3%?dist
|
||||||
Summary: An object-oriented JSON Schema implementation for Python
|
Summary: An object-oriented JSON Schema implementation for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/marksparkza/jschon
|
URL: https://github.com/marksparkza/jschon
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.2.8
|
Version: 0.2.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Fast PyTorch based DSP for audio and 1D signals
|
Summary: Fast PyTorch based DSP for audio and 1D signals
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/adefossez/julius
|
URL: https://github.com/adefossez/julius
|
||||||
@@ -15,6 +15,7 @@ BuildRequires: python3-build
|
|||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-hatchling
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-jupyter-sphinx
|
Name: python-jupyter-sphinx
|
||||||
Version: 0.5.3
|
Version: 0.5.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Jupyter Sphinx extensions
|
Summary: Jupyter Sphinx extensions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://jupyter-sphinx.readthedocs.io/
|
URL: https://jupyter-sphinx.readthedocs.io/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.5
|
Version: 0.9.5
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Cython bindings and Pillow plugin for JPEG XL
|
Summary: Cython bindings and Pillow plugin for JPEG XL
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/olokelo/jxlpy
|
URL: https://github.com/olokelo/jxlpy
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.81.0
|
Version: 3.81.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Pure Python library for LaTeX to MathML conversion
|
Summary: Pure Python library for LaTeX to MathML conversion
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/roniemartinez/latex2mathml
|
URL: https://github.com/roniemartinez/latex2mathml
|
||||||
Source0: %{pypi_source}
|
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@@ -18,6 +18,8 @@ BuildRequires: python3-poetry-core
|
|||||||
BuildRequires: python3-installer
|
BuildRequires: python3-installer
|
||||||
BuildRequires: python3-build
|
BuildRequires: python3-build
|
||||||
BuildRequires: python3-hatchling
|
BuildRequires: python3-hatchling
|
||||||
|
BuildRequires: python3-importlib-metadata
|
||||||
|
BuildRequires: python3-uv-build
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.33.0
|
Version: 1.33.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools for handling multimodal data in machine learning projects
|
Summary: Tools for handling multimodal data in machine learning projects
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://lhotse.readthedocs.io/en/latest/
|
URL: https://lhotse.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.11.0
|
Version: 0.11.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python library for audio and music analysis
|
Summary: Python library for audio and music analysis
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://librosa.org
|
URL: https://librosa.org
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.0.14
|
Version: 0.0.14
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Colored symbols for various log levels for Python
|
Summary: Colored symbols for various log levels for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/manrajgrover/py-log-symbols
|
URL: https://github.com/manrajgrover/py-log-symbols
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.24.0
|
Version: 0.24.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: get things from one computer to another, safely
|
Summary: get things from one computer to another, safely
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/magic-wormhole/magic-wormhole
|
URL: https://github.com/magic-wormhole/magic-wormhole
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Material You color generation algorithms in pure python!
|
Summary: Material You color generation algorithms in pure python!
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/T-Dynamos/materialyoucolor-python
|
URL: https://github.com/T-Dynamos/materialyoucolor-python
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: python3-library to convert Markdown with included LaTeX-Formulas to HTML with MathML
|
Summary: python3-library to convert Markdown with included LaTeX-Formulas to HTML with MathML
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
URL: https://github.com/polarwinkel/mdtex2html
|
URL: https://github.com/polarwinkel/mdtex2html
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Batteries-Included Python 3 CLI Framework
|
Summary: Batteries-Included Python 3 CLI Framework
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/clueboard/milc
|
URL: https://github.com/clueboard/milc
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
|
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/miyuchina/mistletoe
|
URL: https://github.com/miyuchina/mistletoe
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: MPEG-DASH MPD(Media Presentation Description) Parser
|
Summary: MPEG-DASH MPD(Media Presentation Description) Parser
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sangwonl/python-mpegdash
|
URL: https://github.com/sangwonl/python-mpegdash
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.8
|
Version: 1.0.8
|
||||||
Release: 3%?dist
|
Release: 4%?dist
|
||||||
Summary: Python interface to the awesome mpv media player
|
Summary: Python interface to the awesome mpv media player
|
||||||
License: GPL-2.0+ OR LGPL-2.1+
|
License: GPL-2.0+ OR LGPL-2.1+
|
||||||
URL: https://github.com/jaseg/python-mpv
|
URL: https://github.com/jaseg/python-mpv
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.4.3
|
Version: 0.4.3
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python parser and tools for MUSDB18 Music Separation Dataset
|
Summary: Python parser and tools for MUSDB18 Music Separation Dataset
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sigsep/sigsep-mus-db
|
URL: https://github.com/sigsep/sigsep-mus-db
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Source separation evaluation tools for python
|
Summary: Source separation evaluation tools for python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sigsep/sigsep-mus-eval
|
URL: https://github.com/sigsep/sigsep-mus-eval
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.65.1
|
Version: 0.65.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: NumPy aware dynamic Python compiler using LLVM
|
Summary: NumPy aware dynamic Python compiler using LLVM
|
||||||
License: BSD-2-Clause AND MIT AND BSD-3-Clause
|
License: BSD-2-Clause AND MIT AND BSD-3-Clause
|
||||||
URL: https://numba.pydata.org
|
URL: https://numba.pydata.org
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Flexible Python configuration system. The last one you will ever need
|
Summary: Flexible Python configuration system. The last one you will ever need
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/omry/omegaconf
|
URL: https://github.com/omry/omegaconf
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open-Unmix - Music Source Separation for PyTorch
|
Summary: Open-Unmix - Music Source Separation for PyTorch
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sigsep/open-unmix-pytorch
|
URL: https://github.com/sigsep/open-unmix-pytorch
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 20250625
|
Version: 20250625
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Robust Speech Recognition via Large-Scale Weak Supervision
|
Summary: Robust Speech Recognition via Large-Scale Weak Supervision
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/openai/whisper
|
URL: https://github.com/openai/whisper
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Chinese Convert
|
Summary: Open Chinese Convert
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/BYVoid/OpenCC
|
URL: https://github.com/BYVoid/OpenCC
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.19.1
|
Version: 0.19.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: PEFT: State-of-the-art Parameter-Efficient Fine-Tuning
|
Summary: PEFT: State-of-the-art Parameter-Efficient Fine-Tuning
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/huggingface/peft
|
URL: https://github.com/huggingface/peft
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.6.1rc1
|
Version: 0.6.1rc1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Pretty Good Privacy for Python
|
Summary: Pretty Good Privacy for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/memory/PGPy
|
URL: https://github.com/memory/PGPy
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python library for working with HEIF images and plugin for Pillow
|
Summary: Python library for working with HEIF images and plugin for Pillow
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: %{pypi_version}
|
Version: %{pypi_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Live patches pip to use system certs by default
|
Summary: Live patches pip to use system certs by default
|
||||||
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.12.33
|
Version: 0.12.33
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: A framework for package management
|
Summary: A framework for package management
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://pkgcore.github.io/pkgcore
|
URL: https://pkgcore.github.io/pkgcore
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 4.18.1
|
Version: 4.18.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python bindings for the Plex API
|
Summary: Python bindings for the Plex API
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/pushingkarmaorg/python-plexapi
|
URL: https://github.com/pushingkarmaorg/python-plexapi
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 7.18.0
|
Version: 7.18.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Send usage data from your Python code to PostHog
|
Summary: Send usage data from your Python code to PostHog
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://posthog.com/docs/libraries/python
|
URL: https://posthog.com/docs/libraries/python
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 7.35.0
|
Version: 7.35.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Protocol Buffers
|
Summary: Protocol Buffers
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-proton-core
|
Name: python-proton-core
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: %{unmangled_name} library
|
Summary: %{unmangled_name} library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/ProtonVPN/%{github_repo_name}
|
URL: https://github.com/ProtonVPN/%{github_repo_name}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-proton-keyring-linux
|
Name: python-proton-keyring-linux
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python3 Proton linux keyring base implementation
|
Summary: Python3 Proton linux keyring base implementation
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/ProtonVPN/python-proton-keyring-linux
|
URL: https://github.com/ProtonVPN/python-proton-keyring-linux
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 5.2.4
|
Version: 5.2.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A facade to the other Proton VPN components
|
Summary: A facade to the other Proton VPN components
|
||||||
License: GPL-3.0-Only
|
License: GPL-3.0-Only
|
||||||
URL: https://github.com/ProtonVPN/python-proton-vpn-api-core
|
URL: https://github.com/ProtonVPN/python-proton-vpn-api-core
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.6.3
|
Version: 1.6.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Proton VPN local agent written in Rust
|
Summary: Proton VPN local agent written in Rust
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/ProtonVPN/local-agent-rs
|
URL: https://github.com/ProtonVPN/local-agent-rs
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Simple (hopefuly useful) Proxy (as in the GoF design pattern) implementation for Python
|
Summary: Simple (hopefuly useful) Proxy (as in the GoF design pattern) implementation for Python
|
||||||
License: BSD-2-clause
|
License: BSD-2-clause
|
||||||
URL: https://github.com/jtushman/proxy_tools
|
URL: https://github.com/jtushman/proxy_tools
|
||||||
|
|||||||
@@ -4,13 +4,12 @@
|
|||||||
|
|
||||||
Name: python-%{real_name}
|
Name: python-%{real_name}
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%?dist
|
||||||
Summary: Command-line client for the Public.com Trading API
|
Summary: Command-line client for the Public.com Trading API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/PublicDotCom/publicdotcom-cli
|
URL: https://github.com/PublicDotCom/publicdotcom-cli
|
||||||
Source0: %{pypi_source}
|
Source0: %{pypi_source}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@@ -40,7 +39,6 @@ Summary: %{summary}
|
|||||||
|
|
||||||
%files -n python3-%{real_name} -f %{pyproject_files}
|
%files -n python3-%{real_name} -f %{pyproject_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
|
||||||
%{_bindir}/public
|
%{_bindir}/public
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{real_name}
|
Name: python-%{real_name}
|
||||||
Version: 0.1.15
|
Version: 0.1.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python SDK for interacting with the Public Trading API
|
Summary: Python SDK for interacting with the Public Trading API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/PublicDotCom/publicdotcom-py
|
URL: https://github.com/PublicDotCom/publicdotcom-py
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.0.24
|
Version: 0.0.24
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners
|
Summary: More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/spinners/
|
URL: https://pypi.org/project/spinners/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 13.0.1
|
Version: 13.0.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
|
Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jfhbrook/pyee
|
URL: https://github.com/jfhbrook/pyee
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python bindings for FluidSynth
|
Summary: Python bindings for FluidSynth
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
URL: https://github.com/nwhitehead/pyfluidsynth
|
URL: https://github.com/nwhitehead/pyfluidsynth
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{real_name}
|
Name: python-%{real_name}
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A collection of Pygments styles
|
Summary: A collection of Pygments styles
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://pygments-styles.org
|
URL: https://pygments-styles.org
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.14.0
|
Version: 0.14.0
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Parser for 'pyproject.toml'
|
Summary: Parser for 'pyproject.toml'
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pyproject-parser.readthedocs.io/en/latest/
|
URL: https://pyproject-parser.readthedocs.io/en/latest/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1a7
|
Version: 1a7
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Convert a spec file from py3_build etc. macros to pyproject_*
|
Summary: Convert a spec file from py3_build etc. macros to pyproject_*
|
||||||
License: MIT-0
|
License: MIT-0
|
||||||
URL: https://github.com/hroncok/pyprojectize
|
URL: https://github.com/hroncok/pyprojectize
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.11b1
|
Version: 0.9.11b1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A pure Python wrapper for SDL3
|
Summary: A pure Python wrapper for SDL3
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pysdl3.readthedocs.io/
|
URL: https://pysdl3.readthedocs.io/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python API to MPV using JSON IPC
|
Summary: Python API to MPV using JSON IPC
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/iwalton3/python-mpv-jsonipc
|
URL: https://github.com/iwalton3/python-mpv-jsonipc
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Fast and high quality sample-rate conversion library for Python
|
Summary: Fast and high quality sample-rate conversion library for Python
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
URL: https://github.com/dofuuz/python-soxr
|
URL: https://github.com/dofuuz/python-soxr
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 1%?dist
|
Release: 2%?dist
|
||||||
Summary: Python package for writing Value Change Dump (VCD) files
|
Summary: Python package for writing Value Change Dump (VCD) files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/SanDisk-Open-Source/pyvcd
|
URL: https://github.com/SanDisk-Open-Source/pyvcd
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Pywal is a tool that generates a color palette from the dominant colors in an im
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.8.15
|
Version: 3.8.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: 16 color fork of the original Pywal
|
Summary: 16 color fork of the original Pywal
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/eylles/pywal16
|
URL: https://github.com/eylles/pywal16
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 6.2.1
|
Version: 6.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Build GUI for your Python program with JavaScript, HTML, and CSS
|
Summary: Build GUI for your Python program with JavaScript, HTML, and CSS
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/r0x0r/pywebview
|
URL: https://github.com/r0x0r/pywebview
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user