From 313f34f4ff61ae01a76896180f697437a0d1ab7a Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 21 Nov 2018 03:25:53 -0800 Subject: user/py3-pyyaml: new package This one is needed for tests in one or two of the packages in this merge set, but also a good supplement to user/yaml. --- user/py3-pyyaml/APKBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 user/py3-pyyaml/APKBUILD (limited to 'user') diff --git a/user/py3-pyyaml/APKBUILD b/user/py3-pyyaml/APKBUILD new file mode 100644 index 000000000..92f26040a --- /dev/null +++ b/user/py3-pyyaml/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: zlg +# Maintainer: zlg +pkgname=py3-pyyaml +_pkgname=PyYAML +pkgver=3.13 +pkgrel=0 +pkgdesc="YAML parser and emitter for Python" +url="https://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/" +arch="all" +license="MIT" +depends="python3 yaml" +makedepends="python3-dev yaml yaml-dev" +install="" +subpackages="" +source="http://pyyaml.org/download/pyyaml/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + cd "$builddir" + python3 setup.py build +} + +check() { + cd "$builddir" + python3 setup.py test +} + +package() { + cd "$builddir" + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="93642286d0317e2fe970632c36d38ce6030f7cabcf971f28e3a1054f07390fcee5baaf7f167e7c9690dbd7b2adc61f5b7d75a218ace0abca34ff8815486cfdd7 PyYAML-3.13.tar.gz" -- cgit v1.2.3-70-g09d2