summaryrefslogtreecommitdiffstats
path: root/testing/py-yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-yaml')
-rw-r--r--testing/py-yaml/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py-yaml/APKBUILD b/testing/py-yaml/APKBUILD
deleted file mode 100644
index d9cb46889..000000000
--- a/testing/py-yaml/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-yaml
-_pkgname=PyYAML
-pkgver=3.10
-pkgrel=1
-pkgdesc="Python bindings for YAML"
-url="http://pyyaml.org"
-arch="all"
-license="MIT"
-depends=
-depends_dev=
-makedepends="yaml-dev python-dev"
-install=""
-subpackages=""
-source="http://pyyaml.org/download/pyyaml/$_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="74c94a383886519e9e7b3dd1ee540247 PyYAML-3.10.tar.gz"