Compare commits
24 Commits
27b41e3a7e
...
f023e85969
| Author | SHA1 | Date | |
|---|---|---|---|
| f023e85969 | |||
| e52e5a5ec6 | |||
| 568c1aa611 | |||
| 09f0c5848e | |||
| 040ec36a8b | |||
| 7d54c9a23e | |||
| 1b057f1b1f | |||
| 4217c142eb | |||
| 6031072686 | |||
| 82833ae6e9 | |||
| a603de7eeb | |||
| 6d7fc7c487 | |||
| bcf4192e19 | |||
| 3db9f8af0a | |||
| cd83f5cfc9 | |||
| 833775e79d | |||
| ec1c85844a | |||
| 9a7114d985 | |||
| 3f162291b7 | |||
| 435e521b80 | |||
| 6fe31d883f | |||
| b307debba3 | |||
| 644f8d9556 | |||
| 44f63f7051 |
@@ -4,7 +4,7 @@ name=(
|
|||||||
python3-maturin
|
python3-maturin
|
||||||
)
|
)
|
||||||
version='1.10.2'
|
version='1.10.2'
|
||||||
release='5'
|
release='6'
|
||||||
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
|
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
|
||||||
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
|
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
|
||||||
homepage='https://github.com/PyO3/maturin'
|
homepage='https://github.com/PyO3/maturin'
|
||||||
@@ -67,7 +67,7 @@ build() {
|
|||||||
|
|
||||||
package_maturin() {
|
package_maturin() {
|
||||||
cd $basepkg_name-$version
|
cd $basepkg_name-$version
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/maturin/"
|
install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/maturin/"
|
||||||
install-license license-mit ./maturin/LICENSE
|
install-license license-mit ./maturin/LICENSE
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ files_maturin() {
|
|||||||
|
|
||||||
package_python3-maturin() {
|
package_python3-maturin() {
|
||||||
cd $basepkg_name-$version
|
cd $basepkg_name-$version
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install-license license-mit ./maturin/LICENSE
|
install-license license-mit ./maturin/LICENSE
|
||||||
|
|
||||||
# Remove binary - it goes to main maturin package
|
# Remove binary - it goes to main maturin package
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
_name='PortProtonQt'
|
_name='PortProtonQt'
|
||||||
name='portprotonqt'
|
name='portprotonqt'
|
||||||
version='0.1.9'
|
version='0.1.9'
|
||||||
release='3'
|
release='4'
|
||||||
desc='A modern GUI for PortProton project'
|
desc='A modern GUI for PortProton project'
|
||||||
desc_ru='Современный графический интерфейс для проекта PortProton'
|
desc_ru='Современный графический интерфейс для проекта PortProton'
|
||||||
homepage='https://github.com/Boria138/PortProtonQt'
|
homepage='https://github.com/Boria138/PortProtonQt'
|
||||||
@@ -150,7 +150,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$_name"
|
cd "$srcdir/$_name"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
cp -r build-aux/share "$pkgdir/usr/"
|
cp -r build-aux/share "$pkgdir/usr/"
|
||||||
install-license LICENSE portprotonqt/LICENSE
|
install-license LICENSE portprotonqt/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='protontricks'
|
name='protontricks'
|
||||||
version='1.13.1'
|
version='1.13.1'
|
||||||
release='2'
|
release='3'
|
||||||
desc='A wrapper for running Winetricks commands for Proton-enabled games'
|
desc='A wrapper for running Winetricks commands for Proton-enabled games'
|
||||||
desc_ru='Обёртка для запуска Winetricks команд для игр с Proton'
|
desc_ru='Обёртка для запуска Winetricks команд для игр с Proton'
|
||||||
homepage='https://github.com/Matoking/protontricks'
|
homepage='https://github.com/Matoking/protontricks'
|
||||||
@@ -39,7 +39,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/protontricks-${version}"
|
cd "$srcdir/protontricks-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-cleo'
|
name='python3-cleo'
|
||||||
version='2.1.0'
|
version='2.1.0'
|
||||||
release='6'
|
release='7'
|
||||||
desc='Cleo allows you to create beautiful and testable command-line interfaces'
|
desc='Cleo allows you to create beautiful and testable command-line interfaces'
|
||||||
desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки'
|
desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки'
|
||||||
homepage='https://github.com/python-poetry/cleo'
|
homepage='https://github.com/python-poetry/cleo'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/cleo-${version}"
|
cd "$srcdir/cleo-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-deepdiff'
|
name='python3-deepdiff'
|
||||||
version='8.6.1'
|
version='8.6.1'
|
||||||
release='4'
|
release='5'
|
||||||
desc='Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other'
|
desc='Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other'
|
||||||
desc_ru='Библиотека Python для глубокого сравнения и поиска любых объектов и данных'
|
desc_ru='Библиотека Python для глубокого сравнения и поиска любых объектов и данных'
|
||||||
homepage='https://github.com/seperman/deepdiff'
|
homepage='https://github.com/seperman/deepdiff'
|
||||||
@@ -67,7 +67,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/deepdiff-${version}"
|
cd "$srcdir/deepdiff-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-dotty-dict'
|
name='python3-dotty-dict'
|
||||||
version='1.3.1'
|
version='1.3.1'
|
||||||
release='5'
|
release='6'
|
||||||
desc='Dictionary wrapper for quick access to deeply nested keys'
|
desc='Dictionary wrapper for quick access to deeply nested keys'
|
||||||
desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря'
|
desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря'
|
||||||
homepage='https://github.com/pawelzny/dotty_dict'
|
homepage='https://github.com/pawelzny/dotty_dict'
|
||||||
@@ -68,7 +68,7 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "dotty_dict-$version"
|
cd "dotty_dict-$version"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install-license ./LICENSE ./${name}/LICENSE
|
install-license ./LICENSE ./${name}/LICENSE
|
||||||
}
|
}
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-flit-core'
|
name='python3-flit-core'
|
||||||
version='3.12.0'
|
version='3.12.0'
|
||||||
release='2'
|
release='3'
|
||||||
desc='PEP 517 build backend for packages using Flit'
|
desc='PEP 517 build backend for packages using Flit'
|
||||||
desc_ru='PEP 517 бэкенд сборки для пакетов использующих Flit'
|
desc_ru='PEP 517 бэкенд сборки для пакетов использующих Flit'
|
||||||
homepage='https://flit.pypa.io/'
|
homepage='https://flit.pypa.io/'
|
||||||
@@ -42,7 +42,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/flit_core-${version}"
|
cd "$srcdir/flit_core-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-hjson'
|
name='python3-hjson'
|
||||||
version='3.1.0'
|
version='3.1.0'
|
||||||
release='5'
|
release='6'
|
||||||
desc='JSON for Humans, allows comments and is less error prone.'
|
desc='JSON for Humans, allows comments and is less error prone.'
|
||||||
desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев'
|
desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев'
|
||||||
homepage='https://github.com/laktak/hjson-py'
|
homepage='https://github.com/laktak/hjson-py'
|
||||||
@@ -54,7 +54,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "hjson-${version}"
|
cd "hjson-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install-license LICENSE.txt ./${name}/LICENSE.txt
|
install-license LICENSE.txt ./${name}/LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-icoextract'
|
name='python3-icoextract'
|
||||||
version='0.2.0'
|
version='0.2.0'
|
||||||
release='2'
|
release='3'
|
||||||
desc='Windows PE EXE icon extractor'
|
desc='Windows PE EXE icon extractor'
|
||||||
desc_ru='Извлечение иконок из Windows PE EXE файлов'
|
desc_ru='Извлечение иконок из Windows PE EXE файлов'
|
||||||
homepage='https://github.com/jlu5/icoextract'
|
homepage='https://github.com/jlu5/icoextract'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/icoextract-${version}"
|
cd "$srcdir/icoextract-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-inputs'
|
name='python3-inputs'
|
||||||
version='0.5'
|
version='0.5'
|
||||||
release='3'
|
release='4'
|
||||||
desc='Cross-platform Python support for keyboards, mice and gamepads.'
|
desc='Cross-platform Python support for keyboards, mice and gamepads.'
|
||||||
desc_ru='Библиотека Python для кроссплатформенной поддержки клавиатуры, мыши и геймпадов'
|
desc_ru='Библиотека Python для кроссплатформенной поддержки клавиатуры, мыши и геймпадов'
|
||||||
homepage='https://github.com/zeth/inputs'
|
homepage='https://github.com/zeth/inputs'
|
||||||
@@ -61,7 +61,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/inputs-${version}"
|
cd "$srcdir/inputs-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-markdown-it-py'
|
name='python3-markdown-it-py'
|
||||||
version='4.0.0'
|
version='4.0.0'
|
||||||
release='7'
|
release='8'
|
||||||
desc='Python port of markdown-it. Markdown parsing, done right'
|
desc='Python port of markdown-it. Markdown parsing, done right'
|
||||||
desc_ru='Библиотека Python для правильного парсинга Markdown'
|
desc_ru='Библиотека Python для правильного парсинга Markdown'
|
||||||
homepage='https://github.com/executablebooks/markdown-it-py'
|
homepage='https://github.com/executablebooks/markdown-it-py'
|
||||||
@@ -43,7 +43,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/markdown_it_py-${version}"
|
cd "$srcdir/markdown_it_py-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-mdit-py-plugins'
|
name='python3-mdit-py-plugins'
|
||||||
version='0.5.0'
|
version='0.5.0'
|
||||||
release='5'
|
release='6'
|
||||||
desc='Collection of plugins for markdown-it-py'
|
desc='Collection of plugins for markdown-it-py'
|
||||||
desc_ru='Коллекция плагинов для библиотеки Python markdown-it-py'
|
desc_ru='Коллекция плагинов для библиотеки Python markdown-it-py'
|
||||||
homepage='https://github.com/executablebooks/mdit-py-plugins'
|
homepage='https://github.com/executablebooks/mdit-py-plugins'
|
||||||
@@ -43,7 +43,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/mdit_py_plugins-${version}"
|
cd "$srcdir/mdit_py_plugins-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
_name='orjson'
|
_name='orjson'
|
||||||
name='python3-orjson'
|
name='python3-orjson'
|
||||||
version='3.11.3'
|
version='3.11.3'
|
||||||
release='4'
|
release='5'
|
||||||
desc="Fast, correct Python JSON library supporting dataclasses and datetimes"
|
desc="Fast, correct Python JSON library supporting dataclasses and datetimes"
|
||||||
desc_ru='Быстрая библиотека Python JSON с поддержкой dataclasses и datetime'
|
desc_ru='Быстрая библиотека Python JSON с поддержкой dataclasses и datetime'
|
||||||
homepage='https://github.com/ijl/orjson'
|
homepage='https://github.com/ijl/orjson'
|
||||||
@@ -114,7 +114,7 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $_name-${version}
|
cd $_name-${version}
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr target/wheels/*.whl
|
python3 -m installer --destdir="$pkgdir" target/wheels/*.whl
|
||||||
install -vDm 644 {CHANGELOG,README}.md -t "$pkgdir/usr/share/doc/$name/"
|
install -vDm 644 {CHANGELOG,README}.md -t "$pkgdir/usr/share/doc/$name/"
|
||||||
install -vDm 644 LICENSE-* -t "$pkgdir/usr/share/licenses/$name/"
|
install -vDm 644 LICENSE-* -t "$pkgdir/usr/share/licenses/$name/"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
_name=pendulum
|
_name=pendulum
|
||||||
name='python3-pendulum'
|
name='python3-pendulum'
|
||||||
version='3.1.0'
|
version='3.1.0'
|
||||||
release='6'
|
release='7'
|
||||||
desc='Python datetimes made easy'
|
desc='Python datetimes made easy'
|
||||||
desc_ru='Библиотека Python для удобной работы с датой и временем'
|
desc_ru='Библиотека Python для удобной работы с датой и временем'
|
||||||
homepage='https://pendulum.eustace.io/'
|
homepage='https://pendulum.eustace.io/'
|
||||||
@@ -98,7 +98,7 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $_name-$version
|
cd $_name-$version
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install -vDm 644 {CHANGELOG.md,README.rst} -t "$pkgdir/usr/share/doc/$name/"
|
install -vDm 644 {CHANGELOG.md,README.rst} -t "$pkgdir/usr/share/doc/$name/"
|
||||||
install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$name/"
|
install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$name/"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-poetry-core'
|
name='python3-poetry-core'
|
||||||
version='2.2.1'
|
version='2.2.1'
|
||||||
release='2'
|
release='3'
|
||||||
desc='Poetry PEP 517 Build Backend'
|
desc='Poetry PEP 517 Build Backend'
|
||||||
desc_ru='PEP 517 бэкенд сборки для Poetry'
|
desc_ru='PEP 517 бэкенд сборки для Poetry'
|
||||||
homepage='https://github.com/python-poetry/poetry-core'
|
homepage='https://github.com/python-poetry/poetry-core'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/poetry_core-${version}"
|
cd "$srcdir/poetry_core-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-pyaml'
|
name='python3-pyaml'
|
||||||
version='25.7.0'
|
version='25.7.0'
|
||||||
release='4'
|
release='5'
|
||||||
desc='PyYAML-based module to produce a bit more pretty and readable YAML-serialized data.'
|
desc='PyYAML-based module to produce a bit more pretty and readable YAML-serialized data.'
|
||||||
desc_ru='Модуль PyYAML для создания более красивого и читаемого YAML-представления данных.'
|
desc_ru='Модуль PyYAML для создания более красивого и читаемого YAML-представления данных.'
|
||||||
homepage='https://github.com/mk-fg/pretty-yaml'
|
homepage='https://github.com/mk-fg/pretty-yaml'
|
||||||
@@ -29,7 +29,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/pyaml-${version}"
|
cd "$srcdir/pyaml-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ name=(
|
|||||||
python3-pyside6
|
python3-pyside6
|
||||||
)
|
)
|
||||||
version='6.8.3'
|
version='6.8.3'
|
||||||
release='7'
|
release='8'
|
||||||
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
|
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
|
||||||
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
|
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
|
||||||
homepage='https://www.pyside.org'
|
homepage='https://www.pyside.org'
|
||||||
@@ -80,15 +80,15 @@ meta_python3-pyside6() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package_python3-shiboken6() {
|
package_python3-shiboken6() {
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
python3 -m installer --destdir="$pkgdir" "$srcdir/shiboken6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
}
|
}
|
||||||
|
|
||||||
package_python3-pyside6-essentials() {
|
package_python3-pyside6-essentials() {
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6_Essentials-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
python3 -m installer --destdir="$pkgdir" "$srcdir/PySide6_Essentials-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
}
|
}
|
||||||
|
|
||||||
package_python3-pyside6-addons() {
|
package_python3-pyside6-addons() {
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6_Addons-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
python3 -m installer --destdir="$pkgdir" "$srcdir/PySide6_Addons-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
# Remove files that conflict with essentials
|
# Remove files that conflict with essentials
|
||||||
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/__init__.py
|
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/__init__.py
|
||||||
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/_config.py
|
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/_config.py
|
||||||
@@ -97,7 +97,7 @@ package_python3-pyside6-addons() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package_python3-pyside6() {
|
package_python3-pyside6() {
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr "$srcdir/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
python3 -m installer --destdir="$pkgdir" "$srcdir/PySide6-${version}-cp39-abi3-manylinux_2_28_x86_64.whl"
|
||||||
# Remove files that conflict with essentials
|
# Remove files that conflict with essentials
|
||||||
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/__init__.py
|
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/__init__.py
|
||||||
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/_config.py
|
rm -f "$pkgdir"/usr/lib*/python3.*/site-packages/PySide6/_config.py
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-pyyaml'
|
name='python3-pyyaml'
|
||||||
version='6.0.2'
|
version='6.0.2'
|
||||||
release='3'
|
release='4'
|
||||||
desc='YAML parser and emitter for Python'
|
desc='YAML parser and emitter for Python'
|
||||||
desc_ru='Библиотека Python для парсинга и генерации YAML'
|
desc_ru='Библиотека Python для парсинга и генерации YAML'
|
||||||
homepage='https://pyyaml.org/'
|
homepage='https://pyyaml.org/'
|
||||||
@@ -66,7 +66,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/pyyaml-${version}"
|
cd "$srcdir/pyyaml-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-setuptools-rust'
|
name='python3-setuptools-rust'
|
||||||
version='1.12.0'
|
version='1.12.0'
|
||||||
release='7'
|
release='8'
|
||||||
desc='Setuptools plugin for Rust support'
|
desc='Setuptools plugin for Rust support'
|
||||||
desc_ru='Плагин Setuptools для поддержки Rust'
|
desc_ru='Плагин Setuptools для поддержки Rust'
|
||||||
homepage='https://github.com/PyO3/setuptools-rust'
|
homepage='https://github.com/PyO3/setuptools-rust'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/setuptools_rust-${version}"
|
cd "$srcdir/setuptools_rust-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-setuptools-scm'
|
name='python3-setuptools-scm'
|
||||||
version='9.2.2'
|
version='9.2.2'
|
||||||
release='5'
|
release='6'
|
||||||
desc='Setuptools plugin for managing versions with SCM metadata'
|
desc='Setuptools plugin for managing versions with SCM metadata'
|
||||||
desc_ru='Плагин Setuptools для управления версиями с метаданными SCM'
|
desc_ru='Плагин Setuptools для управления версиями с метаданными SCM'
|
||||||
homepage='https://github.com/pypa/setuptools_scm'
|
homepage='https://github.com/pypa/setuptools_scm'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/setuptools_scm-${version}"
|
cd "$srcdir/setuptools_scm-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-steam'
|
name='python3-steam'
|
||||||
version='1.4.4'
|
version='1.4.4'
|
||||||
release='3'
|
release='4'
|
||||||
desc='Module for interacting with various Steam features.'
|
desc='Module for interacting with various Steam features.'
|
||||||
desc_ru='Библиотека Python для взаимодействия с различными функциями Steam'
|
desc_ru='Библиотека Python для взаимодействия с различными функциями Steam'
|
||||||
homepage='https://github.com/ValvePython/steam'
|
homepage='https://github.com/ValvePython/steam'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/steam-${version}"
|
cd "$srcdir/steam-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-tzdata'
|
name='python3-tzdata'
|
||||||
version='2025.2'
|
version='2025.2'
|
||||||
release='3'
|
release='4'
|
||||||
desc='Provider of IANA time zone data'
|
desc='Provider of IANA time zone data'
|
||||||
desc_ru='Поставщик данных о часовых поясах IANA'
|
desc_ru='Поставщик данных о часовых поясах IANA'
|
||||||
homepage='https://github.com/python/tzdata'
|
homepage='https://github.com/python/tzdata'
|
||||||
@@ -40,7 +40,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/tzdata-${version}"
|
cd "$srcdir/tzdata-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-wheel'
|
name='python3-wheel'
|
||||||
version='0.45.1'
|
version='0.45.1'
|
||||||
release='8'
|
release='9'
|
||||||
desc='This is a command line tool for manipulating Python wheel files, as defined in PEP 427'
|
desc='This is a command line tool for manipulating Python wheel files, as defined in PEP 427'
|
||||||
desc_ru='Библиотека Python для работы с wheel-файлами согласно PEP 427'
|
desc_ru='Библиотека Python для работы с wheel-файлами согласно PEP 427'
|
||||||
homepage='https://github.com/pypa/wheel'
|
homepage='https://github.com/pypa/wheel'
|
||||||
@@ -41,7 +41,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/wheel-${version}"
|
cd "$srcdir/wheel-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-zstandard'
|
name='python3-zstandard'
|
||||||
version='0.24.0'
|
version='0.24.0'
|
||||||
release='3'
|
release='4'
|
||||||
desc='Zstandard bindings for Python.'
|
desc='Zstandard bindings for Python.'
|
||||||
desc_ru='Привязки Python к библиотеке сжатия Zstandard'
|
desc_ru='Привязки Python к библиотеке сжатия Zstandard'
|
||||||
homepage='https://github.com/indygreg/python-zstandard'
|
homepage='https://github.com/indygreg/python-zstandard'
|
||||||
@@ -43,7 +43,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/zstandard-${version}"
|
cd "$srcdir/zstandard-${version}"
|
||||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
Reference in New Issue
Block a user