urlscan: update to 1.0.0.

This commit is contained in:
André Cerqueira 2023-07-06 18:40:01 +01:00 committed by Duncan Overbruck
parent d616e2a041
commit dbc4d5a927

View File

@ -1,14 +1,18 @@
# Template file for 'urlscan'
pkgname=urlscan
version=0.9.10
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
version=1.0.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-urwid"
checkdepends="python3-urwid"
short_desc="View/select the URLs in an email message or file"
maintainer="Crestwave <crest.wave@yahoo.com>"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/firecat53/urlscan"
changelog="https://github.com/firecat53/urlscan/releases"
distfiles="https://github.com/firecat53/urlscan/archive/${version}.tar.gz"
checksum=0fbaf7f820fc6ff20c6f1a429c98cb240f1da7eabceed5e3d88740558e81cd2d
checksum=b12da2c3ee45ae21c80eed2fc40866b3b0b82a39e70ce1ad458b65af7334728a
pre_build() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
}