aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-06-15 15:48:19 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-06-15 15:48:19 +0200
commite6044ecb81a204f5f5b4fdd6051f9140da73da36 (patch)
treee88458315bab30f83a523d22dc77fa2c00bd31d8 /testing
parent9d5647530957a3404c34d3190bb9ca209dc3b590 (diff)
downloadaports-e6044ecb81a204f5f5b4fdd6051f9140da73da36.tar.bz2
aports-e6044ecb81a204f5f5b4fdd6051f9140da73da36.tar.xz
main/py-markupsafe: move to testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-markupsafe/APKBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/py-markupsafe/APKBUILD b/testing/py-markupsafe/APKBUILD
new file mode 100644
index 0000000000..b145cef42b
--- /dev/null
+++ b/testing/py-markupsafe/APKBUILD
@@ -0,0 +1,31 @@
+# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
+# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
+pkgname=py-markupsafe
+_pkgname=MarkupSafe
+pkgver=0.18
+pkgrel=0
+pkgdesc="Implements a XML/HTML/XHTML Markup safe string"
+url="https://github.com/mitsuhiko/markupsafe"
+arch="all"
+license="BSD"
+depends="python"
+depends_dev=""
+makedepends="python-dev"
+install=""
+subpackages="$pkgname-dev"
+source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+
+_builddir="$srcdir"/$_pkgname-$pkgver
+build() {
+ cd "$_builddir"
+ python setup.py build || return 1
+}
+
+package() {
+ cd "$_builddir"
+ python setup.py install --prefix=/usr --root="$pkgdir" || return 1
+}
+
+md5sums="f8d252fd05371e51dec2fe9a36890687 MarkupSafe-0.18.tar.gz"
+sha256sums="b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82 MarkupSafe-0.18.tar.gz"
+sha512sums="0438ddf0fdab465c40d9afba8c14ad346be0868df654c11130d05e329992d456a9bc278551970cbd09244a29c77213885d0c363c951b0cfd4d9aa95b248ecff5 MarkupSafe-0.18.tar.gz"