[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2022-06-23 Thread David Runge via arch-commits
Date: Thursday, June 23, 2022 @ 08:41:04
  Author: dvzrv
Revision: 1239225

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1239224, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-23 08:40:55 UTC (rev 1239224)
+++ PKGBUILD2022-06-23 08:41:04 UTC (rev 1239225)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-build python-installer python-poetry python-wheel)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
-sha512sums=('c4fdfad930150a1f67e46d1fa228bf8fd3201624ab5a529f7d26d635a111fb40cd28c2afb1908188e8c23f9d823a72c9a35818f2ab7a9d1233625e71068d2ed7'
-'SKIP')
-b2sums=('a7f520106da428f7c62f62ba44fd8e0104337dd83f6d550ea3176fbb8adf5a639606469bb2fafbcac6aa9d567f9883c0cbfb8e763d7f8feae98779808efd2432'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir=test_dir dist/*.whl
-  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  # ignore integration and code style checks
-  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1239224, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-23 08:41:04 UTC (rev 1239225)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.5.1
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-build python-installer python-poetry python-wheel)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
+sha512sums=('d24e83d841025c540d843a598ac58277fbd750dc7f4008a567d551d0bfa9346c90eba3c5a8c326f782e0237b9401184a93d9b85339641e5974a4a5a5aa77303e'
+'SKIP')
+b2sums=('598dba85fbb5bdbdb1aea66aafbf490334e522d85ab8838d31d484e7158206e5773ed60c82b911d534b1b7f1ec4909f472764259575a29a1b4916b438a01b070'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  # ignore integration and code style checks
+  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:43:35
  Author: dvzrv
Revision: 1186882

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1186881, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:43:26 UTC (rev 1186881)
+++ PKGBUILD2022-04-17 13:43:35 UTC (rev 1186882)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.5
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-build python-installer python-poetry python-wheel)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
-sha512sums=('30b5156c941a62ba1103ac0563f872fd1ce844b4d0ce6c0e3f7fd496a1d0bdba16df10036a5aa20bb5c718e77a37d66307e0a7083547077ed54d5de1e0386444'
-'SKIP')
-b2sums=('df16b9ddfb737d5f5fa3812b5bee3f7a46b3e00fc4b22fded5ab5be106047edac82c968ce07865692c79273531a6da516a0ea7ba548d165c273fe1090c11030d'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir="$_test_dir" dist/*.whl
-  export PYTHONPATH="$_test_dir/$_site_packages:$PYTHONPATH"
-  # ignore integration and code style checks
-  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1186881, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:43:35 UTC (rev 1186882)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.5.0
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-build python-installer python-poetry python-wheel)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
+sha512sums=('c4fdfad930150a1f67e46d1fa228bf8fd3201624ab5a529f7d26d635a111fb40cd28c2afb1908188e8c23f9d823a72c9a35818f2ab7a9d1233625e71068d2ed7'
+'SKIP')
+b2sums=('a7f520106da428f7c62f62ba44fd8e0104337dd83f6d550ea3176fbb8adf5a639606469bb2fafbcac6aa9d567f9883c0cbfb8e763d7f8feae98779808efd2432'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  # ignore integration and code style checks
+  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2022-04-04 Thread David Runge via arch-commits
Date: Monday, April 4, 2022 @ 17:57:27
  Author: dvzrv
Revision: 1181359

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1181358, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-04 17:57:19 UTC (rev 1181358)
+++ PKGBUILD2022-04-04 17:57:27 UTC (rev 1181359)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.4
-pkgrel=2
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('10e19a6a1585f043f18aa9bf73a788d1b69b876eaab7fc3567e93e3a5f7d6731dae0a9f4459b51e4dc2543b3479843c20b2ca226ceab2b6a5de3540048de4a8e'
-'SKIP')
-b2sums=('98527bc20a9325ad7cbe3086ba3635a208bc8037d527d97b5bb1ac2f022691e7e52206d27f7e2588c6daac224ccf644116b0db838c09667de813378626def1e8'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "${_name}-${pkgver}"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1181358, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-04 17:57:27 UTC (rev 1181359)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.5
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-build python-installer python-poetry python-wheel)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
+sha512sums=('30b5156c941a62ba1103ac0563f872fd1ce844b4d0ce6c0e3f7fd496a1d0bdba16df10036a5aa20bb5c718e77a37d66307e0a7083547077ed54d5de1e0386444'
+'SKIP')
+b2sums=('df16b9ddfb737d5f5fa3812b5bee3f7a46b3e00fc4b22fded5ab5be106047edac82c968ce07865692c79273531a6da516a0ea7ba548d165c273fe1090c11030d'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir="$_test_dir" dist/*.whl
+  export PYTHONPATH="$_test_dir/$_site_packages:$PYTHONPATH"
+  # ignore integration and code style checks
+  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2021-12-06 Thread David Runge via arch-commits
Date: Monday, December 6, 2021 @ 18:58:25
  Author: dvzrv
Revision: 1065349

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1065348, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 43 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 18:58:18 UTC (rev 1065348)
+++ PKGBUILD2021-12-06 18:58:25 UTC (rev 1065349)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.3
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('c7a4078ecdd018eea3b6c92975ea24408860e756bd2ef636f0694ff50207bc3aa16aad956dc55640e2da3d80db807fb1c222ecc1bc0d6ee49048b18e40a0830d'
-'SKIP')
-b2sums=('a83ef046f791f545d7a06d9a15fe8aa551f6020d4b76300a2c0af44a43dd287d4e423173cc417894f8aa36ab90baa18039d3b3aa4be90c2b61cfc482539a6dd1'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "$pkgname-$pkgver"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1065348, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 18:58:25 UTC (rev 1065349)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.4
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('10e19a6a1585f043f18aa9bf73a788d1b69b876eaab7fc3567e93e3a5f7d6731dae0a9f4459b51e4dc2543b3479843c20b2ca226ceab2b6a5de3540048de4a8e'
+'SKIP')
+b2sums=('98527bc20a9325ad7cbe3086ba3635a208bc8037d527d97b5bb1ac2f022691e7e52206d27f7e2588c6daac224ccf644116b0db838c09667de813378626def1e8'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "${_name}-${pkgver}"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2021-12-03 Thread David Runge via arch-commits
Date: Friday, December 3, 2021 @ 09:51:46
  Author: dvzrv
Revision: 1064732

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1064731, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-03 09:51:38 UTC (rev 1064731)
+++ PKGBUILD2021-12-03 09:51:46 UTC (rev 1064732)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.2
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover;
-license=('Apache')
-depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
-'python-pluggy' 'python-pygments')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('15202ccb66365b0578bbdf3183448998c22e7dcc56e800e94eebe77cfb2985db23b1214a2113dd7631fae7cd8f7284da2297b8ef546d94177f5f06dd9d205c6d'
-'SKIP')
-b2sums=('f9fb4a00caf8c92599c7aeadfd9ac3a608552d13396c36d68766c3419b603aa9ad72c6085e12348ea594fde33aef144402d0346c9568e53c18ea0bc4abb043ba'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "$pkgname-$pkgver"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1064731, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-03 09:51:46 UTC (rev 1064732)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.3
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('c7a4078ecdd018eea3b6c92975ea24408860e756bd2ef636f0694ff50207bc3aa16aad956dc55640e2da3d80db807fb1c222ecc1bc0d6ee49048b18e40a0830d'
+'SKIP')
+b2sums=('a83ef046f791f545d7a06d9a15fe8aa551f6020d4b76300a2c0af44a43dd287d4e423173cc417894f8aa36ab90baa18039d3b3aa4be90c2b61cfc482539a6dd1'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "$pkgname-$pkgver"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 18:07:45
  Author: dvzrv
Revision: 1028056

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1028055, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 18:07:37 UTC (rev 1028055)
+++ PKGBUILD2021-10-08 18:07:45 UTC (rev 1028056)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.1
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover;
-license=('Apache')
-depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
-'python-pluggy' 'python-pygments')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('ba5848d2c2f206675e13740477fe676f71f372be9fa7fbc9c610176ee9fa079e20b32cfb439e4f2d1f842015bd1c5fa8de4c6f01bcfb457d5220d8b7087712b3'
-'SKIP')
-b2sums=('7be9a138b338b8c4f2bce60b708e7c2275859dbe019d9d0db71c2052ac76c0af04180b29042c0d8ef77fe2c7899fb3a9db50dedd48c4dd08375109c975207efa'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "$pkgname-$pkgver"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1028055, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 18:07:45 UTC (rev 1028056)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.2
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=('any')
+url="https://github.com/Bachmann1234/diff_cover;
+license=('Apache')
+depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
+'python-pluggy' 'python-pygments')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('15202ccb66365b0578bbdf3183448998c22e7dcc56e800e94eebe77cfb2985db23b1214a2113dd7631fae7cd8f7284da2297b8ef546d94177f5f06dd9d205c6d'
+'SKIP')
+b2sums=('f9fb4a00caf8c92599c7aeadfd9ac3a608552d13396c36d68766c3419b603aa9ad72c6085e12348ea594fde33aef144402d0346c9568e53c18ea0bc4abb043ba'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "$pkgname-$pkgver"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2021-10-03 Thread David Runge via arch-commits
Date: Sunday, October 3, 2021 @ 09:13:20
  Author: dvzrv
Revision: 1027156

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1027155, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   91 -
 1 file changed, 48 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 09:13:12 UTC (rev 1027155)
+++ PKGBUILD2021-10-03 09:13:20 UTC (rev 1027156)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=4.1.1
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover;
-license=('Apache')
-depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
-'python-pygments' 'python-setuptools')
-checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
-'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f69aa84b670dbbd548e355e95a7f5d0d0ed067036e810da993074702121e453395b7d376634d0d7cf0ae3d76cc16c45480daf72364aad3ed1d2185e818c3df69'
-'SKIP')
-b2sums=('e884d9e64d6112784a98945a4108cf52588e270c15072a0329e6324dbefe39e81bc57d50554ebb9b183acbe73161a1b64d67d65e9151fa3dc90a741c14589a63'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1027155, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 09:13:20 UTC (rev 1027156)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.1
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=('any')
+url="https://github.com/Bachmann1234/diff_cover;
+license=('Apache')
+depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
+'python-pluggy' 'python-pygments')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('ba5848d2c2f206675e13740477fe676f71f372be9fa7fbc9c610176ee9fa079e20b32cfb439e4f2d1f842015bd1c5fa8de4c6f01bcfb457d5220d8b7087712b3'
+'SKIP')
+b2sums=('7be9a138b338b8c4f2bce60b708e7c2275859dbe019d9d0db71c2052ac76c0af04180b29042c0d8ef77fe2c7899fb3a9db50dedd48c4dd08375109c975207efa'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "$pkgname-$pkgver"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2021-01-10 Thread David Runge via arch-commits
Date: Sunday, January 10, 2021 @ 13:19:09
  Author: dvzrv
Revision: 817059

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 817058, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 +
 1 file changed, 43 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-10 13:18:50 UTC (rev 817058)
+++ PKGBUILD2021-01-10 13:19:09 UTC (rev 817059)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover;
-license=('Apache')
-depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
-'python-pygments' 'python-setuptools')
-checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
-'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('9b554bc784c8711965cf39361df72ac3fee755709050850317dc2663bbb524bfa62d82145ec30dfe64cf2668037d70992b167af1c219f61c287313403c760859'
-'SKIP')
-b2sums=('831d4dadfec0c527addd4625a4728b86e5026d0b3f162d8c367c22094ee2bf738b2692487c04791153bc86d49e99bc9f1fd4b4fac3314ceb1ff4842994fb5f73'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  # disable test with missing files:
-  # https://github.com/Bachmann1234/diff_cover/issues/166
-  pytest -v -k 'not test_load_snippets_markdown'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 817058, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-10 13:19:09 UTC (rev 817059)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=('any')
+url="https://github.com/Bachmann1234/diff_cover;
+license=('Apache')
+depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
+'python-pygments' 'python-setuptools')
+checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
+'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('f69aa84b670dbbd548e355e95a7f5d0d0ed067036e810da993074702121e453395b7d376634d0d7cf0ae3d76cc16c45480daf72364aad3ed1d2185e818c3df69'
+'SKIP')
+b2sums=('e884d9e64d6112784a98945a4108cf52588e270c15072a0329e6324dbefe39e81bc57d50554ebb9b183acbe73161a1b64d67d65e9151fa3dc90a741c14589a63'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-diff-cover/repos/community-any (PKGBUILD PKGBUILD)

2021-01-09 Thread David Runge via arch-commits
Date: Saturday, January 9, 2021 @ 16:23:15
  Author: dvzrv
Revision: 816285

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 816284, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-09 16:23:04 UTC (rev 816284)
+++ PKGBUILD2021-01-09 16:23:15 UTC (rev 816285)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=4.0.1
-pkgrel=3
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover;
-license=('Apache')
-depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
-'python-pygments' 'python-setuptools')
-checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
-'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a5f124cf602937f089094d38c9eba9a1babdadcff9b65d4b8cb909c6bcaaf61c7832f8c30d4453f50d0965687e9fe9a25060fb824cd997f641d7fec769f0232b'
-'SKIP')
-b2sums=('e4ff84f9eaf8acb3ff659a15670d957c8601c45f2528086b0e76f949e06682af91f8b873f23432fc79b0471b6ab1f5f6c03c65bc10cc5d795e2ff273f2d2153d'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 816284, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-09 16:23:15 UTC (rev 816285)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=('any')
+url="https://github.com/Bachmann1234/diff_cover;
+license=('Apache')
+depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
+'python-pygments' 'python-setuptools')
+checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
+'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('9b554bc784c8711965cf39361df72ac3fee755709050850317dc2663bbb524bfa62d82145ec30dfe64cf2668037d70992b167af1c219f61c287313403c760859'
+'SKIP')
+b2sums=('831d4dadfec0c527addd4625a4728b86e5026d0b3f162d8c367c22094ee2bf738b2692487c04791153bc86d49e99bc9f1fd4b4fac3314ceb1ff4842994fb5f73'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # disable test with missing files:
+  # https://github.com/Bachmann1234/diff_cover/issues/166
+  pytest -v -k 'not test_load_snippets_markdown'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}