diff options
| author | Yigit Sever | 2022-01-09 18:33:49 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-01-09 18:33:49 +0300 |
| commit | 5dcd5b8e0c9f2febf20c6b6575da130424683218 (patch) | |
| tree | 47532ace6d4297b517f1e9759aec247ffccf2cc9 /PKGBUILD | |
| parent | a25f40767d4589f4ea0c17c8841fde4d38619b86 (diff) | |
| download | packages-5dcd5b8e0c9f2febf20c6b6575da130424683218.tar.gz packages-5dcd5b8e0c9f2febf20c6b6575da130424683218.tar.bz2 packages-5dcd5b8e0c9f2febf20c6b6575da130424683218.zip | |
Fix types-requests dependency
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -1,13 +1,19 @@ | |||
| 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
| 2 | |||
| 2 | pkgname=python-scrape-schema-recipe | 3 | pkgname=python-scrape-schema-recipe |
| 3 | _pkgname=scrape-schema-recipe | 4 | _pkgname=scrape-schema-recipe |
| 4 | pkgver=0.2.0 | 5 | pkgver=0.2.0 |
| 5 | pkgrel=1 | 6 | pkgrel=2 |
| 6 | pkgdesc="Scrapes food recipes from HTML into Python dictionaries" | 7 | pkgdesc="Scrapes food recipes from HTML into Python dictionaries" |
| 7 | arch=('any') | 8 | arch=('any') |
| 8 | url="https://github.com/micahcochran/scrape-schema-recipe" | 9 | url="https://github.com/micahcochran/scrape-schema-recipe" |
| 9 | license=('Apache') | 10 | license=('Apache') |
| 10 | depends=('python-dataclasses' 'python-extruct' 'python-importlib_resources' 'python-isodate' 'python-requests' 'python-typeshed-git') | 11 | depends=('python-dataclasses' |
| 12 | 'python-extruct' | ||
| 13 | 'python-importlib_resources' | ||
| 14 | 'python-isodate' | ||
| 15 | 'python-requests' | ||
| 16 | 'python-types-requests') | ||
| 11 | makedepends=('python-setuptools') | 17 | makedepends=('python-setuptools') |
| 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 18 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
| 13 | sha256sums=('ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf') | 19 | sha256sums=('ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf') |
