~alpine/aports

[PATCH v2 2/2] testing/xml2rfc: clean up package

Details
Message ID
<20201024200400.21621-2-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +16 -3
---
 testing/xml2rfc/APKBUILD | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/testing/xml2rfc/APKBUILD b/testing/xml2rfc/APKBUILD
index c45a955c55..96945226f0 100644
--- a/testing/xml2rfc/APKBUILD
+++ b/testing/xml2rfc/APKBUILD
@@ -2,14 +2,27 @@
# Maintainer:
pkgname=xml2rfc
pkgver=3.3.0
pkgrel=0
pkgrel=1
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-setuptools py3-six py3-requests py3-lxml"
depends="
	py3-configargparse
	py3-dict2xml
	py3-i18naddress
	py3-intervaltree
	py3-kitchen
	py3-lxml
	py3-pycountry
	py3-pyflakes
	py3-pypdf2
	py3-requests
	py3-six
"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/x/xml2rfc/xml2rfc-$pkgver.tar.gz"
options="!check" # Requires Noto fonts for PDF tests

build() {
	python3 setup.py build
-- 
2.29.1
Reply to thread Export thread (mbox)