[arch-commits] Commit in python-pytest-checkdocs/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 23:39:03 UTC 2021
Date: Thursday, December 2, 2021 @ 23:39:03
Author: foutrelis
Revision: 1063215
archrelease: copy trunk to community-staging-any
Added:
python-pytest-checkdocs/repos/community-staging-any/PKGBUILD
(from rev 1063214, python-pytest-checkdocs/trunk/PKGBUILD)
Deleted:
python-pytest-checkdocs/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 23:39:01 UTC (rev 1063214)
+++ PKGBUILD 2021-12-02 23:39:03 UTC (rev 1063215)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-checkdocs
-pkgver=2.7.1
-pkgrel=2
-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=('b42d63a4ddbb6835d07d457fd5758a06cafc071ee61f0216eadf7f62eedf27a18f51a7c7694c84ab32975c76c3fd1f642140522d21737a2f83f7bf63e0983204')
-
-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-staging-any/PKGBUILD (from rev 1063214, python-pytest-checkdocs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 23:39:03 UTC (rev 1063215)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-checkdocs
+pkgver=2.7.1
+pkgrel=3
+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=('b42d63a4ddbb6835d07d457fd5758a06cafc071ee61f0216eadf7f62eedf27a18f51a7c7694c84ab32975c76c3fd1f642140522d21737a2f83f7bf63e0983204')
+
+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