mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
upgpkg: python-dspy 3.0.4-1
upstream release
This commit is contained in:
parent
372b8f4d4e
commit
14090d2e18
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-dspy
|
||||
pkgdesc = The framework for programming (not prompting) language models
|
||||
pkgver = 3.0.3
|
||||
pkgver = 3.0.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/stanfordnlp/dspy
|
||||
arch = any
|
||||
|
|
@ -47,7 +47,7 @@ pkgbase = python-dspy
|
|||
optdepends = python-weaviate-client: support for Weaviate
|
||||
optdepends = python-pymilvus: support for Milvus
|
||||
optdepends = python-boto3: support for AWS
|
||||
source = dspy::git+https://github.com/stanfordnlp/dspy.git#tag=3.0.3
|
||||
b2sums = c653becc2b353abbe5fa12aacc2d184d2a7f660c74977aa22904856d0673409682ec0d7e0740a46041f7262d7fb8e5152b1391f0102350a0512e46cca8aa11d5
|
||||
source = dspy::git+https://github.com/stanfordnlp/dspy.git#tag=3.0.4
|
||||
b2sums = 47e91d2773e9080f6ebbb437739f708a4e2304570c14532ad83dea730451fae3aa2f1a3c292dc392bc9fa7d22f099bf6dd50a2abb2ae79e2e29aef68d66a76b1
|
||||
|
||||
pkgname = python-dspy
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
|
||||
_name=dspy
|
||||
pkgname=python-$_name
|
||||
pkgver=3.0.3
|
||||
pkgver=3.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="The framework for programming (not prompting) language models"
|
||||
arch=(any)
|
||||
|
|
@ -57,7 +57,7 @@ makedepends=(
|
|||
python-setuptools
|
||||
)
|
||||
source=($_name::git+https://github.com/stanfordnlp/dspy.git#tag=$pkgver)
|
||||
b2sums=('c653becc2b353abbe5fa12aacc2d184d2a7f660c74977aa22904856d0673409682ec0d7e0740a46041f7262d7fb8e5152b1391f0102350a0512e46cca8aa11d5')
|
||||
b2sums=('47e91d2773e9080f6ebbb437739f708a4e2304570c14532ad83dea730451fae3aa2f1a3c292dc392bc9fa7d22f099bf6dd50a2abb2ae79e2e29aef68d66a76b1')
|
||||
|
||||
build() {
|
||||
cd $_name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue