From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/find-work-pkgcheck/
Date: Thu, 8 Aug 2024 21:01:20 +0000 (UTC) [thread overview]
Message-ID: <1723149652.9c46cc98bfd1f5cb40e9c643593fd953201ccc7b.cybertailor@gentoo> (raw)
commit: 9c46cc98bfd1f5cb40e9c643593fd953201ccc7b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Aug 8 20:40:49 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Aug 8 20:40:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c46cc98
dev-util/find-work-pkgcheck: new package, add 0.1.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/find-work-pkgcheck/Manifest | 1 +
.../find-work-pkgcheck-0.1.0.ebuild | 42 ++++++++++++++++++++++
dev-util/find-work-pkgcheck/metadata.xml | 16 +++++++++
3 files changed, 59 insertions(+)
diff --git a/dev-util/find-work-pkgcheck/Manifest b/dev-util/find-work-pkgcheck/Manifest
new file mode 100644
index 000000000..9a384143e
--- /dev/null
+++ b/dev-util/find-work-pkgcheck/Manifest
@@ -0,0 +1 @@
+DIST find_work_pkgcheck-0.1.0.tar.gz 5064 BLAKE2B 22b27873b2651a1e5b49f06094037308499f2b77011fd54aa0ac6a0b0c847fa8b9b369d0e44c88618b071c8037fa51a32c1974e5dc6660350a36244559894be6 SHA512 039c77e7d29f3207f9b44105ce26e094bb228fe9368fa671674cfd9d9bec680b16c0f10c9c24d65bf9061e1fb3120ff33b76f1542202984d3618f3827583ef3d
diff --git a/dev-util/find-work-pkgcheck/find-work-pkgcheck-0.1.0.ebuild b/dev-util/find-work-pkgcheck/find-work-pkgcheck-0.1.0.ebuild
new file mode 100644
index 000000000..c66b401b5
--- /dev/null
+++ b/dev-util/find-work-pkgcheck/find-work-pkgcheck-0.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=flit
+inherit distutils-r1 pypi
+
+DESCRIPTION="Personal advice utility for Gentoo package maintainers: pkgcheck plugin"
+HOMEPAGE="
+ https://find-work.sysrq.in/
+ https://pypi.org/project/find-work-pkgcheck/
+"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ <app-portage/gentoopm-2[${PYTHON_USEDEP}]
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/click-aliases[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2[${PYTHON_USEDEP}]
+ <dev-python/pydantic-3[${PYTHON_USEDEP}]
+ dev-python/sortedcontainers[${PYTHON_USEDEP}]
+ >=dev-util/find-work-0.90[${PYTHON_USEDEP}]
+ dev-util/pkgcheck[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-import-check[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ distutils_write_namespace find_work
+ epytest "${S}"
+}
diff --git a/dev-util/find-work-pkgcheck/metadata.xml b/dev-util/find-work-pkgcheck/metadata.xml
new file mode 100644
index 000000000..0c0198579
--- /dev/null
+++ b/dev-util/find-work-pkgcheck/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Anna</name>
+ <email>cyber@sysrq.in</email>
+ </maintainer>
+ <remote-id type="pypi">find-work-pkgcheck</remote-id>
+ <bugs-to>https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=find-work</bugs-to>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2024-08-08 21:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 21:01 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-08 23:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/find-work-pkgcheck/ Anna Vyalkova
2024-08-22 0:54 Anna Vyalkova
2024-11-06 15:15 Anna Vyalkova
2024-11-20 15:15 Anna Vyalkova
2024-12-02 14:17 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723149652.9c46cc98bfd1f5cb40e9c643593fd953201ccc7b.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox