aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-22 10:43:31 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-22 10:43:31 +0000
commit0d6ed3fdf9a034b4540b6e3e4bbe049d2a65f878 (patch)
treee3db223b2f5f3c927f44319123ee81149e69848e /testing
parent7993867dcf2ef84985bd0c3b7b40d9f7da697ce4 (diff)
downloadaports-0d6ed3fdf9a034b4540b6e3e4bbe049d2a65f878.tar.bz2
aports-0d6ed3fdf9a034b4540b6e3e4bbe049d2a65f878.tar.xz
main/py-itsdangerous: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py-itsdangerous/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-itsdangerous/APKBUILD b/testing/py-itsdangerous/APKBUILD
deleted file mode 100644
index 8e209c291d..0000000000
--- a/testing/py-itsdangerous/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-itsdangerous
-_pkgname=itsdangerous
-pkgver=0.24
-pkgrel=0
-pkgdesc="A Python helper to pass trusted data to untrusted environments"
-url="http://github.com/mitsuhiko/itsdangerous"
-arch="noarch"
-license="BSD"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="http://pypi.python.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="a3d55aa79369aef5345c036a8a26307f itsdangerous-0.24.tar.gz"
-sha256sums="cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519 itsdangerous-0.24.tar.gz"
-sha512sums="2863b6e5fda178db59bd214c6d24d04422c1021bb41bf11598aba1cbc43053aff3bb1e0539940b5769de04b68c03e8bd01d728dcbfc4bd0ba05867688574a297 itsdangerous-0.24.tar.gz"