python3-markdown-it-py 4.0.0-4
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='python3-markdown-it-py'
|
name='python3-markdown-it-py'
|
||||||
version='4.0.0'
|
version='4.0.0'
|
||||||
release='3'
|
release='4'
|
||||||
desc='Python port of markdown-it. Markdown parsing, done right'
|
desc='Python port of markdown-it. Markdown parsing, done right'
|
||||||
homepage=''
|
homepage=''
|
||||||
maintainer='Евгений Храмов <xpamych@yandex.ru>'
|
maintainer='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
@@ -23,12 +23,12 @@ sources=("https://files.pythonhosted.org/packages/source/m/markdown-it-py/markdo
|
|||||||
checksums=('blake2b-256:5bf54ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d')
|
checksums=('blake2b-256:5bf54ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/markdown-it-py-${version}"
|
cd "$srcdir/markdown_it_py-${version}"
|
||||||
python -m build --wheel --no-isolation
|
python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/markdown-it-py-${version}"
|
cd "$srcdir/markdown_it_py-${version}"
|
||||||
pip install --root="${pkgdir}/" . --no-deps --ignore-installed --disable-pip-version-check
|
pip install --root="${pkgdir}/" . --no-deps --ignore-installed --disable-pip-version-check
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user