poetry 2.1.2-4
This commit is contained in:
parent
e6d67d5d58
commit
4b68227e8b
38
python3-deepdiff/alr.sh
Normal file
38
python3-deepdiff/alr.sh
Normal file
@ -0,0 +1,38 @@
|
||||
name='python3-deepdiff'
|
||||
version='8.4.2'
|
||||
release='1'
|
||||
desc='Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.'
|
||||
desk_ru='Глубокое сравнение и поиск любого Python объекта/данных. Восстановление объектов путем добавления дельт к друг другу.'
|
||||
homepage='https://github.com/seperman/deepdiff'
|
||||
maintainer='Евгений Храмов <xpamych@yandex.ru>'
|
||||
architectures=('all')
|
||||
license=('MIT')
|
||||
provides=('deepdiff')
|
||||
conflicts=('deepdiff' 'python3-deepdiff')
|
||||
|
||||
deps=("python3")
|
||||
deps_arch=("python")
|
||||
deps_alpine=("python3")
|
||||
|
||||
build_deps=("python3" "python3-pip")
|
||||
build_deps_arch=("python" "python-pip")
|
||||
build_deps_alpine=("python3" "py3-pip")
|
||||
|
||||
sources=("https://files.pythonhosted.org/packages/source/d/deepdiff/deepdiff-$version.tar.gz")
|
||||
checksums=('blake2b-256:4b7133faf2bda374c202eab1be46b9c200685b283b5ea0f19e886766f598f770')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/deepdiff-${version}"
|
||||
python3 -m build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/deepdiff-${version}"
|
||||
pip install --root="${pkgdir}/" . --ignore-installed --no-deps --disable-pip-version-check
|
||||
}
|
||||
|
||||
files() {
|
||||
echo ./usr/local/bin/deep
|
||||
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/deepdiff/**/*
|
||||
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/deepdiff-${version}.dist-info/*
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
name='poetry'
|
||||
name='python3-poetry'
|
||||
version='2.1.2'
|
||||
release='3'
|
||||
release='4'
|
||||
desc='Python dependency management and packaging made easy.'
|
||||
homepage='https://python-poetry.org'
|
||||
maintainer='Евгений Храмов <xpamych@yandex.ru>'
|
||||
@ -15,7 +15,6 @@ deps_alpine=("python3")
|
||||
|
||||
build_deps=("python3" "python3-pip" "python3-build")
|
||||
build_deps_arch=("python" "python-pip" "python-build")
|
||||
build_deps_almalinux=("python3" "python3-pip")
|
||||
build_deps_alpine=("python3" "py3-pip" "py3-build")
|
||||
|
||||
sources=("https://files.pythonhosted.org/packages/source/p/poetry/poetry-2.1.2.tar.gz")
|
Loading…
Reference in New Issue
Block a user