re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:32:11 +02:00
parent 881e5b7d77
commit 0fbb369592
3 changed files with 24 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
SOURCES/dbus-python-client-gen-0.7.tar.gz
/dbus-python-client-gen-0.5.tar.gz
/dbus-python-client-gen-0.6.tar.gz
/dbus-python-client-gen-0.7.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# python-dbus-python-client-gen
The python-dbus-python-client-gen package

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- python3-dbus-python-client-gen
- python3-pytest
- python3-hypothesis
tests:
- simple:
dir: ./
run: py.test-3 source/tests -rsx -v