mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
upgpkg: python-langchain-core 0.1.37-1
Upstream Release: python-langchain-core 0.1.37 Signed-off-by: txtsd <code@ihavea.quest>
This commit is contained in:
parent
4ed7b16c3d
commit
f176f6b3d4
2 changed files with 8 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-langchain-core
|
||||
pkgdesc = Building applications with LLMs through composability
|
||||
pkgver = 0.1.34
|
||||
pkgver = 0.1.37
|
||||
pkgrel = 1
|
||||
url = https://pypi.org/project/langchain-core
|
||||
arch = any
|
||||
|
|
@ -20,9 +20,10 @@ 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.34.tar.gz
|
||||
depends = python-defusedxml
|
||||
source = https://pypi.org/packages/source/l/langchain-core/langchain_core-0.1.37.tar.gz
|
||||
source = https://github.com/langchain-ai/langchain/raw/v0.1.13/LICENSE
|
||||
sha256sums = f50612f292166f2c4ebfe76a94c4cbee310b4eb3da475fb252f3cd5d78935bff
|
||||
sha256sums = 3db7008796e25aea90f98c2159dbf29bf1fd296bdcb78dc2d8183a92fdde4433
|
||||
sha256sums = 4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478
|
||||
|
||||
pkgname = python-langchain-core
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=python-langchain-core
|
||||
_pkgname=${pkgname#python-}
|
||||
pkgver=0.1.34
|
||||
pkgver=0.1.37
|
||||
pkgrel=1
|
||||
pkgdesc="Building applications with LLMs through composability"
|
||||
url="https://pypi.org/project/langchain-core"
|
||||
|
|
@ -16,14 +16,15 @@ depends=(python
|
|||
python-requests
|
||||
python-tenacity
|
||||
python-jinja
|
||||
python-typing_extensions)
|
||||
python-typing_extensions
|
||||
python-defusedxml)
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
_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.13/LICENSE")
|
||||
sha256sums=('f50612f292166f2c4ebfe76a94c4cbee310b4eb3da475fb252f3cd5d78935bff'
|
||||
sha256sums=('3db7008796e25aea90f98c2159dbf29bf1fd296bdcb78dc2d8183a92fdde4433'
|
||||
'4ec67e4ca6e6721dba849b2ca82261597c86a61ee214bbf21416006b7b2d0478')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue