git » python-markdown-it-py.git » commit b53341b

upgpkg: 3.0.0-1

author Daniel M. Capella
2023-08-16 22:25:53 UTC
committer Daniel M. Capella
2023-08-16 22:25:53 UTC
parent 408328a117aae5186ce68eff11468bb88e0bed4c

upgpkg: 3.0.0-1

PKGBUILD +7 -6

diff --git a/PKGBUILD b/PKGBUILD
index dccfd93..25fc32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
 # Maintainer: Filipe LaĆ­ns (FFY00) <lains@archlinux.org>
+# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
 
 _pkgname=markdown-it-py
 pkgname=python-$_pkgname
-pkgver=2.2.0
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 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')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-regressions' 'python-pytest-benchmark' 'python-psutil' 'python-mdit_py_plugins' 'python-linkify-it-py')
+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")
-sha512sums=('84d6c15084bf33bdecdcbc8419322f2898bde20de6baeaee6c66c4e6ad9e47dfb8a14e2b1fcf71b8c42e7b61a7caed119919faf0faf6765aad85c186d91fe9d5')
+sha512sums=('820265595ab650f5ac64419d5c2687d1ee361d2a0550b9d94e86ec826cfe5e89cbd69e59d6582aac41d3b95f00ce4a0b7213bf6cd590fdbd8fd9b743c7418759')
 
 build() {
   cd $_pkgname-$pkgver
@@ -24,7 +25,7 @@ build() {
 check() {
   cd $_pkgname-$pkgver
 
-  python -m pytest
+  python -m pytest tests
 }
 
 package() {