Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uv-0.1.2
@ 2024-02-16 12:28 classabbyamp
  2024-02-16 12:47 ` [PR PATCH] [Updated] " classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: classabbyamp @ 2024-02-16 12:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.2
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1071 bytes --]

From 6574aebb63d8aa1b37537857463f62b84e68c83b Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.2

---
 srcpkgs/uv/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 0000000000000..c75e9d5448b0c
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,18 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.2
+revision=1
+build_style=cargo
+make_install_args="--path crates/uv"
+hostmakedepends="pkg-config cmake"
+makedepends="openssl-devel"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=ba37d11fcbf801bdacdbffac31817f6be7dc4b11155957e98ed94f65e171c436
+
+post_install() {
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: uv-0.1.2
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
@ 2024-02-16 12:47 ` classabbyamp
  2024-02-18  1:26 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-02-16 12:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.2
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1096 bytes --]

From bcfe4c93ff7d9a0215fe4a821b9d457ad07548ed Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.2

---
 srcpkgs/uv/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 0000000000000..1be9eeef3cf07
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,19 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.2
+revision=1
+build_style=cargo
+make_install_args="--path crates/uv"
+hostmakedepends="pkg-config cmake"
+makedepends="openssl-devel"
+checkdepends="python3"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=ba37d11fcbf801bdacdbffac31817f6be7dc4b11155957e98ed94f65e171c436
+
+post_install() {
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: uv-0.1.2
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
  2024-02-16 12:47 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-02-18  1:26 ` classabbyamp
  2024-02-20 20:39 ` New package: uv-0.1.4 icp1994
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-02-18  1:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.2
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1155 bytes --]

From 7372fbf10b07be74bf2296bf83150b2d35ccc9d2 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.4

---
 srcpkgs/uv/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 0000000000000..e71bb831a453b
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,21 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.4
+revision=1
+build_style=cargo
+make_install_args="--path crates/uv"
+hostmakedepends="pkg-config cmake"
+makedepends="openssl-devel"
+checkdepends="python3"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=1fffbd35b2b8feb57d320b5032cd3972b6dbf99606929dc30b8959aaab1e97cd
+# many tests require old python versions
+make_check=no
+
+post_install() {
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New package: uv-0.1.4
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
  2024-02-16 12:47 ` [PR PATCH] [Updated] " classabbyamp
  2024-02-18  1:26 ` classabbyamp
@ 2024-02-20 20:39 ` icp1994
  2024-03-16 21:25 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2024-02-20 20:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48763#issuecomment-1955041391

Comment:
I think it's more convenient to build as a python package using maturin so that other python tools can use it as dep if necessary.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: uv-0.1.4
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
                   ` (2 preceding siblings ...)
  2024-02-20 20:39 ` New package: uv-0.1.4 icp1994
@ 2024-03-16 21:25 ` classabbyamp
  2024-03-16 21:53 ` classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-03-16 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.4
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1140 bytes --]

From 7ae3741f76efb51787709d5a253d97be2cf8de72 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.21

---
 srcpkgs/uv/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 00000000000000..198c0d8cefecfb
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,20 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.21
+revision=1
+build_style=python3-pep517
+build_helper="rust"
+hostmakedepends="maturin cargo cmake pkg-config"
+makedepends="openssl-devel"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=eae4d4641e57ef2eec75d9f76653b8a3a0dc0b91b3dcc8fbbb2ce4456a08fcfe
+# many tests require old python versions
+make_check=no
+
+post_install() {
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: uv-0.1.4
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
                   ` (3 preceding siblings ...)
  2024-03-16 21:25 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-03-16 21:53 ` classabbyamp
  2024-03-16 22:30 ` [PR PATCH] [Updated] New package: uv-0.1.21 classabbyamp
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-03-16 21:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.4
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1149 bytes --]

From dec0697d4ebc314ab0ea30a2151120077076f3a4 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.21

---
 srcpkgs/uv/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 00000000000000..64ec90f4f5a946
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,20 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.21
+revision=1
+build_style=python3-pep517
+build_helper="rust"
+hostmakedepends="maturin cargo cmake pkg-config"
+makedepends="openssl-devel rust-std"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=eae4d4641e57ef2eec75d9f76653b8a3a0dc0b91b3dcc8fbbb2ce4456a08fcfe
+# many tests require old python versions
+make_check=no
+
+post_install() {
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: uv-0.1.21
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
                   ` (4 preceding siblings ...)
  2024-03-16 21:53 ` classabbyamp
@ 2024-03-16 22:30 ` classabbyamp
  2024-03-17  1:58 ` classabbyamp
  2024-03-17 17:23 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-03-16 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.21
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1374 bytes --]

From 991c1bf8e9a75154bf40f02e411ee65292015d55 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.21

---
 srcpkgs/uv/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 00000000000000..859fb4bed5ac5a
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,25 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.21
+revision=1
+build_style=python3-pep517
+build_helper="rust qemu"
+hostmakedepends="maturin cargo cmake pkg-config"
+makedepends="openssl-devel rust-std"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=eae4d4641e57ef2eec75d9f76653b8a3a0dc0b91b3dcc8fbbb2ce4456a08fcfe
+# many tests require old python versions
+make_check=no
+
+post_install() {
+	vlicense LICENSE-MIT
+	for sh in bash fish zsh; do
+		vtargetrun "$DESTDIR"/usr/bin/uv --generate-shell-completion "$sh" > "uv.$sh"
+		vcompletion "uv.$sh" "$sh"
+	done
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] New package: uv-0.1.21
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
                   ` (5 preceding siblings ...)
  2024-03-16 22:30 ` [PR PATCH] [Updated] New package: uv-0.1.21 classabbyamp
@ 2024-03-17  1:58 ` classabbyamp
  2024-03-17 17:23 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-03-17  1:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages new/uv
https://github.com/void-linux/void-packages/pull/48763

New package: uv-0.1.21
**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/uv-48763.patch --]
[-- Type: text/x-diff, Size: 1595 bytes --]

From f8706e08381bfc0b6d281cb27009cd9016b72ea1 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 16 Feb 2024 07:27:27 -0500
Subject: [PATCH] New package: uv-0.1.21

---
 srcpkgs/uv/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/uv/template

diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template
new file mode 100644
index 00000000000000..0da1fea83e112c
--- /dev/null
+++ b/srcpkgs/uv/template
@@ -0,0 +1,31 @@
+# Template file for 'uv'
+pkgname=uv
+version=0.1.21
+revision=1
+build_style=python3-pep517
+build_helper="rust qemu"
+hostmakedepends="maturin cargo cmake pkg-config"
+makedepends="rust-std openssl-devel libgit2-devel libssh2-devel zlib-devel"
+short_desc="Extremely fast Python package installer and resolver"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/astral-sh/uv"
+changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
+distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
+checksum=eae4d4641e57ef2eec75d9f76653b8a3a0dc0b91b3dcc8fbbb2ce4456a08fcfe
+# many tests require old python versions
+make_check=no
+
+post_patch() {
+	# Downgrade to use system libgit2 1.6
+	vsed -i 's/git2 =.*"0.18.1".*/git2 = "0.17.2"/' Cargo.toml
+	cargo update --package git2@0.18.2 --precise 0.17.2
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+	for sh in bash fish zsh; do
+		vtargetrun "$DESTDIR"/usr/bin/uv --generate-shell-completion "$sh" > "uv.$sh"
+		vcompletion "uv.$sh" "$sh"
+	done
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: New package: uv-0.1.21
  2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
                   ` (6 preceding siblings ...)
  2024-03-17  1:58 ` classabbyamp
@ 2024-03-17 17:23 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-03-17 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

There's a merged pull request on the void-packages repository

New package: uv-0.1.21
https://github.com/void-linux/void-packages/pull/48763

Description:
~~**TODO:** devendor some `-sys` crates? (noticed a few in the log, like libz, libssh2, libgit2)~~

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-17 17:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 12:28 [PR PATCH] New package: uv-0.1.2 classabbyamp
2024-02-16 12:47 ` [PR PATCH] [Updated] " classabbyamp
2024-02-18  1:26 ` classabbyamp
2024-02-20 20:39 ` New package: uv-0.1.4 icp1994
2024-03-16 21:25 ` [PR PATCH] [Updated] " classabbyamp
2024-03-16 21:53 ` classabbyamp
2024-03-16 22:30 ` [PR PATCH] [Updated] New package: uv-0.1.21 classabbyamp
2024-03-17  1:58 ` classabbyamp
2024-03-17 17:23 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).