diff options
author | Yigit Sever | 2024-03-29 00:36:56 +0300 |
---|---|---|
committer | Yigit Sever | 2024-03-29 00:36:56 +0300 |
commit | 3425ca543ef54d0d766624761320df8b987a4654 (patch) | |
tree | 4b433798fa5ea1575cbcca1eb72bcee1f7ee4c17 /python-scrape-schema-recipe | |
parent | b0e0fb0166d76ac3be6622fd803a83a2ceecb3f5 (diff) | |
download | packages-3425ca543ef54d0d766624761320df8b987a4654.tar.gz packages-3425ca543ef54d0d766624761320df8b987a4654.tar.bz2 packages-3425ca543ef54d0d766624761320df8b987a4654.zip |
upgpkg: python-scrape-schema-recipe 0.2.2-2
Remove unneeded dependencies
Diffstat (limited to 'python-scrape-schema-recipe')
-rw-r--r-- | python-scrape-schema-recipe/.SRCINFO | 7 | ||||
-rw-r--r-- | python-scrape-schema-recipe/PKGBUILD | 15 |
2 files changed, 7 insertions, 15 deletions
diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO index ac54e91..8de277a 100644 --- a/python-scrape-schema-recipe/.SRCINFO +++ b/python-scrape-schema-recipe/.SRCINFO | |||
@@ -1,17 +1,14 @@ | |||
1 | pkgbase = python-scrape-schema-recipe | 1 | pkgbase = python-scrape-schema-recipe |
2 | pkgdesc = Scrapes food recipes from HTML into Python dictionaries | 2 | pkgdesc = Scrapes food recipes from HTML into Python dictionaries |
3 | pkgver = 0.2.2 | 3 | pkgver = 0.2.2 |
4 | pkgrel = 1 | 4 | pkgrel = 2 |
5 | url = https://github.com/micahcochran/scrape-schema-recipe | 5 | url = https://github.com/micahcochran/scrape-schema-recipe |
6 | arch = any | 6 | arch = any |
7 | license = Apache | 7 | license = Apache-2.0 |
8 | makedepends = python-setuptools | 8 | makedepends = python-setuptools |
9 | depends = python-dataclasses | ||
10 | depends = python-extruct | 9 | depends = python-extruct |
11 | depends = python-importlib_resources | ||
12 | depends = python-isodate | 10 | depends = python-isodate |
13 | depends = python-requests | 11 | depends = python-requests |
14 | depends = python-types-requests | ||
15 | source = python-scrape-schema-recipe-0.2.2.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.2.tar.gz | 12 | source = python-scrape-schema-recipe-0.2.2.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.2.tar.gz |
16 | sha256sums = aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216 | 13 | sha256sums = aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216 |
17 | 14 | ||
diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD index 3d98efd..254d2cb 100644 --- a/python-scrape-schema-recipe/PKGBUILD +++ b/python-scrape-schema-recipe/PKGBUILD | |||
@@ -3,18 +3,13 @@ | |||
3 | pkgname=python-scrape-schema-recipe | 3 | pkgname=python-scrape-schema-recipe |
4 | _pkgname=scrape-schema-recipe | 4 | _pkgname=scrape-schema-recipe |
5 | pkgver=0.2.2 | 5 | pkgver=0.2.2 |
6 | pkgrel=1 | 6 | pkgrel=2 |
7 | pkgdesc="Scrapes food recipes from HTML into Python dictionaries" | 7 | pkgdesc="Scrapes food recipes from HTML into Python dictionaries" |
8 | arch=('any') | 8 | arch=("any") |
9 | url="https://github.com/micahcochran/scrape-schema-recipe" | 9 | url="https://github.com/micahcochran/scrape-schema-recipe" |
10 | license=('Apache') | 10 | license=("Apache-2.0") |
11 | depends=('python-dataclasses' | 11 | depends=(python-extruct python-isodate python-requests) |
12 | 'python-extruct' | 12 | makedepends=(python-setuptools) |
13 | 'python-importlib_resources' | ||
14 | 'python-isodate' | ||
15 | 'python-requests' | ||
16 | 'python-types-requests') | ||
17 | makedepends=('python-setuptools') | ||
18 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
19 | sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') | 14 | sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') |
20 | 15 | ||