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

Daniel M. Capella polyzen at gemini.archlinux.org
Wed Jun 8 14:07:09 UTC 2022


    Date: Wednesday, June 8, 2022 @ 14:07:09
  Author: polyzen
Revision: 1229304

vit no longer depends on pytz and tzlocal

https://github.com/vit-project/vit/commit/5534f81deee3f3df8d582c4ea220cc71a7496eea

These are still be pulled in via tasklib, but only until its next release:
https://github.com/GothenburgBitFactory/tasklib/commit/0307266a6f1c53110f819064f8b79d00eb73c2d4

Modified:
  vit/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 14:03:13 UTC (rev 1229303)
+++ PKGBUILD	2022-06-08 14:07:09 UTC (rev 1229304)
@@ -8,7 +8,7 @@
 url='https://github.com/vit-project/vit'
 arch=('any')
 license=('MIT')
-depends=('task' 'python' 'python-pytz' 'python-tzlocal' 'python-urwid' 'python-tasklib')
+depends=('task' 'python' 'python-urwid' 'python-tasklib')
 makedepends=('python-setuptools')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('8506844f172d31ecba04c243467c8a5a631de8365f8307ba446ba97b5efe1d5d')



More information about the arch-commits mailing list