python3-mdit-py-plugins 0.5.0-5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-mdit-py-plugins'
|
||||
version='0.5.0'
|
||||
release='4'
|
||||
release='5'
|
||||
desc='Collection of plugins for markdown-it-py'
|
||||
desc_ru='Коллекция плагинов для библиотеки Python markdown-it-py'
|
||||
homepage='https://github.com/executablebooks/mdit-py-plugins'
|
||||
@@ -38,12 +38,12 @@ checksums=('blake2b-256:b2fda756d36c0bfba5f6e39a1cdbdbfdd448dc02692467d83816dff4
|
||||
|
||||
build() {
|
||||
cd "$srcdir/mdit_py_plugins-${version}"
|
||||
python -m build --wheel --no-isolation
|
||||
python3 -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/mdit_py_plugins-${version}"
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user