aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-listparser
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-12 17:01:28 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-02-12 18:20:08 +0100
commit969bed28aabd1bd36f62dcf13a69b443a87e3665 (patch)
tree155edbb409046953963388586f54ec80d8ad6386 /testing/py3-listparser
parentccba616c1f067496e978ecb1866e71a8e4aac9eb (diff)
downloadaports-969bed28aabd1bd36f62dcf13a69b443a87e3665.tar.bz2
aports-969bed28aabd1bd36f62dcf13a69b443a87e3665.tar.xz
testing/py3-listparser: new aport
https://github.com/kurtmckee/listparser Parse OPML, FOAF, and iGoogle subscription lists
Diffstat (limited to 'testing/py3-listparser')
-rw-r--r--testing/py3-listparser/APKBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/py3-listparser/APKBUILD b/testing/py3-listparser/APKBUILD
new file mode 100644
index 0000000000..84ffa1d45a
--- /dev/null
+++ b/testing/py3-listparser/APKBUILD
@@ -0,0 +1,28 @@
+# Contributor: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+pkgname=py3-listparser
+pkgver=0.18
+pkgrel=0
+pkgdesc="Parse OPML, FOAF, and iGoogle subscription lists"
+url="https://github.com/kurtmckee/listparser"
+arch="noarch"
+license="GPL-3.0-or-later"
+depends="python3"
+depends="py3-six py3-requests"
+makedepends="py3-setuptools"
+source="https://files.pythonhosted.org/packages/source/l/listparser/listparser-$pkgver.tar.gz"
+builddir="$srcdir/listparser-$pkgver"
+
+build() {
+ python3 setup.py build
+}
+
+check() {
+ python3 setup.py test
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="3f76e1f9ac2011a4ad800332d838ea0e10e445cddead7829d049067534a60ce5c5180d49411108ae0769141cb55cd272a8945261d20e442ba06a84515867a80e listparser-0.18.tar.gz"