diff options
| author | Yigit Sever | 2021-09-29 15:17:35 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-09-29 17:22:28 +0300 |
| commit | a25f40767d4589f4ea0c17c8841fde4d38619b86 (patch) | |
| tree | 51c74a4e5f4f8d4b0e4ad9456fff63053f4a14bf /.SRCINFO | |
| download | packages-a25f40767d4589f4ea0c17c8841fde4d38619b86.tar.gz packages-a25f40767d4589f4ea0c17c8841fde4d38619b86.tar.bz2 packages-a25f40767d4589f4ea0c17c8841fde4d38619b86.zip | |
Initial commit v0.2.0
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..c05e8eb --- /dev/null +++ b/.SRCINFO | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | pkgbase = python-scrape-schema-recipe | ||
| 2 | pkgdesc = Scrapes food recipes from HTML into Python dictionaries | ||
| 3 | pkgver = 0.2.0 | ||
| 4 | pkgrel = 1 | ||
| 5 | url = https://github.com/micahcochran/scrape-schema-recipe | ||
| 6 | arch = any | ||
| 7 | license = Apache | ||
| 8 | makedepends = python-setuptools | ||
| 9 | depends = python-dataclasses | ||
| 10 | depends = python-extruct | ||
| 11 | depends = python-importlib_resources | ||
| 12 | depends = python-isodate | ||
| 13 | depends = python-requests | ||
| 14 | depends = python-typeshed-git | ||
| 15 | source = python-scrape-schema-recipe-0.2.0.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.0.tar.gz | ||
| 16 | sha256sums = ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf | ||
| 17 | |||
| 18 | pkgname = python-scrape-schema-recipe | ||
