contrib/python3-blinker/Pkgfile

17 lines
491 B
Plaintext
Raw Normal View History

2022-03-27 19:11:01 +02:00
# Description: Fast, simple object-to-object and broadcast signaling
# URL: https://blinker.readthedocs.io/en/stable/
2022-03-27 19:11:01 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-04-09 20:32:48 +02:00
# Depends on: python3-typing_extensions
2022-03-27 19:11:01 +02:00
name=python3-blinker
2023-11-02 09:29:58 +01:00
version=1.7.0
2022-03-27 19:11:01 +02:00
release=1
source=(https://files.pythonhosted.org/packages/source/b/blinker/blinker-$version.tar.gz)
build() {
cd blinker-$version
2023-04-09 20:32:48 +02:00
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG \
--ignore-installed --no-deps .
2022-03-27 19:11:01 +02:00
}