Bug 232801 - [NEW PORT] deskutils/py-autokey: Desktop automation utility for Linux and X11
Summary: [NEW PORT] deskutils/py-autokey: Desktop automation utility for Linux and X11
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://reviews.freebsd.org/D18407
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-30 03:02 UTC by Daniel Shafer
Modified: 2019-08-15 11:51 UTC (History)
3 users (show)

See Also:


Attachments
py-autokey.diff: Initial submission. (21.37 KB, patch)
2018-10-30 03:02 UTC, Daniel Shafer
no flags Details | Diff
updated diff: deskutils/py-autokey (22.01 KB, text/plain)
2018-12-02 08:24 UTC, Daniel Shafer
no flags Details
deskutils/py-autokey diff updated (3.29 KB, patch)
2018-12-03 07:07 UTC, Daniel Shafer
no flags Details | Diff
updated diff for deskutils/py-autokey (3.27 KB, patch)
2018-12-03 08:39 UTC, Daniel Shafer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Shafer 2018-10-30 03:02:59 UTC
Created attachment 198761 [details]
py-autokey.diff: Initial submission.

This is a port for Autokey, which is an automation utility written in Python 3.

The URL is: https://github.com/autokey/autokey

I made it follow the style of the python package prefix, although I should note that this may be wrong as it cannot run side-by-side and is only available on Python 3+.  It's one of those possibly exceptions.

I currently have the port using GitHub until they update PyPi, if they do so before this port is accepted I will update the diff.

Let me know if there is anything else I can do!
Comment 1 Daniel Shafer 2018-12-02 08:24:20 UTC
Created attachment 199732 [details]
updated diff: deskutils/py-autokey

They pushed the updated package to PyPi so updated the source.
Comment 2 Daniel Shafer 2018-12-02 08:25:09 UTC
Related review https://reviews.freebsd.org/D18407
Comment 3 Daniel Shafer 2018-12-03 07:07:14 UTC
Created attachment 199780 [details]
deskutils/py-autokey diff updated

Cleaned up, removed pkg-plist to use autoplist, removed patches and added logic to Makefile, did a couple of changes requested by tcberner.
Comment 4 Daniel Shafer 2018-12-03 08:39:26 UTC
Created attachment 199784 [details]
updated diff for deskutils/py-autokey

Removes INSTALLS_ICONS as it's not needed.
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-12-30 20:52:48 UTC
A commit references this bug:

Author: tcberner
Date: Sun Dec 30 20:52:41 UTC 2018
New revision: 488737
URL: https://svnweb.freebsd.org/changeset/ports/488737

Log:
  New port: deskutils/py-autokey: a desktop automation utility for X11

  https://github.com/autokey/autokey

  PR:		232801
  Submitted by:	Daniel Shafer <daniel@shafer.cc>
  Differential Revision:	https://reviews.freebsd.org/D18407

Changes:
  head/deskutils/Makefile
  head/deskutils/py-autokey/
  head/deskutils/py-autokey/Makefile
  head/deskutils/py-autokey/distinfo
  head/deskutils/py-autokey/pkg-descr
  head/deskutils/py-autokey/pkg-message
  head/deskutils/py-autokey/pkg-plist
Comment 6 Walter Schwarzenfeld freebsd_triage 2019-08-15 08:11:53 UTC
Forgotten to close?
Comment 7 Adriaan de Groot freebsd_committer freebsd_triage 2019-08-15 11:51:28 UTC
Yes, port is there, has had updates applied by reporter/maintainer as well.