summaryrefslogtreecommitdiffstats
path: root/python-scrape-schema-recipe
diff options
context:
space:
mode:
Diffstat (limited to 'python-scrape-schema-recipe')
-rw-r--r--python-scrape-schema-recipe/.SRCINFO5
-rw-r--r--python-scrape-schema-recipe/PKGBUILD13
2 files changed, 5 insertions, 13 deletions
diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO
index ac54e91..0a4c3e2 100644
--- a/python-scrape-schema-recipe/.SRCINFO
+++ b/python-scrape-schema-recipe/.SRCINFO
@@ -4,14 +4,11 @@ pkgbase = python-scrape-schema-recipe
4 pkgrel = 1 4 pkgrel = 1
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..9a350b4 100644
--- a/python-scrape-schema-recipe/PKGBUILD
+++ b/python-scrape-schema-recipe/PKGBUILD
@@ -5,16 +5,11 @@ _pkgname=scrape-schema-recipe
5pkgver=0.2.2 5pkgver=0.2.2
6pkgrel=1 6pkgrel=1
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