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

Felix Yan felixonmars at archlinux.org
Fri May 28 12:32:44 UTC 2021


    Date: Friday, May 28, 2021 @ 12:32:44
  Author: felixonmars
Revision: 949704

archrelease: copy trunk to community-any

Added:
  python-pytest-checkdocs/repos/community-any/PKGBUILD
    (from rev 949703, 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-28 12:32:30 UTC (rev 949703)
+++ PKGBUILD	2021-05-28 12:32:44 UTC (rev 949704)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-checkdocs
-pkgver=2.6.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=('31c14e3714375928cea52c3caa8e9b889b070013d3624586776da4bc4abd8914539fde73540c6247768271bdbb5a4325efa6c5e5b3de6df5fa4a458ed8d63373')
-
-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 949703, python-pytest-checkdocs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-28 12:32:44 UTC (rev 949704)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-checkdocs
+pkgver=2.7.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-importlib-metadata' '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=('ebd7f06c46b2dbe996564a080b8c030aa21af025da91eec916a772ad4eaf9eb11c1f1734bafbf5bbd2de2f16b041788e28377ea99a4c5adfef8287a810650a45')
+
+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