aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-utc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-utc')
-rw-r--r--testing/py-utc/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py-utc/APKBUILD b/testing/py-utc/APKBUILD
deleted file mode 100644
index 7820de79ec..0000000000
--- a/testing/py-utc/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-utc
-_pkgname=utc
-pkgver=0.0.3
-pkgrel=0
-pkgdesc="A tiny library for working with UTC time"
-url="https://bitbucket.org/btubbs/utc"
-arch="noarch"
-license="MIT"
-depends="python2"
-makedepends="python2-dev py-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- cd "$builddir"
- python2 setup.py build
-}
-
-package() {
- cd "$builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="efaa3ad007d658b05588eb995f23a5873d3e04f769cae00ca44feb65f29f54340dbe0bf73237c9300fb2cf61274318c77f446301a0fc4ebfeb4a67beeaf9a24b utc-0.0.3.tar.gz"