Search Criteria
Package Details: python-scrape-schema-recipe 0.2.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scrape-schema-recipe.git (read-only, click to copy) |
---|---|
Package Base: | python-scrape-schema-recipe |
Description: | Scrapes food recipes from HTML into Python dictionaries |
Upstream URL: | https://github.com/micahcochran/scrape-schema-recipe |
Licenses: | Apache-2.0 |
Submitter: | yigits |
Maintainer: | yigits |
Last Packager: | yigits |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-29 14:26 (UTC) |
Last Updated: | 2024-03-28 21:37 (UTC) |
Latest Comments
yigits commented on 2024-03-28 21:38 (UTC)
@MarsSeed done!
MarsSeed commented on 2024-03-21 21:06 (UTC)
Hi,
Please kindly remove
python-dataclasses
from depends, as that is broken, not buildable on current Python, and is only a backport for Python 3.6.Additionally,
python-importlib_resources
can be removed as well, as that is only required by this lib on Python 3.8 and older, not on Python 3.9+.Thank you in advance!
yigits commented on 2022-01-09 15:35 (UTC)
@yochananmarqos done!
yochananmarqos commented on 2022-01-08 15:57 (UTC)
@yigits: Add
python-types-requests
to the AUR to use as the dependency. You can use mypython-types-setuptools
PKGBUILD as a template.yigits commented on 2022-01-08 12:18 (UTC)
@yochananmarqos I use python-typeshed-git for
types-requests
dependency and as far as I can tell that library is not packaged on it's own anywhere (aur or official repos)Could you clarify or suggest what I should do in this situation, thanks!
yochananmarqos commented on 2022-01-07 22:49 (UTC)
This does not depend on
python-typeshed-git
, there's no such Python module. There are quite a few types from that repo liketypes-requests
andtypes-setuptools
.I only see
types-requests
listed inrequirements-dev.txt
.