aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-tzlocal/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-tzlocal/APKBUILD')
-rw-r--r--testing/py3-tzlocal/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py3-tzlocal/APKBUILD b/testing/py3-tzlocal/APKBUILD
deleted file mode 100644
index 3daa0d0b2f5..00000000000
--- a/testing/py3-tzlocal/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: prspkt <prspkt@protonmail.com>
-pkgname=py3-tzlocal
-pkgver=2.1
-pkgrel=1
-pkgdesc="Python tzinfo object for the local timezone"
-url="https://github.com/regebro/tzlocal"
-arch="noarch"
-license="MIT"
-replaces="py-tzlocal" # for backwards compatibility
-provides="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility
-depends="python3 py3-tz"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/t/tzlocal/tzlocal-$pkgver.tar.gz"
-builddir="$srcdir/tzlocal-$pkgver"
-options="!check" # the package requires a configured timezone
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="5419f3316dfcbf0355cc6f0790454fe6cecfa8b1ae17bfa7bf8aff89b0af3e63c94ffe9c22b11f612e53826a33e7179ff71bc2a86f6a358cdff36c7ae34e2453 tzlocal-2.1.tar.gz"