mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-blinker: update to 1.6.2.
This commit is contained in:
parent
d495c76e53
commit
476eb929f5
1 changed files with 7 additions and 6 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python3-blinker'
|
# Template file for 'python3-blinker'
|
||||||
pkgname=python3-blinker
|
pkgname=python3-blinker
|
||||||
version=1.5
|
version=1.6.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest-asyncio python3-pluggy python3-packaging
|
||||||
|
python3-iniconfig"
|
||||||
short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
|
short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://blinker.readthedocs.io/en/stable/"
|
homepage="https://blinker.readthedocs.io/en/stable/"
|
||||||
changelog="https://raw.githubusercontent.com/pallets-eco/blinker/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/pallets-eco/blinker/main/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
|
||||||
checksum=923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462
|
checksum=4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue