mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xml2rfc: update to 3.26.0.
This commit is contained in:
parent
dcf819ecf3
commit
5f6c8217cf
1 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'xml2rfc'
|
# Template file for 'xml2rfc'
|
||||||
pkgname=xml2rfc
|
pkgname=xml2rfc
|
||||||
version=3.25.0
|
version=3.26.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-poetry-core python3-setuptools"
|
||||||
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
|
depends="python3-appdirs python3-ConfigArgParse python3-html5lib
|
||||||
python3-intervaltree python3-Jinja2 python3-MarkupSafe python3-kitchen
|
python3-intervaltree python3-Jinja2 python3-MarkupSafe python3-kitchen
|
||||||
python3-lxml python3-pycountry python3-yaml python3-requests python3-six
|
python3-lxml python3-pycountry python3-yaml python3-requests python3-six
|
||||||
python3-google-i18n-address python3-wcwidth python3-platformdirs"
|
python3-google-i18n-address python3-wcwidth python3-platformdirs
|
||||||
|
python3-setuptools"
|
||||||
short_desc="Generate RFCs and IETF drafts from XML"
|
short_desc="Generate RFCs and IETF drafts from XML"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://ietf-tools.github.io/xml2rfc/"
|
homepage="https://ietf-tools.github.io/xml2rfc/"
|
||||||
distfiles="https://github.com/ietf-tools/xml2rfc/releases/download/v${version}/xml2rfc-${version}.tar.gz"
|
distfiles="https://github.com/ietf-tools/xml2rfc/archive/v${version}/xml2rfc-${version}.tar.gz"
|
||||||
checksum=0dcf2cbd0fea0c8be9a3d4b22c721687120b50753524ad5ec3af1cc2c38c05f2
|
checksum=0d3b0c31c28bfe7ae947e3b6ca40255149ad3563d63272b5f56c4302700bb6d5
|
||||||
make_check=no # too many dependencies
|
make_check=no # too many dependencies
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue