summaryrefslogtreecommitdiffstats
path: root/main/py-markupsafe
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 /main/py-markupsafe
parent9d5647530957a3404c34d3190bb9ca209dc3b590 (diff)
downloadaports-e6044ecb81a204f5f5b4fdd6051f9140da73da36.tar.bz2
aports-e6044ecb81a204f5f5b4fdd6051f9140da73da36.tar.xz
main/py-markupsafe: move to testing
Diffstat (limited to 'main/py-markupsafe')
-rw-r--r--main/py-markupsafe/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/main/py-markupsafe/APKBUILD b/main/py-markupsafe/APKBUILD
deleted file mode 100644
index b145cef42..000000000
--- a/main/py-markupsafe/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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"