diff options
| author | Yigit Sever | 2023-06-27 17:28:10 +0300 |
|---|---|---|
| committer | Yigit Sever | 2023-06-27 17:28:10 +0300 |
| commit | b8eba07721b209b4008ffffa32dfb17b59377e93 (patch) | |
| tree | 58884c27c37ffa397e0296a92cd24e7b8fb6c29c /python-extruct | |
| parent | 90089785ca73eba3115f179ce06a7e547a513708 (diff) | |
| download | packages-b8eba07721b209b4008ffffa32dfb17b59377e93.tar.gz packages-b8eba07721b209b4008ffffa32dfb17b59377e93.tar.bz2 packages-b8eba07721b209b4008ffffa32dfb17b59377e93.zip | |
python-extruct: Update to 0.14.0-2
rdflib-jsonld is archived and merged into rdflib, no need to require
both anymore: https://github.com/RDFLib/rdflib-jsonld
Diffstat (limited to 'python-extruct')
| -rw-r--r-- | python-extruct/.SRCINFO | 3 | ||||
| -rw-r--r-- | python-extruct/PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/python-extruct/.SRCINFO b/python-extruct/.SRCINFO index dea3e06..bc8a6e7 100644 --- a/python-extruct/.SRCINFO +++ b/python-extruct/.SRCINFO | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | pkgbase = python-extruct | 1 | pkgbase = python-extruct |
| 2 | pkgdesc = Extract embedded metadata from HTML markup | 2 | pkgdesc = Extract embedded metadata from HTML markup |
| 3 | pkgver = 0.14.0 | 3 | pkgver = 0.14.0 |
| 4 | pkgrel = 1 | 4 | pkgrel = 2 |
| 5 | url = https://github.com/scrapinghub/extruct | 5 | url = https://github.com/scrapinghub/extruct |
| 6 | arch = any | 6 | arch = any |
| 7 | license = custom | 7 | license = custom |
| @@ -9,7 +9,6 @@ pkgbase = python-extruct | |||
| 9 | depends = python-lxml | 9 | depends = python-lxml |
| 10 | depends = python-requests | 10 | depends = python-requests |
| 11 | depends = python-rdflib | 11 | depends = python-rdflib |
| 12 | depends = python-rdflib-jsonld | ||
| 13 | depends = python-pyrdfa3 | 12 | depends = python-pyrdfa3 |
| 14 | depends = python-mf2py | 13 | depends = python-mf2py |
| 15 | depends = python-six | 14 | depends = python-six |
diff --git a/python-extruct/PKGBUILD b/python-extruct/PKGBUILD index 2c7b5a9..268c336 100644 --- a/python-extruct/PKGBUILD +++ b/python-extruct/PKGBUILD | |||
| @@ -3,12 +3,12 @@ | |||
| 3 | pkgname=python-extruct | 3 | pkgname=python-extruct |
| 4 | _pkgname=extruct | 4 | _pkgname=extruct |
| 5 | pkgver=0.14.0 | 5 | pkgver=0.14.0 |
| 6 | pkgrel=1 | 6 | pkgrel=2 |
| 7 | pkgdesc="Extract embedded metadata from HTML markup" | 7 | pkgdesc="Extract embedded metadata from HTML markup" |
| 8 | arch=('any') | 8 | arch=('any') |
| 9 | url="https://github.com/scrapinghub/extruct" | 9 | url="https://github.com/scrapinghub/extruct" |
| 10 | license=('custom') | 10 | license=('custom') |
| 11 | depends=('python-lxml' 'python-requests' 'python-rdflib' 'python-rdflib-jsonld' 'python-pyrdfa3' 'python-mf2py' 'python-six' 'python-w3lib' 'python-html-text' 'python-jstyleson') | 11 | depends=('python-lxml' 'python-requests' 'python-rdflib' 'python-pyrdfa3' 'python-mf2py' 'python-six' 'python-w3lib' 'python-html-text' 'python-jstyleson') |
| 12 | makedepends=('python-setuptools') | 12 | makedepends=('python-setuptools') |
| 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
| 14 | sha256sums=('7bb956c55eea39fddfb0b827a676abb19abac2af009c1b420b3a004f3e2b1262') | 14 | sha256sums=('7bb956c55eea39fddfb0b827a676abb19abac2af009c1b420b3a004f3e2b1262') |
