Bug 243029 - [NEW PORT] devel/py-python-dbusmock: Mock D-Bus objects for tests
Summary: [NEW PORT] devel/py-python-dbusmock: Mock D-Bus objects for tests
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL: https://pypi.org/project/python-dbusmock
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-01 23:16 UTC by Hiroki Tagato
Modified: 2020-01-02 07:58 UTC (History)
1 user (show)

See Also:


Attachments
Shar file (1.98 KB, text/plain)
2020-01-01 23:16 UTC, Hiroki Tagato
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Tagato freebsd_committer freebsd_triage 2020-01-01 23:16:41 UTC
Created attachment 210378 [details]
Shar file

Add a new port devel/py-python-dbusmock.

Description:
With this program/Python library you can easily create mock objects on
D-Bus. This is useful for writing tests for software which talks to
D-Bus services such as upower, systemd, logind, gnome-session or
others, and it is hard (or impossible without root privileges) to set
the state of the real services to what you expect in your tests.

WWW: https://pypi.org/project/python-dbusmock
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-01-02 07:58:19 UTC
A commit references this bug:

Author: tcberner
Date: Thu Jan  2 07:57:56 UTC 2020
New revision: 521800
URL: https://svnweb.freebsd.org/changeset/ports/521800

Log:
  [NEW PORT] devel/py-python-dbusmock: Mock D-Bus objects for tests

  With this program/Python library you can easily create mock objects on
  D-Bus. This is useful for writing tests for software which talks to
  D-Bus services such as upower, systemd, logind, gnome-session or
  others, and it is hard (or impossible without root privileges) to set
  the state of the real services to what you expect in your tests.

  WWW: https://pypi.org/project/python-dbusmock

  PR:		243029
  Submitted by:	Hiroki Tagato <tagattie@yandex.com>

Changes:
  head/devel/Makefile
  head/devel/py-python-dbusmock/
  head/devel/py-python-dbusmock/Makefile
  head/devel/py-python-dbusmock/distinfo
  head/devel/py-python-dbusmock/pkg-descr
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2020-01-02 07:58:42 UTC
Added. Thanks :)