diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-03 08:36:06 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-03 08:46:46 +0100 |
commit | d0396563048e683ac69abdcb407e47d9b64a8a21 (patch) | |
tree | cb220f4a6bb2601500bf6688acc694023a2125de | |
parent | 0a74c288a0d577413a6aa5b89608d54cfecd3ddc (diff) | |
download | aports-d0396563048e683ac69abdcb407e47d9b64a8a21.tar.bz2 aports-d0396563048e683ac69abdcb407e47d9b64a8a21.tar.xz |
main/py3-yaml: upgrade to 5.2
-rw-r--r-- | main/py3-yaml/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/main/py3-yaml/APKBUILD b/main/py3-yaml/APKBUILD index 2e4758ae58..ccdaeda74b 100644 --- a/main/py3-yaml/APKBUILD +++ b/main/py3-yaml/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-yaml _pkgname=PyYAML -pkgver=5.1.2 -pkgrel=2 +pkgver=5.2 +pkgrel=0 pkgdesc="Python3 bindings for YAML" url="http://pyyaml.org" arch="all" @@ -17,24 +17,20 @@ replaces="py-yaml" # Backwards compatibility provides="py-yaml=$pkgver-r$pkgrel" # Backwards compatibility prepare() { - cd "$builddir" default_prepare rm -f ext/_yaml.c } build() { - cd "$builddir" python3 setup.py --with-libyaml build } check() { - cd "$builddir" python3 setup.py test } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7bc3dceadcfd512ede67581625887d00822464f20d3b646904f4a73afce8cf3b9766829c6004b626c31757edf8e2eedc27e60d96bee13afa68d3296a8a7f33bb PyYAML-5.1.2.tar.gz" +sha512sums="8d8ec87cf5ce7f4299da5a7ffbaee60372bf1606d6e527f0897cde7cea3234100502767c0975027151bc99549d9d8edf243c003ea08948670f367e9778abdc89 PyYAML-5.2.tar.gz" |