[arch-commits] Commit in python-mdit_py_plugins/repos/community-any (2 files)

Filipe Laíns ffy00 at archlinux.org
Wed Mar 24 18:24:49 UTC 2021


    Date: Wednesday, March 24, 2021 @ 18:24:48
  Author: ffy00
Revision: 901698

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 18:24:44 UTC (rev 901697)
+++ PKGBUILD	2021-03-24 18:24:48 UTC (rev 901698)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=mdit-py-plugins
-pkgname=python-mdit_py_plugins
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='Collection of core plugins for markdown-it-py'
-arch=('any')
-url='https://github.com/executablebooks/mdit-py-plugins'
-license=('MIT')
-depends=('python-markdown-it-py')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-regressions')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1eefd8ec0e18b758e6d9d18f1ba8c1eae553bd91dcf9771457b98bd4cb49d782264e787fe320549eb8f54d4e84ae7c42d755cb3dc538692cb496bedc696b90fa')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python -m pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mdit_py_plugins/repos/community-any/PKGBUILD (from rev 901697, python-mdit_py_plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-24 18:24:48 UTC (rev 901698)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=mdit-py-plugins
+pkgname=python-mdit_py_plugins
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='Collection of core plugins for markdown-it-py'
+arch=('any')
+url='https://github.com/executablebooks/mdit-py-plugins'
+license=('MIT')
+depends=('python-markdown-it-py')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-regressions')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('d123296d1c5851c87942620129c622c23c5924b685e4fbb8fef8ebe9572a298d4e696fcc8b15806b249ba341a2b01f773feccb45044842a843766d01be4664ee')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python -m pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list