Search Criteria
Package Details: python-requirements-parser 0.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-requirements-parser.git (read-only, click to copy) |
---|---|
Package Base: | python-requirements-parser |
Description: | A Pip requirements file parser. |
Upstream URL: | https://github.com/madpah/requirements-parser |
Licenses: | Apache-2.0 |
Submitter: | hexchain |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 2 |
Popularity: | 0.000028 |
First Submitted: | 2017-01-23 08:34 (UTC) |
Last Updated: | 2024-08-12 17:12 (UTC) |
Dependencies (6)
- python-packaging
- python-types-setuptoolsAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2023-07-25 00:43 (UTC)
@flipflop87 @mickael9: It was my
.gitignore
causing the issue this whole time. It's fixed now, sorry about that.Salamandar commented on 2023-06-07 08:26 (UTC)
I can reproduce the issue flipflop97 has.
yochananmarqos commented on 2023-04-24 20:52 (UTC)
@flipflop87: If you can reproduce the issue with
python-async-tkinter-loop
as well, then it's something to do withpython-poetry-core
. Either way, both build fine in a chroot.yochananmarqos commented on 2023-04-21 02:29 (UTC)
@flipflop97: I just built it in a clean chroot with no issues. I have it installed as a dependency for
ognibuild
and everything is working fine. Not sure what's happening on your end.flipflop97 commented on 2023-04-20 11:13 (UTC)
Hi, this package still does not produce any actual library files. Could you please look into that or orphan the package so someone else can?
mickael9 commented on 2022-07-31 12:25 (UTC) (edited on 2022-07-31 12:26 (UTC) by mickael9)
Just running
poetry build
in the source directory, the wheel and source tarball don't include the requirements module (just the metadata).It seems to be related to the use of the
include
keyword inpyproject.toml
:Adding
requirements/**/*
to it fixes the problem:I suppose this is a bug/regression in poetry or a misunderstanding of the include mechanism ?
yochananmarqos commented on 2022-06-14 22:28 (UTC) (edited on 2022-06-14 22:29 (UTC) by yochananmarqos)
@flipflop97:
That makes no sense as the module resides in
/usr/lib/python3.10/site-packages/requirements/
no matter if build / install vs. setuptools is used. It's designed to be installed with poetry.flipflop97 commented on 2022-06-14 21:53 (UTC)
This was mainly an example of a pkgbuild that results in a usable package. I didn't know setup.py was deprecated, thanks for telling!
I'm able to build it just fine using your pkgbuild, but I can't import the package in python afterwards, it just says
ModuleNotFoundError: No module named 'requirements'
(the same happens with the new release you just pushed). Using my example pkgbuild does let me import and use the module. Does this work correctly for you? I wonder what's going on in that case…yochananmarqos commented on 2022-06-14 15:13 (UTC)
@flipflop97:
ognibuild
is able to use this package just fine.Your PKGBUILD is missing the correct dependencies.
setup.py install
is deprecated, why do you think that makes any difference?flipflop97 commented on 2022-06-14 13:23 (UTC) (edited on 2022-06-14 13:33 (UTC) by flipflop97)
Hi, after installing this package I cannot
import requirements
in Python. I think something might be broken.EDIT: This PKGBUILD works for me:
1 2 Next › Last »