From 2c1d7e9e6b841addd6e3060fec9434e10cb742c3 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 30 Apr 2014 21:21:23 +0000 Subject: python-six: initial inclusion. dep of pyopenssl --- abs/core/python_modules/python-six/PKGBUILD | 41 ++++++++++++++++++++++++++ abs/core/python_modules/python-six/__changelog | 1 + 2 files changed, 42 insertions(+) create mode 100644 abs/core/python_modules/python-six/PKGBUILD create mode 100644 abs/core/python_modules/python-six/__changelog diff --git a/abs/core/python_modules/python-six/PKGBUILD b/abs/core/python_modules/python-six/PKGBUILD new file mode 100644 index 0000000..0e8986b --- /dev/null +++ b/abs/core/python_modules/python-six/PKGBUILD @@ -0,0 +1,41 @@ +# Contributer: Allan McRae +# Maintainer: Jelle van der Waa + +pkgbase=python-six +pkgname=('python2-six') +pkgver=1.6.1 +pkgrel=2 +pkgdesc="Python 2 and 3 compatibility utilities" +arch=('any') +url="http://pypi.python.org/pypi/six/" +license=('MIT') +makedepends=('python2') +source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz) +md5sums=('07d606ac08595d795bf926cc9985674f') + +build() { + cd $srcdir + cp -r six-$pkgver six2-$pkgver +} + +check() { +# cd $srcdir/six-$pkgver +# python3 setup.py check + + cd $srcdir/six2-$pkgver + python2 setup.py check +} + +#package_python-six() { +# depends=('python') +# cd $srcdir/six-$pkgver +# python3 setup.py install --root "${pkgdir}" --optimize=1 +# install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +#} + +package_python2-six() { + depends=('python2') + cd $srcdir/six2-$pkgver + python2 setup.py install --root "${pkgdir}" --optimize=1 + install -Dm644 "${srcdir}/six-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} diff --git a/abs/core/python_modules/python-six/__changelog b/abs/core/python_modules/python-six/__changelog new file mode 100644 index 0000000..488d3cf --- /dev/null +++ b/abs/core/python_modules/python-six/__changelog @@ -0,0 +1 @@ +PKGBUILD: rm py 3 stuff -- cgit v0.12