Metadata-Version: 2.4
Name: find-work-pkgcheck
Version: 1.1.0
Summary: Personal advice utility for Gentoo package maintainers: pkgcheck plugin
Keywords: gentoo,ebuild,repository,maintainer,pkgcheck
Author-email: Anna <cyber@sysrq.in>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-Expression: WTFPL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: click
Requires-Dist: click-aliases
Requires-Dist: find-work<2,>=1
Requires-Dist: pkgcheck
Requires-Dist: pkgcore
Requires-Dist: pydantic<3,>=2
Requires-Dist: sortedcontainers
Project-URL: Changelog, https://git.sysrq.in/find-work-plugins/plain/find-work-pkgcheck/ChangeLog
Project-URL: Home, https://find-work.sysrq.in/
Project-URL: Issues, https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=find-work
Project-URL: Source, https://git.sysrq.in/find-work-plugins

<!-- SPDX-FileCopyrightText: 2024 Anna <cyber@sysrq.in> -->
<!-- SPDX-License-Identifier: CC0-1.0 -->

find-work-pkgcheck
==================

[find-work][find-work] is a utility for Gentoo repository maintainers that
helps them find ebuilds to improve.

This plugin adds commands that use pkgcore's [pkgcheck][pkgcheck] to find work.

[find-work]: https://find-work.sysrq.in/
[pkgcheck]: https://github.com/pkgcore/pkgcheck#pkgcheck


Installing
----------

### Gentoo

```sh
eselect repository enable guru
emaint sync -r guru
emerge dev-util/find-work-pkgcheck
```

### Other systems

`pip install find-work-pkgcheck --user`


Packaging
---------

You can track new releases using an [atom feed][atom] provided by PyPI.

[atom]: https://pypi.org/rss/project/find-work-pkgcheck/releases.xml


Contributing
------------

Patches and pull requests are welcome. Please use either [git-send-email(1)][1]
or [git-request-pull(1)][2], addressed to <cyber@sysrq.in>.

If you prefer GitHub-style workflow, use the [mirror repo][gh] to send pull
requests.

Your commit message should conform to the following standard:

```
file/changed: Concice and complete statement of the purpose

This is the body of the commit message.  The line above is the
summary.  The summary should be no more than 72 chars long.  The
body can be more freely formatted, but make it look nice.  Make
sure to reference any bug reports and other contributors.  Make
sure the correct authorship appears.
```

[1]: https://git-send-email.io/
[2]: https://git-scm.com/docs/git-request-pull
[gh]: http://github.com/cybertailor/find-work-plugins


IRC
---

You can join the `#find-work` channel either on [Libera Chat][libera] or
[via Matrix][matrix].

[libera]: https://libera.chat/
[matrix]: https://matrix.to/#/#find-work:sysrq.in


License
-------

WTFPL

