From 01404510ef4be125fba61c1ea484746813338028 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Tue, 4 Mar 2025 11:11:43 +0000 Subject: [PATCH] 0.6.4 --- .gitea/workflows/ci.yml | 17 +++++++++++++++++ .gitignore | 3 +++ uv.spec | 12 ------------ 3 files changed, 20 insertions(+), 12 deletions(-) create mode 100644 .gitea/workflows/ci.yml create mode 100644 .gitignore diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..dd7cf08 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -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 }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env diff --git a/uv.spec b/uv.spec index b2e0ea8..32a8d54 100644 --- a/uv.spec +++ b/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