gitea deps
This commit is contained in:
49
python3-markdown-it-py/alr.sh
Normal file
49
python3-markdown-it-py/alr.sh
Normal file
@ -0,0 +1,49 @@
|
||||
_pkgname=markdown-it-py
|
||||
name='python3-markdown-it-py'
|
||||
version='3.0.0'
|
||||
release='1'
|
||||
desc='Python port of markdown-it. Markdown parsing, done right!'
|
||||
homepage='https://github.com/executablebooks/markdown-it-py'
|
||||
license=('MIT')
|
||||
architectures=('all')
|
||||
|
||||
deps=(
|
||||
'python3-mdurl'
|
||||
)
|
||||
build_deps=(
|
||||
'python3-build'
|
||||
'python3-flit-core'
|
||||
'python3-installer'
|
||||
'python-pytest'
|
||||
'python-pytest-regressions'
|
||||
'python-mdit_py_plugins'
|
||||
'python-linkify-it-py'
|
||||
)
|
||||
|
||||
#opt_deps=(
|
||||
# 'python-mdit_py_plugins: core plugins'
|
||||
#)
|
||||
|
||||
sources=("https://github.com/executablebooks/markdown-it-py/archive/v$version.tar.gz")
|
||||
checksums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd $_pkgname-$version
|
||||
|
||||
python -m build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $_pkgname-$version
|
||||
|
||||
python -m pytest tests
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $_pkgname-$version
|
||||
|
||||
python -m installer -d "$pkgdir" dist/*.whl
|
||||
|
||||
install LICENSE ./$name/LICENSE
|
||||
}
|
||||
|
Reference in New Issue
Block a user