aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-hijri-converter/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-hijri-converter/APKBUILD')
-rw-r--r--community/py3-hijri-converter/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/py3-hijri-converter/APKBUILD b/community/py3-hijri-converter/APKBUILD
deleted file mode 100644
index 4bcbb11b5e2..00000000000
--- a/community/py3-hijri-converter/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=py3-hijri-converter
-pkgver=2.1.3
-pkgrel=0
-pkgdesc="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"
-url="https://github.com/dralshehri/hijri-converter"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-source="https://github.com/dralshehri/hijri-converter/archive/v$pkgver/hijri-converter-v$pkgver.tar.gz"
-builddir="$srcdir/hijri-converter-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-d7307f4c11f04f266ca478d58c6248debc720204cc7b58da033cf8340e4cdfb07a6908f139d50260908224bbed1ab50885c3f82b348e1d35ce38c138d2bbf970 hijri-converter-v2.1.3.tar.gz
-"