22 lines
799 B
Bash
22 lines
799 B
Bash
# Template file for 'python3-dirty-equals'
|
|
pkgname=python3-dirty-equals
|
|
version=0.7.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
# requires unpackaged pytest-examples and circular dependency on pydantic
|
|
make_check_args="--ignore=tests/test_docs.py --ignore=tests/test_other.py"
|
|
hostmakedepends="hatchling"
|
|
depends="python3-pytz"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Doing dirty (but extremely useful) things with equals"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="MIT"
|
|
homepage="https://github.com/samuelcolvin/dirty-equals"
|
|
changelog="https://github.com/samuelcolvin/dirty-equals/releases"
|
|
distfiles="${PYPI_SITE}/d/dirty_equals/dirty_equals-${version}.tar.gz"
|
|
checksum=a580513f3285e93656a770a04e428f8bfc513848877bf278282dbfbb907fdbb4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|