mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 13:17:37 +00:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc61168ad6 | |||
| 78db5479ce | |||
| 0ad5f461fb | |||
| b5039cc2fd | |||
| 0250ca6c7a | |||
| 4131d700e0 | |||
| d8fb677b1d | |||
| a4e683f84f | |||
| 0dfdc39c6b | |||
| f227eb8096 | |||
| abf2b0b5b4 | |||
| 0e1fb6ca1e | |||
| 9adb665325 | |||
| 79fbdaa9db | |||
| f7a2fd80f1 | |||
| c1af62ec55 | |||
| f33a6de130 | |||
| dbcb991b88 | |||
| 67973515eb | |||
| 21ba2be385 | |||
| 674f65af6b | |||
| 25c3ca2c7e | |||
| 77da9148e8 | |||
| 838c858e0c | |||
| a4af891ade | |||
| 8f9c0b1fa3 |
@@ -37,11 +37,11 @@ jobs:
|
||||
dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm
|
||||
|
||||
- name: Install build dependencies
|
||||
run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/tools/buildsys/{anda,subatomic}/*.spec
|
||||
run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/{buildsys/anda,tools/subatomic}/*.spec
|
||||
|
||||
- name: Install Anda
|
||||
run: |
|
||||
rpmbuild -bb anda/tools/buildsys/anda/*.spec --undefine=_disable_source_fetch -D "_sourcedir $(pwd)/anda/tools/buildsys/anda/" -D "_rpmdir $(pwd)/anda-build/rpm/rpms/"
|
||||
rpmbuild -bb anda/buildsys/anda/*.spec --undefine=_disable_source_fetch -D "_sourcedir $(pwd)/anda/buildsys/anda/" -D "_rpmdir $(pwd)/anda-build/rpm/rpms/"
|
||||
mv ./anda-build/rpm/rpms/*/anda-*.rpm ./anda-build/rpm/rpms/
|
||||
dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm
|
||||
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
run: anda build -D "vendor Terra" -D "__python %{__python3}" -rrpmbuild anda/terra/appstream-helper/pkg
|
||||
|
||||
- name: Build Subatomic
|
||||
run: anda build -D "vendor Terra" -rrpmbuild anda/tools/buildsys/subatomic/pkg
|
||||
run: anda build -D "vendor Terra" -rrpmbuild anda/tools/subatomic/pkg
|
||||
- name: Install Subatomic
|
||||
run: dnf5 install -y ./anda-build/rpm/rpms/subatomic-*.rpm
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-auto-cpufreq
|
||||
Version: 3.0.0
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Automatic CPU speed & power optimizer for Linux
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://foolcontrol.org/?p=4603
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1216
|
||||
Version: 1.0.1220
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord-canary
|
||||
Version: 1.0.1216
|
||||
Version: 1.0.1220
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 1.0.141
|
||||
Version: 1.0.142
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord
|
||||
Version: 1.0.141
|
||||
Version: 1.0.142
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit f3e81d2608aa2e1269c53765ce61823c8ed2aea7
|
||||
%global commit da6121bdd6fe58060fd7c05fb8503520a150b715
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260529
|
||||
%global commit_date 20260609
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit eebb15d3d940823883afa67bf62692874df7f2d1
|
||||
%global commit f6e935d4ac4f4a8aae5a632bf5dc2d169ed2becb
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260426
|
||||
%global commit_date 20260608
|
||||
%global ver 2.2.1^
|
||||
%global base_name goofcord
|
||||
%global git_name GoofCord
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate halloy
|
||||
|
||||
Name: halloy
|
||||
Version: 2026.7.1
|
||||
Version: 2026.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: An open-source IRC client written in Rust, with the Iced GUI library
|
||||
Packager: Yoong jin <solomoncyj@gmail.com>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 71ebd08406547339a5decd9c61ab3e83739e96b3
|
||||
%global commit 6444c050592991d94cf36ecdb013dac193c24ff5
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260606
|
||||
%global commit_date 20260608
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: proton-vpn-gtk-app
|
||||
Version: 4.16.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Official ProtonVPN Linux app
|
||||
License: GPL-3.0-only
|
||||
URL: https://protonvpn.com/download-linux
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: terra-%{pypi_name}
|
||||
Version: 1.14.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Simple wrapper that does winetricks things for Proton enabled games
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-06-07
|
||||
%global ver 2026-06-09
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -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
|
||||
Version: 10.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A music player for the desktop. Designed to be powerful and streamlined
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://tauonmusicbox.rocks/
|
||||
Source0: https://github.com/Taiko2k/Tauon/archive/refs/tags/v%{version}.tar.gz
|
||||
Patch0: remove-reqed-version.patch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-wheel
|
||||
@@ -40,7 +39,8 @@ Summary: %{summary}
|
||||
|
||||
%prep
|
||||
%git_clone https://github.com/Taiko2k/Tauon v%{version}
|
||||
%patch -P0 -p1
|
||||
|
||||
%pyproject_patch_dependency pypresence:drop_constraints
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git
|
||||
|
||||
Name: throne
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
|
||||
URL: https://github.com/throneproj/Throne
|
||||
|
||||
@@ -41,6 +41,7 @@ export PATH="/usr/lib/jvm/java-21-openjdk/bin:${PATH}"
|
||||
-Pgradle_installPath="$(pwd)/dist" \
|
||||
-Porg.gradle.ignoreBuildJavaVersionCheck=true \
|
||||
--warning-mode all \
|
||||
-Dorg.gradle.unsafe.isolated-projects=false \
|
||||
--no-configuration-cache
|
||||
|
||||
%install
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: driftwm
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A trackpad-first infinite canvas Wayland compositor
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit d3692d48fc3c3223c428ac0db56f4dc111f1f620
|
||||
%global commit 461f8efba3e43b6db0e66bfca0b7eb87f2e31fb8
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "noctalia-git.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global ver 5.0.0
|
||||
|
||||
%global commit 65b228b950225ae7e4b212930a7a42f9248d24d9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260608
|
||||
|
||||
Name: noctalia-git
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/noctalia-dev/noctalia
|
||||
Source0: https://github.com/noctalia-dev/noctalia/archive/%{commit}/noctalia-%{commit}.tar.gz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: git
|
||||
BuildRequires: pipewire-devel
|
||||
BuildRequires: sdbus-cpp-devel
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(jemalloc)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libqalculate)
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(pam)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
|
||||
Provides: desktop-notification-daemon
|
||||
Provides: PolicyKit-authentication-agent
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: dejavu-sans-fonts
|
||||
Requires: libwebp
|
||||
|
||||
Recommends: ddcutil
|
||||
Recommends: gpu-screen-recorder
|
||||
Recommends: power-profiles-daemon
|
||||
|
||||
Packager: Cypress Reed <cypress@fyralabs.com>
|
||||
|
||||
%description
|
||||
A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency.
|
||||
|
||||
%prep
|
||||
%autosetup -n noctalia-%{commit}
|
||||
# Manually insert commit hash
|
||||
sed -i "s/'unknown'/'%{shortcommit}'/g" meson.build
|
||||
|
||||
%conf
|
||||
%meson
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
install -d %{buildroot}%{_licensedir}/%{name}/third_party
|
||||
find third_party -type f \( -name "LICENSE*" -o -name "COPYING*" -o -name "NOTICE*" \) | while read -r file; do
|
||||
# Create the destination subdirectory
|
||||
dest_dir="%{buildroot}%{_licensedir}/%{name}/$(dirname "$file")"
|
||||
install -d "$dest_dir"
|
||||
# Copy the file to its specific subfolder
|
||||
install -p -m 0644 "$file" "$dest_dir/"
|
||||
done
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_licensedir}/%{name}/third_party/
|
||||
%{_bindir}/noctalia
|
||||
%{_datadir}/noctalia/
|
||||
|
||||
%changelog
|
||||
* Fri Jun 05 2026 Cypress Reed <cypress@fyralabs.com>
|
||||
- Port to terra from Fedora COPR lionheartp/Hyprland
|
||||
@@ -0,0 +1,6 @@
|
||||
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia/commits/main").json().sha);
|
||||
if rpm.changed() {
|
||||
// rpm.global("ver", gh("noctalia-dev/noctalia"));
|
||||
rpm.global("commit_date", date());
|
||||
rpm.release();
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 0782a3c22f28c9f562d90abeacaf9f7fd868f256
|
||||
%global commit_date 20260607
|
||||
%global commit 186b53b02db00ebdb6a91d5c052ea18eb2726719
|
||||
%global commit_date 20260609
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: libsingularity
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
||||
|
||||
Name: android-studio-canary
|
||||
Version: 2026.1.2.5
|
||||
Version: 2026.1.2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Official IDE for Android development (Canary build)
|
||||
License: Apache-2.0
|
||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://developer.android.com/studio/preview
|
||||
|
||||
%define suffixS quail2-canary5
|
||||
%define suffixS quail2-canary6
|
||||
|
||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 7092b39445bebfd3178f562eb9e5fa9a95a32332
|
||||
%global commit 69095e298ab88bb0eb5ba541f4c505f2c22d07f5
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-06-06
|
||||
%global fulldate 2026-06-08
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 5c1f18bcebb6966ea00f1460a63898194c9324df
|
||||
%global commit 308a1067ec88869b0932e4234a67aab9057ce81c
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260607
|
||||
%global commit_date 20260609
|
||||
%global ver 1.7.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
# 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_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global commit 57b4687ac2a27250a75d9feeefa4906830782321
|
||||
%global ver 0.0.41-19451
|
||||
%global commit e379fba97d132a84b976709ce35670c520ccc0ae
|
||||
%global ver 0.0.41-19452
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 59950bd0b02c482ee88f4c7fe1aeb1e48db7e286
|
||||
%global commit 3bfa8a541c62e30a0ea753f83035b0ea7600046c
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver v5.49.0
|
||||
%global commit_date 20260519
|
||||
%global commit_date 20260609
|
||||
|
||||
%global goipath github.com/v2fly/v2ray-core
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit fdb9b616fc0edf8fb4c3285870388947b92669fc
|
||||
%global commit 83cf229909dfb8f0513db5a407abb190f60ab2c4
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver v26.3.27
|
||||
%global commit_date 20260603
|
||||
%global commit_date 20260609
|
||||
|
||||
%global goipath github.com/XTLS/Xray-core
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit f1ff8b6d9e063fef1bfd7904034c8e8f0e5e2bab
|
||||
%global commit e942da94b5b52fa7e09b133d52125037ba69c7b7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260607
|
||||
%global commit_date 20260609
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
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
|
||||
License: MIT
|
||||
URL: https://github.com/arkrow/PyMusicLooper
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
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
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/huggingface/accelerate
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Python 3 runtime libraries for ANTLR 4
|
||||
License: BSD
|
||||
URL: https://www.antlr.org/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.1.5
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Core (offline) functionality for the apeye library
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/domdfcoding/apeye-core
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "torrentp.spec"
|
||||
spec = "asyncclick.spec"
|
||||
}
|
||||
}
|
||||
+10
-10
@@ -1,18 +1,20 @@
|
||||
%global pypi_name torrentp
|
||||
%global _desc Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code.
|
||||
%global pypi_name asyncclick
|
||||
%global _desc Python composable command line utility, trio-compatible version.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.7
|
||||
Version: 8.3.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/iw4p/torrentp
|
||||
Summary: Python composable command line utility, trio-compatible version
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/python-trio/asyncclick/
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-flit-core
|
||||
BuildArch: noarch
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -28,7 +30,6 @@ Summary: %{summary}
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
%pyproject_patch_dependency rich:drop_constraints
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -39,8 +40,7 @@ Summary: %{summary}
|
||||
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/torrentp
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(pypi("asyncclick"));
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: An LTS port of Python's `audioop` module
|
||||
License: PSF-2.0
|
||||
URL: https://github.com/AbstractUmbra/audioop
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-%{real_name}
|
||||
Version: 0.10.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Bash kernel for Jupyter
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/takluyver/bash_kernel
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.49.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Accessible large language models via k-bit quantization for PyTorch
|
||||
License: MIT
|
||||
URL: https://huggingface.co/docs/bitsandbytes/main/en/index
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
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
|
||||
License: BSD-3-Clause AND MIT AND Apache-2.0 AND X11
|
||||
URL: buttplug-py.docs.buttplug.io
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Simple and beautiful logging for click applications
|
||||
License: GPL-3.0
|
||||
License: MIT
|
||||
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
|
||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.5.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Bunch of click parameters to use
|
||||
License: Apache-2.0
|
||||
URL: https://click-params.readthedocs.io/en/stable/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.2.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Python functions for encoding and decoding COBS
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/cobs/
|
||||
|
||||
@@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Grabs the dominant color or a representative color palette from an image
|
||||
|
||||
# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/382
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Color scheme generator
|
||||
License: MIT
|
||||
URL: https://github.com/metakirby5/colorz
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.13.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Additional utilities for click
|
||||
License: MIT
|
||||
URL: https://consolekit.readthedocs.io/en/latest/
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python binding for curl-impersonate fork via cffi..
|
||||
License: MIT
|
||||
URL: https://github.com/lexiforest/curl_cffi
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.8.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Detect OS Dark Mode from Python
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/albertosottile/darkdetect
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.6.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Easily serialize Data Classes to and from JSON
|
||||
License: MIT
|
||||
URL: https://github.com/lidatong/dataclasses-json
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
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
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/huggingface/datasets
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: A wrapper around 'deprecation' providing support for deprecated aliases
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/domdfcoding/deprecation-alias
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.4
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: DiffQ performs differentiable quantization using pseudo quantization noise
|
||||
License: CC-BY-NC-4.0
|
||||
URL: https://github.com/facebookresearch/diffq
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.2.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Advanced directory tree synchronisation tool
|
||||
License: MIT
|
||||
URL: https://github.com/domdfcoding/deprecation-alias
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Parse and create Python distribution metadata
|
||||
License: MIT
|
||||
URL: https://dist-meta.readthedocs.io/en/latest/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.3.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Dom's tools for Tom's Obvious, Minimal Language
|
||||
License: MIT
|
||||
URL: https://dom-toml.readthedocs.io/en/latest/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "dora-search.spec"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
%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.
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.12
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Experiment management framework
|
||||
License: MIT
|
||||
URL: https://github.com/facebookresearch/dora
|
||||
@@ -14,6 +12,7 @@ Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
BuildArch: noarch
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Dictionary wrapper for quick access to deeply nested keys
|
||||
License: MIT
|
||||
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
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.13.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Tools to expand Python's enum module
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://enum-tools.readthedocs.io/en/latest/
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Faster version of Colorthief
|
||||
License: MIT
|
||||
URL: https://github.com/bedapisl/fast-colorthief
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.2.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Faster Whisper transcription with CTranslate2
|
||||
License: MIT
|
||||
URL: https://github.com/SYSTRAN/faster-whisper
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Python bindings for FFmpeg - with complex filtering support
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/kkroening/ffmpeg-python
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Easy, clean, reliable Python 2/3 compatibility
|
||||
License: MIT
|
||||
URL: https://github.com/manrajgrover/halo
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.13
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Chip support package for Cypress EZ-USB FX2 series microcontrollers
|
||||
License: 0BSD
|
||||
URL: https://github.com/whitequark/libfx2
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.4
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Colour your text / terminal to be more gay
|
||||
License: MIT
|
||||
URL: https://github.com/ms-jpq/gay
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.10.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: gevent-websocket is a WebSocket library for the gevent networking library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/cynepiaadmin/geventwebsocket
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Tool to create GPT disk image files
|
||||
License: MIT
|
||||
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}
|
||||
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
|
||||
License: MIT
|
||||
URL: https://github.com/LanceGin/haishoku
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.31
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Beautiful spinners for terminal, IPython and Jupyter
|
||||
License: MIT
|
||||
URL: https://github.com/manrajgrover/halo
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Some handy archive helpers for Python
|
||||
License: MIT
|
||||
URL: https://handy-archives.readthedocs.io/en/latest/
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
%global _desc xet client tech, used in huggingface_hub.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: xet client tech, used in huggingface_hub
|
||||
License: Apache-2.0
|
||||
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-pip
|
||||
@@ -40,7 +40,7 @@ Summary: documentation for python3-%{pypi_name}
|
||||
documentation for python3-%{pypi_name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n xet-core-%{version}
|
||||
%autosetup -n hf_xet-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.2.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Hydra is a framework for elegantly configuring complex applications
|
||||
License: MIT
|
||||
URL: https://github.com/facebookresearch/hydra
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: python-ignis
|
||||
Version: 0.5.1
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: A widget framework for building desktop shells, written and configurable in Python
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.6.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: FFMPEG wrapper for Python
|
||||
License: BSD-2-Clause
|
||||
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
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-%{real_name}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python library to adapt iterables to a file-like interface
|
||||
|
||||
# According to README
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Exoplanet evolution code
|
||||
License: LGPL-3.0
|
||||
URL: https://gitlab.unige.ch/spice_dune/jade
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.12.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python API Client for Jellyfin
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/jellyfin/jellyfin-apiclient-python
|
||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.11.1
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: An object-oriented JSON Schema implementation for Python
|
||||
License: MIT
|
||||
URL: https://github.com/marksparkza/jschon
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Fast PyTorch based DSP for audio and 1D signals
|
||||
License: MIT
|
||||
URL: https://github.com/adefossez/julius
|
||||
@@ -15,6 +15,7 @@ BuildRequires: python3-build
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-hatchling
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
Name: python-jupyter-sphinx
|
||||
Version: 0.5.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Jupyter Sphinx extensions
|
||||
License: BSD-3-Clause
|
||||
URL: https://jupyter-sphinx.readthedocs.io/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.5
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Cython bindings and Pillow plugin for JPEG XL
|
||||
License: MIT
|
||||
URL: https://github.com/olokelo/jxlpy
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 3.81.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Pure Python library for LaTeX to MathML conversion
|
||||
License: MIT
|
||||
URL: https://github.com/roniemartinez/latex2mathml
|
||||
Source0: %{pypi_source}
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@@ -18,6 +18,8 @@ BuildRequires: python3-poetry-core
|
||||
BuildRequires: python3-installer
|
||||
BuildRequires: python3-build
|
||||
BuildRequires: python3-hatchling
|
||||
BuildRequires: python3-importlib-metadata
|
||||
BuildRequires: python3-uv-build
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.33.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tools for handling multimodal data in machine learning projects
|
||||
License: Apache-2.0
|
||||
URL: https://lhotse.readthedocs.io/en/latest/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.11.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Python library for audio and music analysis
|
||||
License: MIT
|
||||
URL: https://librosa.org
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.14
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Colored symbols for various log levels for Python
|
||||
License: MIT
|
||||
URL: https://github.com/manrajgrover/py-log-symbols
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.24.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: get things from one computer to another, safely
|
||||
License: MIT
|
||||
URL: https://github.com/magic-wormhole/magic-wormhole
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 3.0.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Material You color generation algorithms in pure python!
|
||||
License: MIT
|
||||
URL: https://github.com/T-Dynamos/materialyoucolor-python
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: python3-library to convert Markdown with included LaTeX-Formulas to HTML with MathML
|
||||
License: LGPL-2.1
|
||||
URL: https://github.com/polarwinkel/mdtex2html
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Batteries-Included Python 3 CLI Framework
|
||||
License: MIT
|
||||
URL: https://github.com/clueboard/milc
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
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
|
||||
License: MIT
|
||||
URL: https://github.com/miyuchina/mistletoe
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: MPEG-DASH MPD(Media Presentation Description) Parser
|
||||
License: MIT
|
||||
URL: https://github.com/sangwonl/python-mpegdash
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.8
|
||||
Release: 3%?dist
|
||||
Release: 4%?dist
|
||||
Summary: Python interface to the awesome mpv media player
|
||||
License: GPL-2.0+ OR LGPL-2.1+
|
||||
URL: https://github.com/jaseg/python-mpv
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.3
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Python parser and tools for MUSDB18 Music Separation Dataset
|
||||
License: MIT
|
||||
URL: https://github.com/sigsep/sigsep-mus-db
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Source separation evaluation tools for python
|
||||
License: MIT
|
||||
URL: https://github.com/sigsep/sigsep-mus-eval
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.65.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: NumPy aware dynamic Python compiler using LLVM
|
||||
License: BSD-2-Clause AND MIT AND BSD-3-Clause
|
||||
URL: https://numba.pydata.org
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.3.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Flexible Python configuration system. The last one you will ever need
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/omry/omegaconf
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open-Unmix - Music Source Separation for PyTorch
|
||||
License: MIT
|
||||
URL: https://github.com/sigsep/open-unmix-pytorch
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 20250625
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Robust Speech Recognition via Large-Scale Weak Supervision
|
||||
License: MIT
|
||||
URL: https://github.com/openai/whisper
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open Chinese Convert
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/BYVoid/OpenCC
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user