Add python-aioflo config and specfile to tests

This commit is contained in:
Karolina Surma
2021-09-01 19:13:29 +02:00
parent 74d8f70bf6
commit c42bf66529
2 changed files with 89 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
pypi_name = "aioflo"
python_name = "python-aioflo"
module_name = "aioflo"
version = "0.4.2"
release = "4"
summary = "Python library for Flo by Moen Smart Water Detectors"
license = "MIT"
url = "https://github.com/bachya/aioflo"
source = "%{url}/archive/%{version}/aioflo-%{version}.tar.gz"
archive_name = "aioflo"
description = '''
An asyncio-friendly Python library for Flo Smart Water Detectors.
'''
manual_build_requires = [
"python3dist(poetry-core)",
"python3dist(pytest)",
"python3dist(aiohttp)",
"python3dist(aresponses)",
"python3dist(pytest-aiohttp)",
"python3dist(pytest-cov)",
]
extra_build_requires = ["runtime"]
test_method = "pytest"
license_files = ["LICENSE"]
doc_files = ["AUTHORS.md", "README.md"]
changelog_head = "Fri Jun 04 2021 Package Manager <package@manager.com>"
changelog_msg = "Rebuilt for Python 3.10"