Merge pull request #6447 from the-maldridge/python3-yarl-update
python3-yarl: update to 0.10.2
This commit is contained in:
commit
9c592dbe71
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-yarl'
|
# Template file for 'python3-yarl'
|
||||||
pkgname=python3-yarl
|
pkgname=python3-yarl
|
||||||
version=0.8.1
|
version=0.10.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=yarl-${version}
|
wrksrc=yarl-${version}
|
||||||
#create_wrksrc=yes
|
#create_wrksrc=yes
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://yarl.readthedocs.io/"
|
homepage="http://yarl.readthedocs.io/"
|
||||||
distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz"
|
||||||
checksum=cb2790f35af5d04986b14c5b79678954cd4052ad9846f3d7327baed62581c48e
|
checksum=3ff138278de5a82fa434748c52d3c6871ca981821b6831013747b5368b431295
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue