diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-31 20:52:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:27 +0000 |
commit | 2bf795da38f27587dab174f235b8084f0b1dd6dd (patch) | |
tree | 414c2c1cc1871e64358b97b0a3dcc1c35c9c3219 | |
parent | 6e04d7f5da962ddc08beb5706b3f195fea78b715 (diff) | |
download | aports-2bf795da38f27587dab174f235b8084f0b1dd6dd.tar.bz2 aports-2bf795da38f27587dab174f235b8084f0b1dd6dd.tar.xz |
testing/py-tempita: add myself as maintainer
-rw-r--r-- | testing/py-tempita/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/py-tempita/APKBUILD b/testing/py-tempita/APKBUILD index 82888ac9a8..6f995dcc8b 100644 --- a/testing/py-tempita/APKBUILD +++ b/testing/py-tempita/APKBUILD @@ -1,8 +1,9 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: +# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-tempita +_pkgname=Tempita pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="A small templating language" url="http://pythonpaste.org/tempita/" arch="noarch" @@ -12,9 +13,9 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://pypi.python.org/packages/source/T/Tempita/Tempita-$pkgver.tar.gz" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/Tempita-$pkgver +_builddir="$srcdir"/$_pkgname-$pkgver prepare() { local i cd "$_builddir" |