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

Felix Yan felixonmars at archlinux.org
Tue May 11 21:08:57 UTC 2021


    Date: Tuesday, May 11, 2021 @ 21:08:57
  Author: felixonmars
Revision: 930651

archrelease: copy trunk to community-any

Added:
  python-pytest-checkdocs/repos/community-any/PKGBUILD
    (from rev 930650, python-pytest-checkdocs/trunk/PKGBUILD)
Deleted:
  python-pytest-checkdocs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-11 21:08:42 UTC (rev 930650)
+++ PKGBUILD	2021-05-11 21:08:57 UTC (rev 930651)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-checkdocs
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Check the README when running tests'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/pytest-checkdocs'
-depends=('python-docutils' 'python-more-itertools')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8'
-              'python-pytest-mypy')
-source=("https://github.com/jaraco/pytest-checkdocs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6e578b26fc5662814ac8329bf903dd223927a0dfe216a54df85e689443299d8260e22107d2e123791915fa4edfbb4fc9909bed9e7a687ba244f04e254a10ebce')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-checkdocs-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-checkdocs-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-checkdocs-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-checkdocs/repos/community-any/PKGBUILD (from rev 930650, python-pytest-checkdocs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-11 21:08:57 UTC (rev 930651)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-checkdocs
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Check the README when running tests'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/pytest-checkdocs'
+depends=('python-docutils' 'python-jaraco-functools' 'python-pep517')
+makedepends=('python-pip' 'python-setuptools-scm' 'python-toml')
+checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8'
+              'python-pytest-mypy')
+source=("https://github.com/jaraco/pytest-checkdocs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('72cbbe2cdd3cf9ca6b6727187fc474c285700984cfc79b13b0244cedd42c93f857bee594eace1199cfc958e2a2c4f47ec7b5884e60fe9282260ad666f86885a2')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-checkdocs-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-checkdocs-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-checkdocs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list