* update python-markdown to 3.7-1

This commit is contained in:
Alexander Baldeck 2024-09-23 12:03:02 +02:00
parent 9d6bcbd09c
commit 3627322079
3 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-markdown
pkgdesc = Python implementation of John Gruber's Markdown
pkgver = 3.7
pkgrel = 1
url = https://python-markdown.github.io/
arch = any
license = BSD
checkdepends = python-yaml
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
optdepends = python-yaml: parse Python in YAML metadata
source = python-markdown::git+https://github.com/Python-Markdown/markdown#tag=3.7
sha256sums = f263f42a34d1144f77beb9beab7935837e08c1c74325416a1b6c11b88388103a
pkgname = python-markdown

View File

@ -0,0 +1,4 @@
[python-markdown]
source = "github"
github = "Python-Markdown/markdown"
use_max_tag = true

View File

@ -8,8 +8,8 @@
# Contributor: Chaiwat Suttipongsakul <cwt at bashell dot com>
pkgname=python-markdown
pkgver=3.6
pkgrel=3
pkgver=3.7
pkgrel=1
pkgdesc="Python implementation of John Gruber's Markdown"
arch=(any)
url='https://python-markdown.github.io/'
@ -19,7 +19,7 @@ makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python
optdepends=('python-yaml: parse Python in YAML metadata')
checkdepends=('python-yaml')
source=("$pkgname::git+https://github.com/Python-Markdown/markdown#tag=$pkgver")
sha256sums=('17665ec53a4eed996420f13196d7510c34be95853837d834960f632a86478b73')
sha256sums=('f263f42a34d1144f77beb9beab7935837e08c1c74325416a1b6c11b88388103a')
build() {
cd "$pkgname"