mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 19:51:40 +02:00
22 lines
638 B
Plaintext
22 lines
638 B
Plaintext
# Contributor:
|
|
# Maintainer:
|
|
pkgname=xml2rfc
|
|
pkgver=2.44.0
|
|
pkgrel=0
|
|
pkgdesc="A tool for converting XML documents into internet drafts and RFCs"
|
|
url="https://tools.ietf.org/"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
depends="python3 py3-setuptools py3-six py3-requests py3-lxml"
|
|
source="https://files.pythonhosted.org/packages/source/x/xml2rfc/xml2rfc-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="fc6cf12963ad115e52e4aa830cc4ce7a6b2a9d716411f9bcde0e2aaa97efcb2f0745af1b54b4a3a70727ed68c3af6b47b9b3d3d90e8eaa54094f0016046a1c5d xml2rfc-2.44.0.tar.gz"
|