Package Details: python-hijridate 2.5.0-2

Git Clone URL: https://aur.archlinux.org/python-hijridate.git (read-only, click to copy)
Package Base: python-hijridate
Description: Accurate Hijri-Gregorian dates converter based on Umm al-Qura calendar
Upstream URL: https://github.com/dralshehri/hijridate
Licenses: MIT
Submitter: matthewq337
Maintainer: matthewq337
Last Packager: matthewq337
Votes: 2
Popularity: 1.16
First Submitted: 2025-04-07 03:08 (UTC)
Last Updated: 2025-06-25 23:35 (UTC)

Latest Comments

micwoj92 commented on 2025-06-25 21:09 (UTC)

pip not needed:

diff --git a/PKGBUILD b/PKGBUILD
index 354fa00..0101cbd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Accurate Hijri-Gregorian dates converter based on Umm al-Qura calendar"
 arch=(any)
 url="https://github.com/dralshehri/hijridate"
 license=(MIT)
-depends=('python' 'python-hatchling' 'python-hatch-fancy-pypi-readme')
-makedepends=("python-pip" "python-build" "python-installer" "python-wheel")
+depends=('python')
+makedepends=("python-build" "python-installer" "python-hatch-fancy-pypi-readme" "python-hatchling")
 sha256sums=('b47f0b2e5333d5d898c6f3472f5cee4a3f045c82d69c073c7a026f5a7aec5821')

 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")

micwoj92 commented on 2025-06-25 19:02 (UTC)

Please switch to standard build: https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)

dependencies of this package are wrong.