Date: Monday, January 23, 2023 @ 08:29:20
  Author: grawlinson
Revision: 1387914

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-23 08:28:30 UTC (rev 1387913)
+++ PKGBUILD    2023-01-23 08:29:20 UTC (rev 1387914)
@@ -1,46 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-mistletoe
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A fast, extensible Markdown parser in pure Python'
-arch=('any')
-url='https://github.com/miyuchina/mistletoe'
-license=('MIT')
-depends=('python')
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-_commit='35f961cd97c8d567eb1cb82c4a859a9ca516f4f1'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  python -m unittest discover test
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-mistletoe/repos/community-any/PKGBUILD (from rev 1387913, 
python-mistletoe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-23 08:29:20 UTC (rev 1387914)
@@ -0,0 +1,46 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-mistletoe
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A fast, extensible Markdown parser in pure Python'
+arch=('any')
+url='https://github.com/miyuchina/mistletoe'
+license=('MIT')
+depends=('python')
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+_commit='dc53c539fe59295a5f53a4dd1059bd3cc2a4e806'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  python -m unittest discover test
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to