[arch-commits] Commit in python-tempora/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 8 08:33:28 UTC 2022


    Date: Wednesday, June 8, 2022 @ 08:33:28
  Author: felixonmars
Revision: 1229013

upgpkg: python-tempora 5.0.1-2: fix dependencies

Modified:
  python-tempora/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 08:33:20 UTC (rev 1229012)
+++ PKGBUILD	2022-06-08 08:33:28 UTC (rev 1229013)
@@ -4,14 +4,13 @@
 pkgname='python-tempora'
 _pkgbase="${pkgname//python-/}"
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Objects and routines pertaining to date and time (tempora)."
 arch=('any')
 url="https://github.com/jaraco/tempora"
 license=('MIT')
-depends=('python' 'python-six' 'python-pytz' 'python-jaraco')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-six'
-             'python-pytz' 'python-jaraco')
+depends=('python' 'python-pytz' 'python-jaraco.functools')
+makedepends=('python-setuptools' 'python-setuptools-scm')
 checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-cov'
               'python-pytest-black' 'python-freezegun' 'python-pytest-freezegun'
               'python-pytest-mypy')



More information about the arch-commits mailing list