New package: python3-dirty-equals-0.7.1

This commit is contained in:
Joel Beckmeyer 2023-08-22 16:41:12 -04:00 committed by classabbyamp
parent 60f11d8d60
commit 1f25e2ec8e
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff --git a/pyproject.toml b/pyproject.toml
index 1b8ff7a..3a753ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,7 +59,6 @@ target-version = 'py37'
[tool.pytest.ini_options]
testpaths = "tests"
-filterwarnings = "error"
[tool.coverage.run]
source = ["dirty_equals"]

View File

@ -0,0 +1,21 @@
# 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
}