mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
29 lines
732 B
Text
29 lines
732 B
Text
# Contributor:
|
|
# Maintainer:
|
|
pkgname=xml2rfc
|
|
pkgver=3.16.0
|
|
pkgrel=0
|
|
pkgdesc="tool for converting XML documents into internet drafts and RFCs"
|
|
options="!check" # Requires unpackaged i18naddress
|
|
url="https://tools.ietf.org/"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
depends="python3 py3-six py3-requests py3-lxml"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/x/xml2rfc/xml2rfc-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
check() {
|
|
python3 test.py
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
6224271f147e5da1d6db0b4ff7af9b086b8939e9c470e9146c01281ec8c9eca92a15c0c24669f99a04af2532f26d5f8858bfcca1df03e2f6212854a17bed855d xml2rfc-3.16.0.tar.gz
|
|
"
|