mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 20:43:47 +01:00
upgpkg: python-langchain-core 0.1.30-1
Upstream Release: python-langchain-core 0.1.30 Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
parent
22f4afab79
commit
70dc7aa86c
2 changed files with 12 additions and 12 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-langchain-core
|
||||
pkgdesc = Building applications with LLMs through composability
|
||||
pkgver = 0.1.29
|
||||
pkgrel = 4
|
||||
pkgver = 0.1.30
|
||||
pkgrel = 1
|
||||
url = https://pypi.org/project/langchain-core
|
||||
arch = any
|
||||
license = MIT
|
||||
|
|
@ -20,9 +20,9 @@ pkgbase = python-langchain-core
|
|||
depends = python-tenacity
|
||||
depends = python-jinja
|
||||
depends = python-typing_extensions
|
||||
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.29.tar.gz
|
||||
source = https://raw.githubusercontent.com/langchain-ai/langchain/v0.1.11/LICENSE
|
||||
sha256sums = 6731dabffad03b9213ada2640d54ed7f4ef6b99fce87ade3c71474ae154dd3cc
|
||||
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.30.tar.gz
|
||||
source = https://github.com/langchain-ai/langchain/raw/v0.1.11/LICENSE
|
||||
sha256sums = e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894
|
||||
sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478
|
||||
|
||||
pkgname = python-langchain-core
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
|
||||
|
||||
pkgname=python-langchain-core
|
||||
pkgver=0.1.29
|
||||
pkgrel=4
|
||||
_pkgname=${pkgname#python-}
|
||||
pkgver=0.1.30
|
||||
pkgrel=1
|
||||
pkgdesc="Building applications with LLMs through composability"
|
||||
url="https://pypi.org/project/langchain-core"
|
||||
depends=(python
|
||||
|
|
@ -19,11 +20,10 @@ depends=(python
|
|||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
_module=${pkgname#python-}
|
||||
_src_name="${_module/-/_}-${pkgver}"
|
||||
source=("https://pypi.org/packages/source/${_module::1}/${_module}/${_src_name}.tar.gz"
|
||||
"https://raw.githubusercontent.com/langchain-ai/langchain/v0.1.11/LICENSE")
|
||||
sha256sums=('6731dabffad03b9213ada2640d54ed7f4ef6b99fce87ade3c71474ae154dd3cc'
|
||||
_src_name="${_pkgname/-/_}-${pkgver}"
|
||||
source=("https://pypi.org/packages/source/${_pkgname::1}/${_pkgname}/${_src_name}.tar.gz"
|
||||
"https://github.com/langchain-ai/langchain/raw/v0.1.11/LICENSE")
|
||||
sha256sums=('e13a016e55e7f082ff3eeeda2d0cb505b89a8830e3a23c1d134d0a89d7871894'
|
||||
'4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue