net-mail/urlscan: Bump to 1.0.3
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
cfa1dd8f6d
commit
ecf2e7b7e1
@ -1,2 +1,4 @@
|
||||
DIST urlscan-1.0.2-manpage 7321 BLAKE2B 66f5d6677740e46a74112fba8ad4768a584341268334d9c9056b227013b8163aac93e531f830e6ce5ff7bd195e3132c7ba4be88474cb76de19b8a7b331c1f23e SHA512 0cbca11e75e40bb1759d01124d5ddc59d3e94844f83f8567bc9c24eea4b44850998f8578cf7b63d37046b6329e29cf9980c974dc104e4f476f9730ba03d95fb0
|
||||
DIST urlscan-1.0.2.tar.gz 35594 BLAKE2B 274cc365afcddb0346ec82f065505c3f92671c97112eb2094572a603e04cb565011aa26749d4684d77e5902ea26f1323f2ce1a629b72f923a0f3b02a4f975ed5 SHA512 f14262967dcfe3334815db159d566538fe15069c5b61efa4f35d0cad69ab25dd30d7baeed9ccc237d84068e2efea3c7662ad4235e9873429d655282414bcc0d6
|
||||
DIST urlscan-1.0.3-manpage 7441 BLAKE2B 12404becfbd0eead31e334bc7c978a05bfe639dbcbf2358f2e8ad4a8ca2ae66073f784e559ced48f10581d3862b34762cc64349526b7f99413912c4ad92d347f SHA512 f5cc66c03640278f0fdfa9cb71b335ffb0da3ae60cf2841339358b4f8e439751e1c6e2bbc78a18365431f5d735b0b0f66d5de2d3294a565a9ebd9341b8eeaa2b
|
||||
DIST urlscan-1.0.3.tar.gz 35771 BLAKE2B a9dbb99ff5b1e87d08cb18ac901b5fc9105f0e83182ac32329ad7d0531b62d79eed0c220a4b087256c3d7c3b2152e97ca5d974fcce63570f910216d4cc0ef009 SHA512 d7414605af363237a4d59729e2970dc1a7181b38a6b687c829c858114dee71961b74166aa7a2eab67b1f912eaf511111525a3b452ef063f0bf79d14aae29cc57
|
||||
|
35
net-mail/urlscan/urlscan-1.0.3.ebuild
Normal file
35
net-mail/urlscan/urlscan-1.0.3.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Mutt and terminal url selector (similar to urlview)"
|
||||
HOMEPAGE="
|
||||
https://github.com/firecat53/urlscan
|
||||
https://pypi.org/project/urlscan/
|
||||
"
|
||||
|
||||
SRC_URI+=" https://raw.githubusercontent.com/firecat53/urlscan/${PV}/urlscan.1 -> ${P}-manpage"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
DOCS=( README.md )
|
||||
PATCHES=( "${FILESDIR}/${PN}-1.0.0-respect-paths.patch" )
|
||||
|
||||
src_install() {
|
||||
default
|
||||
distutils-r1_src_install
|
||||
|
||||
newman "${DISTDIR}/${P}-manpage" "${PN}.1"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user