mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: python3-dirty-equals-0.7.1
This commit is contained in:
parent
60f11d8d60
commit
1f25e2ec8e
2 changed files with 33 additions and 0 deletions
|
@ -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"]
|
21
srcpkgs/python3-dirty-equals/template
Normal file
21
srcpkgs/python3-dirty-equals/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue