mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
4643523b9e
* chore(sync): frawhide -> f44 * bump(gurk): release 3 → 4 * bump(discord-ptb): release 1 → 2 * bump(chdig): release 1 → 2 * bump(discord-canary): release 1 → 2 * bump(feishin): release 1 → 2 * bump(bazzite-portal): release 3 → 4 * bump(discord): release 1 → 2 * bump(coolercontrol): release 1 → 2 * bump(discord-ptb-openasar): release 1 → 2 * bump(bitwarden-cli.bin): release 2 → 3 * bump(discord-openasar): release 1 → 2 * bump(discord-canary-openasar): release 1 → 2 --------- Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
53 lines
1.0 KiB
RPMSpec
53 lines
1.0 KiB
RPMSpec
Name: python-yt-dlp-ejs
|
|
Version: 0.5.0
|
|
Release: 1%?dist
|
|
Summary: External JavaScript for yt-dlp supporting many runtimes
|
|
|
|
License: Unlicense AND MIT AND ISC
|
|
URL: https://github.com/yt-dlp/ejs
|
|
Source: %{pypi_source yt_dlp_ejs}
|
|
Packager: madonuko <mado@fyralabs.com>
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3dist(pip)
|
|
BuildRequires: python3dist(hatch-vcs)
|
|
BuildRequires: (deno or bun or nodejs-npm)
|
|
|
|
|
|
%global _description %{expand:
|
|
%summary.}
|
|
|
|
%description %_description
|
|
|
|
%package -n python3-yt-dlp-ejs
|
|
Summary: %{summary}
|
|
Provides: yt-dlp-ejs = %evr
|
|
Requires: (deno or bun or nodejs-npm)
|
|
|
|
%description -n python3-yt-dlp-ejs %_description
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 -n yt_dlp_ejs-%{version}
|
|
|
|
|
|
#generate_buildrequires
|
|
#pyproject_buildrequires
|
|
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
|
|
%install
|
|
%pyproject_install
|
|
%pyproject_save_files -l yt_dlp_ejs
|
|
|
|
|
|
%check
|
|
%pyproject_check_import
|
|
|
|
|
|
%files -n python3-yt-dlp-ejs -f %{pyproject_files}
|