David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pendulum


Commits:
e83f3df3 by David Runge at 2023-12-31T16:27:46+01:00
Use bash arrays with one entry per line for easier handling

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -8,9 +8,23 @@ pkgdesc="Python datetimes made easy"
 arch=(x86_64)
 url="https://pendulum.eustace.io/";
 license=(MIT)
-depends=(python python-dateutil python-pytzdata)
-makedepends=(python-build python-installer python-poetry-core python-wheel)
-checkdepends=(python-babel python-freezegun python-pytest python-pytz)
+depends=(
+  python
+  python-dateutil
+  python-pytzdata
+)
+makedepends=(
+  python-build
+  python-installer
+  python-poetry-core
+  python-wheel
+)
+checkdepends=(
+  python-babel
+  python-freezegun
+  python-pytest
+  python-pytz
+)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sdispater/$_name/archive/$pkgver.tar.gz)
 
sha512sums=('c367320ade0d10b7eb9c880286176161b925d7df052f7de85ddd169594bbe778776ea74df451f00186df98be3e32b7399c68ca4b40123e2c456206410e3a1ab2')
 
b2sums=('c95cd131fc95a0d19ef11f180cc42126cb8a6ea3aaf4b3bbedbc5ce4c1b37a6624f2a1be92f1a6fd6b1f14f5d20fa5f32e8230f896ab7a216f02f00e85b98738')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pendulum/-/commit/e83f3df3948b948626ac20d69676e11cb7b76065

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pendulum/-/commit/e83f3df3948b948626ac20d69676e11cb7b76065
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to