summaryrefslogtreecommitdiffstats
path: root/python-scrape-schema-recipe/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2024-03-29 00:36:56 +0300
committerYigit Sever2024-03-29 00:36:56 +0300
commit3425ca543ef54d0d766624761320df8b987a4654 (patch)
tree4b433798fa5ea1575cbcca1eb72bcee1f7ee4c17 /python-scrape-schema-recipe/PKGBUILD
parentb0e0fb0166d76ac3be6622fd803a83a2ceecb3f5 (diff)
downloadpackages-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/PKGBUILD')
-rw-r--r--python-scrape-schema-recipe/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
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 @@
3pkgname=python-scrape-schema-recipe 3pkgname=python-scrape-schema-recipe
4_pkgname=scrape-schema-recipe 4_pkgname=scrape-schema-recipe
5pkgver=0.2.2 5pkgver=0.2.2
6pkgrel=1 6pkgrel=2
7pkgdesc="Scrapes food recipes from HTML into Python dictionaries" 7pkgdesc="Scrapes food recipes from HTML into Python dictionaries"
8arch=('any') 8arch=("any")
9url="https://github.com/micahcochran/scrape-schema-recipe" 9url="https://github.com/micahcochran/scrape-schema-recipe"
10license=('Apache') 10license=("Apache-2.0")
11depends=('python-dataclasses' 11depends=(python-extruct python-isodate python-requests)
12 'python-extruct' 12makedepends=(python-setuptools)
13 'python-importlib_resources'
14 'python-isodate'
15 'python-requests'
16 'python-types-requests')
17makedepends=('python-setuptools')
18source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
19sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') 14sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216')
20 15