re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:32:15 +02:00
parent 0716fe5d5d
commit 6bfa096fa7
3 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/into-dbus-python-0.06.tar.gz
/into-dbus-python-0.06.tar.gz

3
README.md Normal file
View File

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

20
tests/tests.yml Normal file
View File

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