Compare commits
23 Commits
0a3fdad0bf
...
1c92df6944
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c92df6944 | |||
| 6d1325ace0 | |||
| 8f76c472b0 | |||
| 3df9fd4c40 | |||
| 6dfacf64a8 | |||
| 31464fca5d | |||
| d3266467d8 | |||
| 8a2fc36139 | |||
| a5cb05d316 | |||
| d20895e0d9 | |||
| ea28b7749f | |||
| 006929a83b | |||
| f3abd860f3 | |||
| d0dc058f09 | |||
| 02888177cb | |||
| 4e05026bda | |||
| 010e1f85c3 | |||
| ab4d538978 | |||
| f0e3191aee | |||
| 26922ea14f | |||
| df06621c40 | |||
| 896bef169a | |||
| 512a5ce5b2 |
@@ -4,7 +4,7 @@ name=(
|
|||||||
python3-maturin
|
python3-maturin
|
||||||
)
|
)
|
||||||
version='1.10.2'
|
version='1.10.2'
|
||||||
release='6'
|
release='7'
|
||||||
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'
|
||||||
@@ -76,7 +76,7 @@ package_maturin() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files_maturin() {
|
files_maturin() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-share
|
files-find-share
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -90,5 +90,5 @@ package_python3-maturin() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files_python3-maturin() {
|
files_python3-maturin() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='protontricks'
|
name='protontricks'
|
||||||
version='1.13.1'
|
version='1.13.1'
|
||||||
release='3'
|
release='4'
|
||||||
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'
|
||||||
@@ -43,6 +43,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-cleo'
|
name='python3-cleo'
|
||||||
version='2.1.0'
|
version='2.1.0'
|
||||||
release='7'
|
release='8'
|
||||||
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'
|
||||||
@@ -45,5 +45,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-deepdiff'
|
name='python3-deepdiff'
|
||||||
version='8.6.1'
|
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='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'
|
||||||
@@ -71,6 +71,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-dotty-dict'
|
name='python3-dotty-dict'
|
||||||
version='1.3.1'
|
version='1.3.1'
|
||||||
release='6'
|
release='7'
|
||||||
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'
|
||||||
@@ -72,6 +72,6 @@ package() {
|
|||||||
install-license ./LICENSE ./${name}/LICENSE
|
install-license ./LICENSE ./${name}/LICENSE
|
||||||
}
|
}
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
files-find-share "licenses"
|
files-find-share "licenses"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-flit-core'
|
name='python3-flit-core'
|
||||||
version='3.12.0'
|
version='3.12.0'
|
||||||
release='3'
|
release='4'
|
||||||
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/'
|
||||||
@@ -46,5 +46,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-hjson'
|
name='python3-hjson'
|
||||||
version='3.1.0'
|
version='3.1.0'
|
||||||
release='6'
|
release='7'
|
||||||
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'
|
||||||
@@ -59,7 +59,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-share "licenses"
|
files-find-share "licenses"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-icoextract'
|
name='python3-icoextract'
|
||||||
version='0.2.0'
|
version='0.2.0'
|
||||||
release='3'
|
release='4'
|
||||||
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'
|
||||||
@@ -45,6 +45,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-inputs'
|
name='python3-inputs'
|
||||||
version='0.5'
|
version='0.5'
|
||||||
release='4'
|
release='5'
|
||||||
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'
|
||||||
@@ -65,5 +65,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-markdown-it-py'
|
name='python3-markdown-it-py'
|
||||||
version='4.0.0'
|
version='4.0.0'
|
||||||
release='8'
|
release='9'
|
||||||
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'
|
||||||
@@ -47,6 +47,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-mdit-py-plugins'
|
name='python3-mdit-py-plugins'
|
||||||
version='0.5.0'
|
version='0.5.0'
|
||||||
release='6'
|
release='7'
|
||||||
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'
|
||||||
@@ -47,5 +47,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
_name='orjson'
|
_name='orjson'
|
||||||
name='python3-orjson'
|
name='python3-orjson'
|
||||||
version='3.11.3'
|
version='3.11.3'
|
||||||
release='5'
|
release='6'
|
||||||
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'
|
||||||
@@ -120,7 +120,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
files-find-share "doc"
|
files-find-share "doc"
|
||||||
files-find-share "licenses"
|
files-find-share "licenses"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
_name=pendulum
|
_name=pendulum
|
||||||
name='python3-pendulum'
|
name='python3-pendulum'
|
||||||
version='3.1.0'
|
version='3.1.0'
|
||||||
release='7'
|
release='8'
|
||||||
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/'
|
||||||
@@ -104,7 +104,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
files-find-share "doc"
|
files-find-share "doc"
|
||||||
files-find-share "licenses"
|
files-find-share "licenses"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-poetry-core'
|
name='python3-poetry-core'
|
||||||
version='2.2.1'
|
version='2.2.1'
|
||||||
release='3'
|
release='4'
|
||||||
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'
|
||||||
@@ -45,5 +45,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-pyaml'
|
name='python3-pyaml'
|
||||||
version='25.7.0'
|
version='25.7.0'
|
||||||
release='5'
|
release='6'
|
||||||
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'
|
||||||
@@ -33,6 +33,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@ name=(
|
|||||||
python3-pyside6
|
python3-pyside6
|
||||||
)
|
)
|
||||||
version='6.8.3'
|
version='6.8.3'
|
||||||
release='8'
|
release='9'
|
||||||
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'
|
||||||
@@ -106,18 +106,18 @@ package_python3-pyside6() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files_python3-shiboken6() {
|
files_python3-shiboken6() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|
||||||
files_python3-pyside6-essentials() {
|
files_python3-pyside6-essentials() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|
||||||
files_python3-pyside6-addons() {
|
files_python3-pyside6-addons() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|
||||||
files_python3-pyside6() {
|
files_python3-pyside6() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-pyyaml'
|
name='python3-pyyaml'
|
||||||
version='6.0.2'
|
version='6.0.2'
|
||||||
release='4'
|
release='5'
|
||||||
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/'
|
||||||
@@ -70,5 +70,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-setuptools-rust'
|
name='python3-setuptools-rust'
|
||||||
version='1.12.0'
|
version='1.12.0'
|
||||||
release='8'
|
release='9'
|
||||||
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'
|
||||||
@@ -45,5 +45,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-setuptools-scm'
|
name='python3-setuptools-scm'
|
||||||
version='9.2.2'
|
version='9.2.2'
|
||||||
release='6'
|
release='7'
|
||||||
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'
|
||||||
@@ -45,5 +45,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-steam'
|
name='python3-steam'
|
||||||
version='1.4.4'
|
version='1.4.4'
|
||||||
release='4'
|
release='5'
|
||||||
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'
|
||||||
@@ -45,5 +45,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-tzdata'
|
name='python3-tzdata'
|
||||||
version='2025.2'
|
version='2025.2'
|
||||||
release='4'
|
release='5'
|
||||||
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'
|
||||||
@@ -44,5 +44,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-wheel'
|
name='python3-wheel'
|
||||||
version='0.45.1'
|
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='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'
|
||||||
@@ -45,6 +45,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-bin
|
files-find "./usr/local/bin/**"
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='python3-zstandard'
|
name='python3-zstandard'
|
||||||
version='0.24.0'
|
version='0.24.0'
|
||||||
release='4'
|
release='5'
|
||||||
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'
|
||||||
@@ -47,5 +47,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
files-find-lib
|
files-find "./usr/local/lib/**"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user