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 22b6f6e8bb4..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.2.1
-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="
-0885ceec13286fb7415017d28537e415b84ecba7bf243a70bb48b5e6452f55471670864548ad2ff6fbbb4e10cd96e9df96a3f20c9e1b7208768d1fa512650720 hijri-converter-v2.2.1.tar.gz
-"