aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 11:57:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 12:27:34 +0000
commitb23e701f4f66f0e0ef74f245e870230b0e3de52d (patch)
tree392399dbad244f73cd22702c2ec284f36dbe81c5 /testing
parenta364914bfea200bd4d4ddab7450384f3302ae7bf (diff)
downloadaports-b23e701f4f66f0e0ef74f245e870230b0e3de52d.tar.bz2
aports-b23e701f4f66f0e0ef74f245e870230b0e3de52d.tar.xz
community/py-tempita: upgrade to 0.5.2, moved from testing. Added py2 subpackage
Diffstat (limited to 'testing')
-rw-r--r--testing/py-tempita/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-tempita/APKBUILD b/testing/py-tempita/APKBUILD
deleted file mode 100644
index 1dc8a5be05..0000000000
--- a/testing/py-tempita/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-tempita
-_pkgname=Tempita
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A small templating language"
-url="http://pythonpaste.org/tempita/"
-arch="noarch"
-license="MIT"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.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="f75bdfeabd2f3755f1ff32d582a574a4 Tempita-0.5.1.tar.gz"
-sha256sums="0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8 Tempita-0.5.1.tar.gz"
-sha512sums="5381bfd3cdfc2a0cb64d5e0d6eba7e2b5258e18396a44a3ceeeade71a664eb99dfbcc8948b79ad2b6a5dd30f91fa96079dbda98b708f4dbf7ef1d60c2677e3ff Tempita-0.5.1.tar.gz"