aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-readability/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-readability/APKBUILD')
-rw-r--r--community/py3-readability/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/py3-readability/APKBUILD b/community/py3-readability/APKBUILD
deleted file mode 100644
index 21d1291b763..00000000000
--- a/community/py3-readability/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=py3-readability
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Measure the readability of a given text using surface characteristics"
-url="https://github.com/andreasvc/readability/"
-arch="noarch"
-license="Apache-2.0"
-depends="python3"
-makedepends="py3-setuptools"
-options="!check" # no tests
-source="https://files.pythonhosted.org/packages/source/r/readability/readability-$pkgver.tar.gz"
-builddir="$srcdir/readability-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="a4932acb1d226028edb631befce0f3b8371563fadd55a11db99376014688dbcb62484eef59d0d5a26944320ff60fc5cd7d4855583208560a0ee1510378a748a1 readability-0.3.1.tar.gz"