[arch-commits] Commit in python-mistune1/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Oct 21 18:10:54 UTC 2021


    Date: Thursday, October 21, 2021 @ 18:10:54
  Author: dvzrv
Revision: 1032009

upgpkg: python-mistune1 0.8.4-2: Rebuild to introduce conflicts/provides for python-mistune.

Remove unrelated pytest ignore settings.

Modified:
  python-mistune1/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-21 17:21:54 UTC (rev 1032008)
+++ PKGBUILD	2021-10-21 18:10:54 UTC (rev 1032009)
@@ -3,7 +3,7 @@
 _name=mistune
 pkgname=python-mistune1
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins"
 arch=('any')
 url="https://github.com/lepture/mistune"
@@ -11,6 +11,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
+conflicts=('python-mistune')
+provides=("python-mistune=${pkgver}")
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha512sums=('36c3ef5d5537f5cceaa43e4da20a84b27c378cb744a93f0380024faefde490bcb42c453f79002ca049083fc437278f4afb3e10de5462f9eeb9077ca2a2fcaea7')
 b2sums=('e65d45c5c95706a49a7fd407afe5f10e82a475766ca272ec3bebba8c89e670fe6efced7b09537efb69d3fd36e75091e370170a15ad7488b5cbe9186e2ccaf4db')
@@ -27,7 +29,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v --ignore=aiosmtpd/qa/
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list