Bug 235638 - [NEW PORT] devel/py-ewmh: Python implementation of Extended Window Manager Hints, based on Xlib
Summary: [NEW PORT] devel/py-ewmh: Python implementation of Extended Window Manager Hi...
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://github.com/parkouss/pyewmh
Keywords:
Depends on:
Blocks: 235639
  Show dependency treegraph
 
Reported: 2019-02-10 09:27 UTC by Hiroki Tagato
Modified: 2019-03-09 07:24 UTC (History)
1 user (show)

See Also:
tagattie: maintainer-feedback+


Attachments
Shar file (v0.1.6). (1.68 KB, text/plain)
2019-02-10 09:27 UTC, Hiroki Tagato
tagattie: maintainer-approval+
Details
Poudriere testport log (releng/12.0 amd64). (17.81 KB, text/plain)
2019-02-10 09:28 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 2019-02-10 09:27:28 UTC
Created attachment 201886 [details]
Shar file (v0.1.6).

Add a new port devel/py-ewmh.

Description:
An implementation of EWMH (Extended Window Manager Hints) for python 2
and 3, based on Xlib. It allows EWMH-compliant window managers (most
modern WMs) to be queried and controlled.

WWW: https://github.com/parkouss/pyewmh
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2019-02-10 09:28:21 UTC
Created attachment 201887 [details]
Poudriere testport log (releng/12.0 amd64).
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-09 07:20:14 UTC
A commit references this bug:

Author: tcberner
Date: Sat Mar  9 07:20:01 UTC 2019
New revision: 495100
URL: https://svnweb.freebsd.org/changeset/ports/495100

Log:
  New port: devel/py-ewmh

  An implementation of EWMH (Extended Window Manager Hints) for python 2
  and 3, based on Xlib. It allows EWMH-compliant window managers (most
  modern WMs) to be queried and controlled.

  WWW: https://github.com/parkouss/pyewmh

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

Changes:
  head/devel/Makefile
  head/devel/py-ewmh/
  head/devel/py-ewmh/Makefile
  head/devel/py-ewmh/distinfo
  head/devel/py-ewmh/pkg-descr
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2019-03-09 07:24:10 UTC
Committed. Thanks.