summaryrefslogtreecommitdiff
path: root/user/py3-pyyaml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 20:34:17 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 20:34:17 +0000
commit7114c88d032a38bfb0639dbc84d861445dd712de (patch)
tree1aa0c0aa7c044be49685c38e92c6baa94ab14368 /user/py3-pyyaml
parenta9eea039176d779534b375bc1337bebfc6545a43 (diff)
downloadpackages-7114c88d032a38bfb0639dbc84d861445dd712de.tar.gz
packages-7114c88d032a38bfb0639dbc84d861445dd712de.tar.bz2
packages-7114c88d032a38bfb0639dbc84d861445dd712de.tar.xz
packages-7114c88d032a38bfb0639dbc84d861445dd712de.zip
user/py3-*: bump 10 unmaintained Python pkgs (Adopt us today)
Diffstat (limited to 'user/py3-pyyaml')
-rw-r--r--user/py3-pyyaml/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/py3-pyyaml/APKBUILD b/user/py3-pyyaml/APKBUILD
index 5bdd8a36b..1ea1a41f6 100644
--- a/user/py3-pyyaml/APKBUILD
+++ b/user/py3-pyyaml/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py3-pyyaml
_pkgname=pyyaml
-pkgver=5.1
+pkgver=5.1.1
pkgrel=0
pkgdesc="YAML parser and emitter for Python"
url="https://pyyaml.org/wiki/PyYAML"
@@ -15,20 +15,17 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/yaml/$_pkgname/archive/$pkgv
builddir="$srcdir/$_pkgname-$pkgver"
build() {
- cd "$builddir"
# Seems like they need Cython to build the C extension now, so it falls back to pure Python.
# Once we ship Cython we can probably change this.
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py test
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e49f593b9f60018efa19629b902ad1e56f79537106a4cd019baa324a74a8af7563d294db012280261fc7fa9d686dd5af656e22fb4bf6a6ccfd0084515b9591d5 py3-pyyaml-5.1.tar.gz"
+sha512sums="5c89f432b370990702db74b1e54fa185c38d2666377d3325aebcbb4841897aa2039b10a2c8196ce7ed4bb1300a854312335d3475821d785016190d70195f1480 py3-pyyaml-5.1.1.tar.gz"