summaryrefslogtreecommitdiffstats
path: root/main/py-genshi
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-05-27 13:44:17 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-05-27 14:11:06 +0200
commita473c5fc58a88256aefea0880b73310c66aae66d (patch)
tree0375970abd62623e865ea35e8a197bec95ae5b09 /main/py-genshi
parent744ac70044bd67b483a9e00499c44babd153eff7 (diff)
downloadaports-a473c5fc58a88256aefea0880b73310c66aae66d.tar.bz2
aports-a473c5fc58a88256aefea0880b73310c66aae66d.tar.xz
main/py-genshi: upgrade to 0.7
Diffstat (limited to 'main/py-genshi')
-rw-r--r--main/py-genshi/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/py-genshi/APKBUILD b/main/py-genshi/APKBUILD
index 7169ef711..999d68f16 100644
--- a/main/py-genshi/APKBUILD
+++ b/main/py-genshi/APKBUILD
@@ -2,13 +2,12 @@
# Maintainer: Mika Havela <mika.havela@gmail.com>
pkgname=py-genshi
_realname=Genshi
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+pkgrel=0
pkgdesc="Python toolkit for stream-based generation of output for the web."
url="http://genshi.edgewall.org/"
-arch="noarch"
+arch="all"
license="BSD"
-depends="python"
makedepends="py-setuptools python-dev"
install=""
subpackages=""
@@ -25,4 +24,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="604e8b23b4697655d36a69c2d8ef7187 Genshi-0.6.tar.gz"
+md5sums="54e64dd69da3ec961f86e686e0848a82 Genshi-0.7.tar.gz"
+sha256sums="1d154402e68bc444a55bcac101f96cb4e59373100cc7a2da07fbf3e5cc5d7352 Genshi-0.7.tar.gz"
+sha512sums="2d0042d4da4566725ddd80b73c5b7be09f479f5529e4aa69903edc2a98905ff6de42a0d5a6f02986d7962deb7740c4a3acf6955a8b77fdb42d3cf4ca037de6bf Genshi-0.7.tar.gz"