[arch-commits] Commit in python-mistune/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 09:13:05 UTC 2022


    Date: Saturday, August 27, 2022 @ 09:13:04
  Author: arojas
Revision: 1284595

archrelease: copy trunk to community-any

Added:
  python-mistune/repos/community-any/PKGBUILD
    (from rev 1284594, python-mistune/trunk/PKGBUILD)
Deleted:
  python-mistune/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 09:12:54 UTC (rev 1284594)
+++ PKGBUILD	2022-08-27 09:13:04 UTC (rev 1284595)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: David Runge <dvzrv at archlinux.org>
-# Contributor: shmilee
-
-_pkgname=mistune
-pkgname=python-mistune
-pkgver=2.0.3
-pkgrel=2
-pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins"
-arch=(any)
-url="https://github.com/lepture/mistune"
-license=(BSD)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lepture/mistune/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('1a88b77201d771f1c67b134363d26fba1becb1306e13d2d4fc9216b0ebf6716c17dd6ecba4cbc201e4cab25216597c652a505b14f6446296624af4a9aee85faa')
-b2sums=('987b702969b2fa72945781cadf22d650acb79157c3c9a1181208662cc5d5b8d91718f75249f57bd6c69ff36a7a300e9b96816631894e673621e383be4727741b')
-
-build() {
-  cd "${_pkgname}-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd "${_pkgname}-$pkgver"
-  pytest -vv
-}
-
-package() {
-  cd "${_pkgname}-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname}/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mistune/repos/community-any/PKGBUILD (from rev 1284594, python-mistune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 09:13:04 UTC (rev 1284595)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: David Runge <dvzrv at archlinux.org>
+# Contributor: shmilee
+
+_pkgname=mistune
+pkgname=python-mistune
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins"
+arch=(any)
+url="https://github.com/lepture/mistune"
+license=(BSD)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lepture/mistune/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('e600e3b6766b1f5d69a5737d3e685a3087e80fbe48e499be47598991922c8b909acdf360e14f784ba0c81a8c7a214da32900dd10ed050f3c2a3e192b17d3dcf2')
+b2sums=('e70f39a18fddc800ed0a9ef4394fc6b9799cc5dfe0814760899049bf3f12fb8d5acd035754b7c3ba5a98e18640d9a33c2ece464fb2fe427ab29db4a9a91f3fcd')
+
+build() {
+  cd "${_pkgname}-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "${_pkgname}-$pkgver"
+  pytest -vv
+}
+
+package() {
+  cd "${_pkgname}-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list