Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-markdown-it-py
Commits:
24ab1a1c by Balló György at 2024-12-13T16:39:57+01:00
upgpkg: 3.0.0-4: Add python-linkify-it-py to optdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-markdown-it-py
pkgdesc = Python port of markdown-it. Markdown parsing, done right!
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/executablebooks/markdown-it-py
arch = any
license = MIT
@@ -14,6 +14,7 @@ pkgbase = python-markdown-it-py
makedepends = python-installer
depends = python-mdurl
optdepends = python-mdit_py_plugins: core plugins
+ optdepends = python-linkify-it-py: linkify extension
source =
python-markdown-it-py-3.0.0.tar.gz::https://github.com/executablebooks/markdown-it-py/archive/v3.0.0.tar.gz
sha512sums =
820265595ab650f5ac64419d5c2687d1ee361d2a0550b9d94e86ec826cfe5e89cbd69e59d6582aac41d3b95f00ce4a0b7213bf6cd590fdbd8fd9b743c7418759
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,14 @@
_pkgname=markdown-it-py
pkgname=python-$_pkgname
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc='Python port of markdown-it. Markdown parsing, done right!'
arch=('any')
url='https://github.com/executablebooks/markdown-it-py'
license=('MIT')
depends=('python-mdurl')
-optdepends=('python-mdit_py_plugins: core plugins')
+optdepends=('python-mdit_py_plugins: core plugins'
+ 'python-linkify-it-py: linkify extension')
makedepends=('python-build' 'python-flit-core' 'python-installer')
checkdepends=('python-pytest' 'python-pytest-regressions'
'python-mdit_py_plugins' 'python-linkify-it-py')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown-it-py/-/commit/24ab1a1c8c8a179b4ee78630b839637169cd8520
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown-it-py/-/commit/24ab1a1c8c8a179b4ee78630b839637169cd8520
You're receiving this email because of your account on gitlab.archlinux.org.