mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-treq: update to 20.3.0.
This commit is contained in:
parent
1e711a1e0b
commit
b8e8417a9e
2 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-treq'
|
# Template file for 'python3-treq'
|
||||||
pkgname=python3-treq
|
pkgname=python3-treq
|
||||||
version=18.6.0
|
version=20.3.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="treq-${version}"
|
wrksrc="treq-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="treq"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-incremental python3-requests>=2.1.0 python3-six
|
depends="python3-incremental python3-requests>=2.1.0 python3-six
|
||||||
python3-Twisted python3-attrs"
|
python3-Twisted python3-attrs"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/twisted/treq"
|
homepage="https://github.com/twisted/treq"
|
||||||
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
|
||||||
checksum=91e09ff6b524cc90aa5e934b909c8d0d1a9d36ebd618b6c38e37b17013e69f48
|
checksum=a72d7587d6f81c7a32620b00175825b4334bafbde73d37098d139ac7b11dca98
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="99.99.99"
|
ignore="99.99.99 *rc*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue