python3-markdown-it-py 4.0.0-8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-markdown-it-py'
|
||||
version='4.0.0'
|
||||
release='7'
|
||||
release='8'
|
||||
desc='Python port of markdown-it. Markdown parsing, done right'
|
||||
desc_ru='Библиотека Python для правильного парсинга Markdown'
|
||||
homepage='https://github.com/executablebooks/markdown-it-py'
|
||||
@@ -43,7 +43,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/markdown_it_py-${version}"
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user