Bug 235638

Summary: [NEW PORT] devel/py-ewmh: Python implementation of Extended Window Manager Hints, based on Xlib
Product: Ports & Packages Reporter: Hiroki Tagato <tagattie>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner
Priority: --- Flags: tagattie: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/parkouss/pyewmh
Bug Depends on:    
Bug Blocks: 235639    
Attachments:
Description Flags
Shar file (v0.1.6).
tagattie: maintainer-approval+
Poudriere testport log (releng/12.0 amd64). none

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.