mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
python-langchain-core: upgpkg: 0.3.76-1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
This commit is contained in:
parent
4c544d03fe
commit
81dead2112
5 changed files with 38 additions and 10 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-langchain-core
|
||||
pkgdesc = Building applications with LLMs through composability
|
||||
pkgver = 0.3.75
|
||||
pkgver = 0.3.76
|
||||
pkgrel = 1
|
||||
url = https://github.com/langchain-ai/langchain/tree/master/libs/core
|
||||
arch = any
|
||||
|
|
@ -16,7 +16,7 @@ pkgbase = python-langchain-core
|
|||
depends = python-pyyaml
|
||||
depends = python-tenacity
|
||||
depends = python-typing_extensions
|
||||
source = langchain-core-0.3.75.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.75.tar.gz
|
||||
b2sums = 621f862558464a9fa999c0402a15e3c7dbd3077c1401d7f5dec5b6bf8c529442b6fda13db430d0c9b1985b396500c1ef42b99d7c2518901a6af618b69de2cb36
|
||||
source = langchain-core-0.3.76.tar.gz::https://files.pythonhosted.org/packages/source/l/langchain-core/langchain_core-0.3.76.tar.gz
|
||||
b2sums = aa63a69de9766cf64cfc494f80484334fc31f42327a36a59eff9663921f552d08ba6ebc0a57c4c9bf6c18d1d3bd9acdbfd9e20d81484f775c6b5ac2c657a0e7a
|
||||
|
||||
pkgname = python-langchain-core
|
||||
|
|
|
|||
15
LICENSE
15
LICENSE
|
|
@ -1,7 +1,12 @@
|
|||
Copyright (C) 2025 by Aseem Athale <athaleaseem@gmail.com>
|
||||
Copyright (C) 2024 by txtsd <code@ihavea.quest>
|
||||
Copyright (C) 2024 by devome <evinedeng@hotmail.com>
|
||||
Copyright Arch Linux Contributors
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
||||
Permission to use, copy, modify, and/or distribute this software for
|
||||
any purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
||||
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
||||
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
|
||||
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
|
|
|||
1
LICENSES/0BSD.txt
Symbolic link
1
LICENSES/0BSD.txt
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
_pkgname=langchain-core
|
||||
_pipname="${_pkgname//-/_}"
|
||||
pkgname="python-${_pkgname}"
|
||||
pkgver=0.3.75
|
||||
pkgver=0.3.76
|
||||
pkgrel=1
|
||||
pkgdesc="Building applications with LLMs through composability"
|
||||
arch=('any')
|
||||
|
|
@ -14,7 +14,7 @@ license=('MIT')
|
|||
depends=(python-jsonpatch python-langsmith python-packaging python-pydantic python-pyyaml python-tenacity python-typing_extensions)
|
||||
makedepends=('python-build' 'python-installer' 'python-pdm-backend' 'python-wheel')
|
||||
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pipname}-${pkgver}.tar.gz")
|
||||
b2sums=('621f862558464a9fa999c0402a15e3c7dbd3077c1401d7f5dec5b6bf8c529442b6fda13db430d0c9b1985b396500c1ef42b99d7c2518901a6af618b69de2cb36')
|
||||
b2sums=('aa63a69de9766cf64cfc494f80484334fc31f42327a36a59eff9663921f552d08ba6ebc0a57c4c9bf6c18d1d3bd9acdbfd9e20d81484f775c6b5ac2c657a0e7a')
|
||||
|
||||
build() {
|
||||
cd "${_pipname}-${pkgver}"
|
||||
|
|
|
|||
22
REUSE.toml
Normal file
22
REUSE.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"PKGBUILD",
|
||||
"README.md",
|
||||
"keys/**",
|
||||
".SRCINFO",
|
||||
".nvchecker.toml",
|
||||
"*.install",
|
||||
"*.sysusers",
|
||||
"*.tmpfiles",
|
||||
"*.logrotate",
|
||||
"*.pam",
|
||||
"*.service",
|
||||
"*.socket",
|
||||
"*.timer",
|
||||
"*.desktop",
|
||||
"*.hook",
|
||||
]
|
||||
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||||
SPDX-License-Identifier = "0BSD"
|
||||
Loading…
Add table
Reference in a new issue