[arch-commits] Commit in python-jaraco.collections/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 20:03:09 UTC 2022


    Date: Friday, September 2, 2022 @ 20:03:09
  Author: felixonmars
Revision: 1290983

upgpkg: python-jaraco.collections 3.5.1-3: disable developer-only tests

Modified:
  python-jaraco.collections/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 20:02:58 UTC (rev 1290982)
+++ PKGBUILD	2022-09-02 20:03:09 UTC (rev 1290983)
@@ -4,7 +4,7 @@
 
 pkgname=python-jaraco.collections
 pkgver=3.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Models and classes to supplement the stdlib 'collections' module."
 arch=('any')
 url='https://github.com/jaraco/jaraco.collections'
@@ -11,9 +11,7 @@
 license=('MIT')
 depends=('python-jaraco.text' 'python-jaraco.classes')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
-              'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 conflicts=('python-jaraco')
 replaces=('python-jaraco')
 source=("https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-$pkgver.tar.gz")
@@ -32,7 +30,7 @@
 package() {
   cd jaraco.collections-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list