Compare commits

..

23 Commits

Author SHA1 Message Date
1c92df6944 python3-zstandard 0.24.0-5 2025-12-27 16:01:41 +03:00
6d1325ace0 python3-wheel 0.45.1-10 2025-12-27 16:01:41 +03:00
8f76c472b0 python3-tzdata 2025.2-5 2025-12-27 16:01:41 +03:00
3df9fd4c40 python3-steam 1.4.4-5 2025-12-27 16:01:41 +03:00
6dfacf64a8 python3-setuptools-scm 9.2.2-7 2025-12-27 16:01:41 +03:00
31464fca5d python3-setuptools-rust 1.12.0-9 2025-12-27 16:01:41 +03:00
d3266467d8 python3-pyyaml 6.0.2-5 2025-12-27 16:01:41 +03:00
8a2fc36139 python3-pyside6 6.8.3-9 2025-12-27 16:01:41 +03:00
a5cb05d316 python3-pyaml 25.7.0-6 2025-12-27 16:01:41 +03:00
d20895e0d9 python3-poetry-core 2.2.1-4 2025-12-27 16:01:41 +03:00
ea28b7749f python3-pendulum 3.1.0-8 2025-12-27 16:01:41 +03:00
006929a83b python3-orjson 3.11.3-6 2025-12-27 16:01:41 +03:00
f3abd860f3 python3-mdit-py-plugins 0.5.0-7 2025-12-27 16:01:41 +03:00
d0dc058f09 python3-markdown-it-py 4.0.0-9 2025-12-27 16:01:41 +03:00
02888177cb python3-inputs 0.5-5 2025-12-27 16:01:41 +03:00
4e05026bda python3-icoextract 0.2.0-4 2025-12-27 16:01:41 +03:00
010e1f85c3 python3-hjson 3.1.0-7 2025-12-27 16:01:41 +03:00
ab4d538978 python3-flit-core 3.12.0-4 2025-12-27 16:01:41 +03:00
f0e3191aee python3-dotty-dict 1.3.1-7 2025-12-27 16:01:41 +03:00
26922ea14f python3-deepdiff 8.6.1-6 2025-12-27 16:01:41 +03:00
df06621c40 python3-cleo 2.1.0-8 2025-12-27 16:01:41 +03:00
896bef169a protontricks 1.13.1-4 2025-12-27 16:01:41 +03:00
512a5ce5b2 maturin 1.10.2-7 2025-12-27 16:01:41 +03:00
23 changed files with 58 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ name=(
python3-maturin
)
version='1.10.2'
release='6'
release='7'
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
homepage='https://github.com/PyO3/maturin'
@@ -76,7 +76,7 @@ package_maturin() {
}
files_maturin() {
files-find-bin
files-find "./usr/local/bin/**"
files-find-share
}
@@ -90,5 +90,5 @@ package_python3-maturin() {
}
files_python3-maturin() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='protontricks'
version='1.13.1'
release='3'
release='4'
desc='A wrapper for running Winetricks commands for Proton-enabled games'
desc_ru='Обёртка для запуска Winetricks команд для игр с Proton'
homepage='https://github.com/Matoking/protontricks'
@@ -43,6 +43,6 @@ package() {
}
files() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-cleo'
version='2.1.0'
release='7'
release='8'
desc='Cleo allows you to create beautiful and testable command-line interfaces'
desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки'
homepage='https://github.com/python-poetry/cleo'
@@ -45,5 +45,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-deepdiff'
version='8.6.1'
release='5'
release='6'
desc='Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other'
desc_ru='Библиотека Python для глубокого сравнения и поиска любых объектов и данных'
homepage='https://github.com/seperman/deepdiff'
@@ -71,6 +71,6 @@ package() {
}
files() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-dotty-dict'
version='1.3.1'
release='6'
release='7'
desc='Dictionary wrapper for quick access to deeply nested keys'
desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря'
homepage='https://github.com/pawelzny/dotty_dict'
@@ -72,6 +72,6 @@ package() {
install-license ./LICENSE ./${name}/LICENSE
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
files-find-share "licenses"
}

View File

@@ -1,6 +1,6 @@
name='python3-flit-core'
version='3.12.0'
release='3'
release='4'
desc='PEP 517 build backend for packages using Flit'
desc_ru='PEP 517 бэкенд сборки для пакетов использующих Flit'
homepage='https://flit.pypa.io/'
@@ -46,5 +46,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-hjson'
version='3.1.0'
release='6'
release='7'
desc='JSON for Humans, allows comments and is less error prone.'
desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев'
homepage='https://github.com/laktak/hjson-py'
@@ -59,7 +59,7 @@ package() {
}
files() {
files-find-lib
files-find-bin
files-find "./usr/local/lib/**"
files-find "./usr/local/bin/**"
files-find-share "licenses"
}

View File

@@ -1,6 +1,6 @@
name='python3-icoextract'
version='0.2.0'
release='3'
release='4'
desc='Windows PE EXE icon extractor'
desc_ru='Извлечение иконок из Windows PE EXE файлов'
homepage='https://github.com/jlu5/icoextract'
@@ -45,6 +45,6 @@ package() {
}
files() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-inputs'
version='0.5'
release='4'
release='5'
desc='Cross-platform Python support for keyboards, mice and gamepads.'
desc_ru='Библиотека Python для кроссплатформенной поддержки клавиатуры, мыши и геймпадов'
homepage='https://github.com/zeth/inputs'
@@ -65,5 +65,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-markdown-it-py'
version='4.0.0'
release='8'
release='9'
desc='Python port of markdown-it. Markdown parsing, done right'
desc_ru='Библиотека Python для правильного парсинга Markdown'
homepage='https://github.com/executablebooks/markdown-it-py'
@@ -47,6 +47,6 @@ package() {
}
files() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-mdit-py-plugins'
version='0.5.0'
release='6'
release='7'
desc='Collection of plugins for markdown-it-py'
desc_ru='Коллекция плагинов для библиотеки Python markdown-it-py'
homepage='https://github.com/executablebooks/mdit-py-plugins'
@@ -47,5 +47,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,7 +1,7 @@
_name='orjson'
name='python3-orjson'
version='3.11.3'
release='5'
release='6'
desc="Fast, correct Python JSON library supporting dataclasses and datetimes"
desc_ru='Быстрая библиотека Python JSON с поддержкой dataclasses и datetime'
homepage='https://github.com/ijl/orjson'
@@ -120,7 +120,7 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
files-find-share "doc"
files-find-share "licenses"
}

View File

@@ -1,7 +1,7 @@
_name=pendulum
name='python3-pendulum'
version='3.1.0'
release='7'
release='8'
desc='Python datetimes made easy'
desc_ru='Библиотека Python для удобной работы с датой и временем'
homepage='https://pendulum.eustace.io/'
@@ -104,7 +104,7 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
files-find-share "doc"
files-find-share "licenses"
}

View File

@@ -1,6 +1,6 @@
name='python3-poetry-core'
version='2.2.1'
release='3'
release='4'
desc='Poetry PEP 517 Build Backend'
desc_ru='PEP 517 бэкенд сборки для Poetry'
homepage='https://github.com/python-poetry/poetry-core'
@@ -45,5 +45,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-pyaml'
version='25.7.0'
release='5'
release='6'
desc='PyYAML-based module to produce a bit more pretty and readable YAML-serialized data.'
desc_ru='Модуль PyYAML для создания более красивого и читаемого YAML-представления данных.'
homepage='https://github.com/mk-fg/pretty-yaml'
@@ -33,6 +33,6 @@ package() {
}
files() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}

View File

@@ -6,7 +6,7 @@ name=(
python3-pyside6
)
version='6.8.3'
release='8'
release='9'
desc='Python bindings for the Qt 6 cross-platform application and UI framework'
desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6'
homepage='https://www.pyside.org'
@@ -106,18 +106,18 @@ package_python3-pyside6() {
}
files_python3-shiboken6() {
files-find-lib
files-find "./usr/local/lib/**"
}
files_python3-pyside6-essentials() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}
files_python3-pyside6-addons() {
files-find-lib
files-find "./usr/local/lib/**"
}
files_python3-pyside6() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-pyyaml'
version='6.0.2'
release='4'
release='5'
desc='YAML parser and emitter for Python'
desc_ru='Библиотека Python для парсинга и генерации YAML'
homepage='https://pyyaml.org/'
@@ -70,5 +70,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-setuptools-rust'
version='1.12.0'
release='8'
release='9'
desc='Setuptools plugin for Rust support'
desc_ru='Плагин Setuptools для поддержки Rust'
homepage='https://github.com/PyO3/setuptools-rust'
@@ -45,5 +45,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-setuptools-scm'
version='9.2.2'
release='6'
release='7'
desc='Setuptools plugin for managing versions with SCM metadata'
desc_ru='Плагин Setuptools для управления версиями с метаданными SCM'
homepage='https://github.com/pypa/setuptools_scm'
@@ -45,5 +45,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-steam'
version='1.4.4'
release='4'
release='5'
desc='Module for interacting with various Steam features.'
desc_ru='Библиотека Python для взаимодействия с различными функциями Steam'
homepage='https://github.com/ValvePython/steam'
@@ -45,5 +45,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-tzdata'
version='2025.2'
release='4'
release='5'
desc='Provider of IANA time zone data'
desc_ru='Поставщик данных о часовых поясах IANA'
homepage='https://github.com/python/tzdata'
@@ -44,5 +44,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-wheel'
version='0.45.1'
release='9'
release='10'
desc='This is a command line tool for manipulating Python wheel files, as defined in PEP 427'
desc_ru='Библиотека Python для работы с wheel-файлами согласно PEP 427'
homepage='https://github.com/pypa/wheel'
@@ -45,6 +45,6 @@ package() {
}
files() {
files-find-bin
files-find-lib
files-find "./usr/local/bin/**"
files-find "./usr/local/lib/**"
}

View File

@@ -1,6 +1,6 @@
name='python3-zstandard'
version='0.24.0'
release='4'
release='5'
desc='Zstandard bindings for Python.'
desc_ru='Привязки Python к библиотеке сжатия Zstandard'
homepage='https://github.com/indygreg/python-zstandard'
@@ -47,5 +47,5 @@ package() {
}
files() {
files-find-lib
files-find "./usr/local/lib/**"
}