notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-qmk CLI program for working with QMK firmware
1.0.0_1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0_1Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-02-18 21:12:31
Last Update: 2023-04-23 09:09:58
Commit Hash: 8d3e020
Also Listed In: python
License: MIT
WWW:
https://github.com/qmk/qmk_cli
Description:
A program to help users work with QMK keyboard firmware. Features: - Interact with your qmk_firmware tree from any location - Use qmk clone to pull down anyone's qmk_firmware fork - Setup your build environment with qmk setup - Check that your environment is correctly setup with qmk doctor
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}qmk>0:sysutils/py-qmk@${PY_FLAVOR}
To install the port:
cd /usr/ports/sysutils/py-qmk/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/py-qmk
  • pkg install py39-qmk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-qmk listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-qmk
Package flavors (<flavor>: <package>)
  • py39: py39-qmk
distinfo:
TIMESTAMP = 1640251427 SHA256 (qmk-1.0.0.tar.gz) = da62eec73c4548cc37b0b9be3937202dc3a301dc2f2663610ecca751a610f9ca SIZE (qmk-1.0.0.tar.gz) = 12003

Packages (timestamps in pop-ups are UTC):
py39-qmk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.0_11.0.0_1-1.0.0_11.0.0_1---
FreeBSD:13:quarterly1.0.0_11.0.0_1-1.0.0_11.0.0_1-1.0.0_11.0.0_1
FreeBSD:14:latest1.0.0_11.0.0_1-1.0.0_11.0.0_11.0.0_1-1.0.0_1
FreeBSD:14:quarterly1.0.0_11.0.0_1-1.0.0_11.0.0_1-1.0.0_11.0.0_1
FreeBSD:15:latest1.0.0_11.0.0_1n/a1.0.0_1n/a-1.0.0_1-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-dotty-dict>=0 : devel/py-dotty-dict@py39
  2. py39-flake8>=0 : devel/py-flake8@py39
  3. py39-hid>=0 : comms/py-hid@py39
  4. py39-hjson>=0 : textproc/py-hjson@py39
  5. py39-jsonschema>=3 : devel/py-jsonschema@py39
  6. py39-milc>=1.4.0 : devel/py-milc@py39
  7. py39-nose2>=0 : devel/py-nose2@py39
  8. py39-pygments>=0 : textproc/py-pygments@py39
  9. py39-pyrsistent>=0 : devel/py-pyrsistent@py39
  10. py39-pyusb>=0 : devel/py-pyusb@py39
  11. py39-yapf>=0 : textproc/py-yapf@py39
  12. arm-none-eabi-gcc>0 : devel/arm-none-eabi-gcc
  13. avr-gcc>0 : devel/avr-gcc
  14. avr-libc>0 : devel/avr-libc
  15. avrdude>0 : devel/avrdude
  16. dfu-programmer>0 : comms/dfu-programmer
  17. dfu-util>0 : comms/dfu-util
  18. git : devel/git
  19. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  20. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_py-qmk
USES:
python shebangfix
pkg-message:
For install:
Setup ===== Before finishing the setup of QMK by running `qmk setup`, it is advised to install the python3 package first: # pkg install python3 The reason for this is that the qmk_firmware scripts which are downloaded during the setup expect python3 to be installed (instead of /usr/local/bin/python3.9). Granting Write Permissions to USB Controllers ============================================= Flashing images to controllers as a non-root user requires some additional setup: 1. Add the user to the "operator" group: # pw groupmod operator -m piotr 2. Add the following ruleset to /etc/devfs.rules: [qmk=10] add path 'ttyU*' mode 0660 group operator 3. Enable "qmk" ruleset: # sysrc devfs_set_rulesets+="/dev=qmk" 4. Restart the devfs service to load the new rules: # service devfs restart
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/q/qmk/
  2. https://pypi.org/packages/source/q/qmk/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.0.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.0
16 Feb 2022 10:18:16
commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79commit hash: 57b9ebfa746f1821b1817ed61a8267457b52cc79 files touched by this commit
Ulrich Spörlein (uqs) search for other commits by this committer
sysutils/py-qmk: Upgrade to 1.0.0

Differential Revision: https://reviews.freebsd.org/D33655
0.1.1
09 Jul 2021 14:53:31
commit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbdcommit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbdcommit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbdcommit hash: d5419d117e201ccc16c608a16e06dac6aea2ddbd files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.1.1

- Redirect test results to /dev/null. We don't need them.
0.1.0
27 Jun 2021 14:44:57
commit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbecommit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbecommit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbecommit hash: 85a29c501bee5120ab233c0ad7e3c135da478fbe files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.1.0
0.0.52
24 Jun 2021 11:15:33
commit hash: cbae4eb64b8565d08074968b03356070f30f92cfcommit hash: cbae4eb64b8565d08074968b03356070f30f92cfcommit hash: cbae4eb64b8565d08074968b03356070f30f92cfcommit hash: cbae4eb64b8565d08074968b03356070f30f92cf files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.0.52
0.0.51
28 May 2021 20:03:19
commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861commit hash: dd3779bd5017f8eb4a41633a5f95dd0f0fd31861 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.0.51
0.0.49
25 May 2021 10:34:36
commit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1ccommit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1ccommit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1ccommit hash: bc2c813a8d8439c5407d217643069d3a4c78ee1c files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.0.49
0.0.48
12 May 2021 18:45:50
commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214commit hash: 62e8e9a71e42f44f8e6c6ab46c77b6d4f4e18214 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Fix tests
0.0.48
11 May 2021 13:29:00
commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7commit hash: 746698d12bc3decc1a9115d1fa9f9cc8b3be45f7 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.0.48
0.0.46
11 May 2021 09:04:19
commit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9ecommit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9ecommit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9ecommit hash: a5a8b5eb4319433263e0ab4dd9c2778229188a9e files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.0.46
0.0.45
30 Apr 2021 12:25:30
commit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300bcommit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300bcommit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300bcommit hash: ea1ad24175ca3b33eb1eb10a5fe6cf28d99f300b files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Use devfs setup instructions

It's better to recommend using devfs_set_rulesets instead of
devfs_system_ruleset to change device file permissions under /dev.
0.0.45
15 Apr 2021 09:36:26
commit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135accommit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135accommit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135accommit hash: 52d6b11899945ccf5269c8e7dc3f61cb497135ac files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
sysutils/py-qmk: Update to 0.0.45

Also add a simple test target.
0.0.40
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.0.40
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.0.40
02 Mar 2021 22:20:45
Revision:566996Original commit files touched by this commit
0mp search for other commits by this committer
Update to 0.0.40

Also, explain how to configure USB for qmk flash.
0.0.39
18 Feb 2021 21:06:54
Revision:565987Original commit files touched by this commit
0mp search for other commits by this committer
Add sysutils/py-qmk

A program to help users work with QMK keyboard firmware.

Features:
- Interact with your qmk_firmware tree from any location
- Use qmk clone to pull down anyone's qmk_firmware fork
- Setup your build environment with qmk setup
- Check that your environment is correctly setup with qmk doctor

WWW: https://github.com/qmk/qmk_cli

Number of commits found: 19