public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/
Date: Sat, 19 Oct 2024 07:30:44 +0000 (UTC)	[thread overview]
Message-ID: <1729322903.8cc37fc1a542d87b88eb51bf84b21149c6579d6e.juippis@gentoo> (raw)

commit:     8cc37fc1a542d87b88eb51bf84b21149c6579d6e
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Sat Sep 14 16:35:03 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 07:28:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc37fc1

net-analyzer/linkchecker: add 10.5.0

Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38524
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/linkchecker/Manifest                  |  1 +
 net-analyzer/linkchecker/linkchecker-10.5.0.ebuild | 67 ++++++++++++++++++++++
 net-analyzer/linkchecker/metadata.xml              |  1 +
 3 files changed, 69 insertions(+)

diff --git a/net-analyzer/linkchecker/Manifest b/net-analyzer/linkchecker/Manifest
index c31ad430659a..b0b02620c8bf 100644
--- a/net-analyzer/linkchecker/Manifest
+++ b/net-analyzer/linkchecker/Manifest
@@ -1 +1,2 @@
 DIST LinkChecker-10.3.0.tar.gz 542403 BLAKE2B 24420c7479909d3d19d8fce45cfb2f5712107705a409f7d407097002ce6c6bb534a62a388b3a8d01760db7ac4200adf1d7250868dbeb41ec8cf8489a1776266b SHA512 fbcc4d10418642d6f0c0146a50294fa3d872eb98b53c49081af5d5ac644f1280694ad1ef8f82f639526ba08f6f0ed754b316567dd12c4e5e98360ccee4634d16
+DIST LinkChecker-10.5.0.tar.gz 546451 BLAKE2B caf2b4ad18b3fdd2efa8f55e5bf8914685cc9c1bc8c0d83673e06f2eb7d5effa5db6bb028dd094bac2ff3b2c39f7b68e2d5a81bccf40b280e1e0e79be9cefa19 SHA512 4bd39965430ce478db803776790ef382064ccda2096a6a3b358673821b941a064a20fb67a0b25a353859d60e3624cde33fe2b6797657c76882d3b84c443e4a84

diff --git a/net-analyzer/linkchecker/linkchecker-10.5.0.ebuild b/net-analyzer/linkchecker/linkchecker-10.5.0.ebuild
new file mode 100644
index 000000000000..bd5bcd9d4c85
--- /dev/null
+++ b/net-analyzer/linkchecker/linkchecker-10.5.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="sqlite?"
+DISTUTILS_USE_PEP517=hatchling
+DISTUTILS_SINGLE_IMPL=1
+PYPI_NO_NORMALIZE=1
+PYPI_PN=LinkChecker
+
+inherit bash-completion-r1 distutils-r1 multiprocessing optfeature pypi
+
+DESCRIPTION="Check websites for broken links"
+HOMEPAGE="https://github.com/linkchecker/linkchecker"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="sqlite"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+		dev-python/dnspython[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+	')
+"
+BDEPEND="
+	test? (
+		$(python_gen_cond_dep '
+			app-text/pdfminer[${PYTHON_USEDEP}]
+			dev-python/cryptography[${PYTHON_USEDEP}]
+			dev-python/pyftpdlib[${PYTHON_USEDEP}]
+			dev-python/pyopenssl[${PYTHON_USEDEP}]
+		')
+		sys-devel/gettext
+	)
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+PATCHES=( "${FILESDIR}/${PN}-9.3-bash-completion.patch" )
+
+DOCS=(
+	doc/changelog.txt
+	doc/upgrading.txt
+)
+
+python_test() {
+	# epytest overrides bs4 ignores from pytest.ini
+	# and also outputs multiple warnings about unclosed test sockets
+	pytest -vra -n "$(makeopts_jobs)" || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	newbashcomp config/linkchecker-completion ${PN}
+}
+
+pkg_postinst() {
+	optfeature "Virus scanning" app-antivirus/clamav
+	optfeature "Check links in PDF files" app-text/pdfminer
+	optfeature "bash-completion support" dev-python/argcomplete
+}

diff --git a/net-analyzer/linkchecker/metadata.xml b/net-analyzer/linkchecker/metadata.xml
index 6904bacfa7cb..6306297ad887 100644
--- a/net-analyzer/linkchecker/metadata.xml
+++ b/net-analyzer/linkchecker/metadata.xml
@@ -14,5 +14,6 @@
   </use>
   <upstream>
     <remote-id type="github">linkchecker/linkchecker</remote-id>
+    <remote-id type="pypi">LinkChecker</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2024-10-19  7:30 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-19  7:30 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-30 23:40 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ Sam James
2024-11-30 10:46 Arthur Zamarin
2024-10-19  7:30 Joonas Niilola
2023-11-23 19:53 Sam James
2023-11-23 16:34 Michał Górny
2023-10-21  9:12 Florian Schmaus
2023-10-21  9:11 Florian Schmaus
2023-10-21  9:11 Florian Schmaus
2023-04-17 11:56 Sam James
2023-04-17 11:56 Sam James
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2022-07-31 18:38 Jakov Smolić
2022-01-29 10:04 Jakov Smolić
2022-01-29 10:04 Jakov Smolić
2021-12-24  6:47 Sam James
2021-12-24  6:47 Sam James
2021-09-29 14:07 Sam James
2021-09-29  7:57 Agostino Sarubbo
2021-02-04 22:27 Thomas Deutschmann
2021-02-03 20:25 Thomas Deutschmann
2020-08-27  9:20 Michał Górny
2020-08-27  9:20 Michał Górny
2020-08-27  9:20 Michał Górny
2019-07-30  6:04 Michał Górny
2019-07-30  6:00 Michał Górny
2019-02-18  6:23 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2019-01-19  3:22 Thomas Deutschmann
2019-01-19  3:22 Thomas Deutschmann
2018-09-18  9:25 Michał Górny
2018-02-14 14:17 Jason Zaman
2018-02-01 20:37 Thomas Deutschmann
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2018-01-30 23:21 Andreas Sturmlechner
2017-07-23 11:54 Michael Palimaka
2017-07-23 11:45 Manuel Rüger
2017-03-17 10:26 Agostino Sarubbo
2017-03-13 12:58 Agostino Sarubbo
2016-01-11 11:32 Justin Lecher
2016-01-10 11:56 Manuel Rüger
2015-10-30 12:04 Justin Lecher

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=1729322903.8cc37fc1a542d87b88eb51bf84b21149c6579d6e.juippis@gentoo \
    --to=juippis@gentoo.org \
    --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