aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-tz/APKBUILD
blob: b8901bbe917507c9cd9fc6d4eaa72f9f8047ceaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-tz
_pkgname=pytz
pkgver=2014.4
pkgrel=0
pkgdesc="A Python definitions of world timezone"
url="http://pytz.sourceforge.net/"
arch="noarch"
license="MIT"
depends="python"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	python setup.py build || return 1
}

package() {
	cd "$_builddir"
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

md5sums="9f30bdda5a4292efeae9238febd63208  pytz-2014.4.tar.gz"
sha256sums="fddc081b9aead4d4ec09685c6e9ed6c7d3f5cace1ff7d39c76ba770f2c8d1049  pytz-2014.4.tar.gz"
sha512sums="c01543846a6b61ef997f33a779dd4edc5639c76a3e5c3e441d6ab40881f871ce16203fb2b5cec5f95ed38dc4597b03fa326e23acdc92b7ba5848ed2788fccd72  pytz-2014.4.tar.gz"