16 lines
641 B
Bash
16 lines
641 B
Bash
# Template file for 'python3-overrides'
|
|
pkgname=python3-overrides
|
|
version=7.3.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Decorator to automatically detect mismatch when overriding a method"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/mkorpela/overrides"
|
|
changelog="https://github.com/mkorpela/overrides/releases"
|
|
distfiles="https://github.com/mkorpela/overrides/archive/refs/tags/${version}.tar.gz"
|
|
checksum=ff904c45a8a664aaeeac0a849f5097567d52a88c2324b12ad002c8b58e83625c
|