mirror of
https://abf.rosa.ru/djam/uv.git
synced 2025-04-11 11:34:11 +00:00
0.6.4
This commit is contained in:
parent
21284348d9
commit
01404510ef
3 changed files with 20 additions and 12 deletions
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '1'
|
||||
|
||||
name: Run CI/CD...
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: r11_builder
|
||||
steps:
|
||||
- name: Jobs
|
||||
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.*~
|
||||
*~
|
||||
.env
|
12
uv.spec
12
uv.spec
|
@ -18,14 +18,6 @@ BuildRequires: git-core
|
|||
BuildRequires: curl
|
||||
BuildRequires: tar
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
#BuildRequires: pkgconfig(atk) >= 2.14
|
||||
#BuildRequires: pkgconfig(pango) >= 1.36
|
||||
#BuildRequires: pkgconfig(glib-2.0)
|
||||
#BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30
|
||||
#BuildRequires: pkgconfig(gdk-3.0) >= 3.14
|
||||
#BuildRequires: pkgconfig(cairo) >= 1.12
|
||||
#BuildRequires: pkgconfig(libsoup-2.4)
|
||||
#BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.8
|
||||
|
||||
%description
|
||||
An extremely fast Python package and project manager, written
|
||||
|
@ -45,10 +37,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |\
|
|||
source "$HOME/.cargo/env"
|
||||
%endif
|
||||
|
||||
#define ver %( echo %{version} | cut -d. -f1-2 )
|
||||
|
||||
#rustup toolchain install %{ver}-%{_arch}-unknown-linux-gnu
|
||||
|
||||
cargo build --release
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue