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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 25 21:42:10 UTC 2022


    Date: Tuesday, January 25, 2022 @ 21:42:10
  Author: arojas
Revision: 1115587

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 21:42:01 UTC (rev 1115586)
+++ PKGBUILD	2022-01-25 21:42:10 UTC (rev 1115587)
@@ -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.0
-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-install 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=('4d63695f7153e409adcadec2e053987e6f4c7e627a73c0338a163fe04a8eb2f0e0c6f0222063dc49b724f89f6a56eeebf6404aef30146a49760311e5a87c5d7b')
-b2sums=('bebebe26ed581095824c86d044d4f4564915c5bdba3e1fab5470a6b6ebb0775d8c1ec995d38a281b31f8d23d221f1d0024375bfd19adec284245ee9a155d6c8e')
-
-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 install --optimize=1 --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 1115586, python-mistune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-25 21:42:10 UTC (rev 1115587)
@@ -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.2
+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-install 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=('b11bda3f265a74959ea66b19bc0122f6951beb68af7eced1ff4c2106e179c65bba0566f7f7146e087307ca3f78ad0a1fdc78dc3955e6cb1ea2a0ce5c2e1aeecb')
+b2sums=('420db59d5a4813ca743dadf09f8618f3bea673629ff049b2b13e11af9130256f56d0a93883edb319ab595db0de6f820310adfb4a2b21fbaab87defb70d6daa56')
+
+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 install --optimize=1 --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