[arch-commits] Commit in python-pytest-mypy/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 19:47:27 UTC 2020
Date: Thursday, November 12, 2020 @ 19:47:26
Author: felixonmars
Revision: 753618
archrelease: copy trunk to community-staging-any
Added:
python-pytest-mypy/repos/community-staging-any/PKGBUILD
(from rev 753617, python-pytest-mypy/trunk/PKGBUILD)
Deleted:
python-pytest-mypy/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 19:47:16 UTC (rev 753617)
+++ PKGBUILD 2020-11-12 19:47:26 UTC (rev 753618)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-mypy
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Mypy static type checker plugin for Pytest'
-arch=('any')
-license=('MIT')
-url='https://github.com/dbader/pytest-mypy'
-depends=('mypy' 'python-filelock' 'python-pytest')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-xdist')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz")
-sha512sums=('b1a544d1f0fe759e7dabd6282603334f8095f7381ee99479e5f04eb8fdd46df55213317f984b4ae9c0e89445a405478d6860bdd06185426a2f033ae4e4d19544')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd pytest-mypy-$pkgver
- python setup.py build
-}
-
-check() {
- # Hack entry points by installing it
-
- cd pytest-mypy-$pkgver
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
-}
-
-package() {
- cd pytest-mypy-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pytest-mypy/repos/community-staging-any/PKGBUILD (from rev 753617, python-pytest-mypy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 19:47:26 UTC (rev 753618)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-mypy
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='Mypy static type checker plugin for Pytest'
+arch=('any')
+license=('MIT')
+url='https://github.com/dbader/pytest-mypy'
+depends=('mypy' 'python-filelock' 'python-pytest')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-xdist')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz")
+sha512sums=('b1a544d1f0fe759e7dabd6282603334f8095f7381ee99479e5f04eb8fdd46df55213317f984b4ae9c0e89445a405478d6860bdd06185426a2f033ae4e4d19544')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd pytest-mypy-$pkgver
+ python setup.py build
+}
+
+check() {
+ # Hack entry points by installing it
+
+ cd pytest-mypy-$pkgver
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+ cd pytest-mypy-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list