diff --git a/deepdiff/alr.sh b/deepdiff/alr.sh deleted file mode 100644 index e74a2d4..0000000 --- a/deepdiff/alr.sh +++ /dev/null @@ -1,38 +0,0 @@ -name='deepdiff' -version='8.4.1' -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='Евгений Храмов ' -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/* -} \ No newline at end of file