Page MenuHomeFreeBSD

deskutils/py-i3-tomaatti: new port, i3 based pomodoro productivity timer
AbandonedPublic

Authored by dch on Sep 30 2019, 8:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 9 2024, 12:59 PM
Unknown Object (File)
May 9 2024, 12:59 PM
Unknown Object (File)
May 9 2024, 12:23 AM
Unknown Object (File)
Dec 20 2023, 8:07 AM
Unknown Object (File)
Nov 9 2023, 3:17 PM
Unknown Object (File)
Nov 6 2023, 10:33 AM
Unknown Object (File)
Oct 24 2023, 8:08 PM
Unknown Object (File)
Oct 8 2023, 2:10 PM
Subscribers

Details

Reviewers
koobs
Test Plan

wip

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26785
Build 25125: arc lint + arc unit

Event Timeline

koobs requested changes to this revision.Sep 30 2019, 8:15 AM
koobs added inline comments.
deskutils/Makefile
204

Sneaky whitespace

deskutils/py-i3-tomaatti/Makefile
3

Project/package is registered in PyPI [1], name it 'tomaatti' accordingly

[1] https://pypi.org/project/tomaatti/

15

setup.py doesn't document a version specification for this dependency, so it should be >0

18

Package provides a console_script [1], so must be concurrent safe. Use USE_PYTHON=concurrent to handle most things automatically

[1] setup.py: 'console_scripts':

20

Use CHEESESHOP as MASTER_SITES unless there's a compelling temporary reason not to, like missing test/license files in the sdist (ask upstream to add them so we can use the PyPI sdist)

24

This is unexpected for a distutils/setuptools supporting Python package. Why is it necessary?

deskutils/py-i3-tomaatti/pkg-descr
11

Is this the wrong pkg-descr for a different package?

This revision now requires changes to proceed.Sep 30 2019, 8:15 AM
kai added inline comments.
deskutils/py-i3-tomaatti/Makefile
9

s/dcg/dch/

linimon retitled this revision from Summary: deskutils/py-i3-tomaatti: new port, i3 based pomodoro productivity timer to deskutils/py-i3-tomaatti: new port, i3 based pomodoro productivity timer.Oct 3 2019, 9:27 PM