diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 11:46:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:54 +0000 |
commit | 31ee88e1fbe7664beca609da52acca5876e9bdac (patch) | |
tree | 65c8ee978610c919f5c09256022bb997a35876c4 /community/py3-soupsieve | |
parent | 8bf90e69a3fd4d57467bdbb5971f8fa3bfbf1cce (diff) | |
download | aports-31ee88e1fbe7664beca609da52acca5876e9bdac.tar.bz2 aports-31ee88e1fbe7664beca609da52acca5876e9bdac.tar.xz |
community/py3-soupsieve: rebuild against python 3.8
Diffstat (limited to 'community/py3-soupsieve')
-rw-r--r-- | community/py3-soupsieve/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-soupsieve/APKBUILD b/community/py3-soupsieve/APKBUILD index d62165a542..cedda2cfe0 100644 --- a/community/py3-soupsieve/APKBUILD +++ b/community/py3-soupsieve/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-soupsieve pkgver=1.9.5 -pkgrel=0 +pkgrel=1 pkgdesc="A modern CSS selector implementation for Beautiful Soup" options="!check" # Circular dependency on py3-beautifulsoup4 url="https://github.com/facelessuser/soupsieve" |