aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 09:08:19 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 09:08:19 +0000
commitfa34e5490fe73fb6e63fc34f72418684496a1a30 (patch)
tree2cc1874c957b15b9df8c731351174239b49c320d /testing
parent94008eadb5add29d12a495d2fd5f9704ba16f9e9 (diff)
downloadaports-fa34e5490fe73fb6e63fc34f72418684496a1a30.tar.bz2
aports-fa34e5490fe73fb6e63fc34f72418684496a1a30.tar.xz
community/py-futures: moved from testing, upgraded to 3.0.5, added py2 subpackage
Diffstat (limited to 'testing')
-rw-r--r--testing/py-futures/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-futures/APKBUILD b/testing/py-futures/APKBUILD
deleted file mode 100644
index f3f317445d..0000000000
--- a/testing/py-futures/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-futures
-_pkgname=futures
-pkgver=2.2.0
-pkgrel=0
-pkgdesc="Backport of the concurrent.futures package from Python 3.2"
-url="http://code.google.com/p/pythonfutures/"
-arch="noarch"
-license="BSD"
-depends="python"
-depends_dev=""
-makedepends="python-dev"
-install=""
-subpackages=""
-source="https://files.pythonhosted.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="310e446de8609ddb59d0886e35edb534 futures-2.2.0.tar.gz"
-sha256sums="151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3 futures-2.2.0.tar.gz"
-sha512sums="5f2a835b4b3f6bf1c4f086984a2e1d6ab30004b9af9298ef8afb23549014695ba26b43500dad3ee873e52aacd75911a42cd4ec9dfae6522cb99476a480dc83ee futures-2.2.0.tar.gz"