Search Criteria
Package Details: python-dukpy 0.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-dukpy.git (read-only, click to copy) |
---|---|
Package Base: | python-dukpy |
Description: | Python bindings for the duktape embeddable JavaScript engine |
Upstream URL: | https://github.com/amol-/dukpy |
Licenses: | MIT |
Submitter: | jelly |
Maintainer: | matthewq337 (micwoj92) |
Last Packager: | micwoj92 |
Votes: | 2 |
Popularity: | 0.091726 |
First Submitted: | 2022-06-30 19:05 (UTC) |
Last Updated: | 2024-11-13 01:37 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
Required by (4)
- pyload-ng
- python-javascripthon
- you-get (check)
- you-get (optional)
Latest Comments
micwoj92 commented on 2024-07-16 17:49 (UTC)
Point 1: There is
package_python-dukpy
which is remnant of when this split package. If the tool you are using to build packages in clean chroot does not support this, then it is issue of the tool and not of the package. I always build usingmakechrootpkg
and it works.Point 2: No, it is not "definitely wrong" In your first comment you mentioned
${pkgdir}
and not you mentioned${srcdir}
. I think I get what you mean nowIn the past it was not the case, but as of "few years"(I don't know exactly when) the functions (with exeption of verify()) already "start" in
$srcdir
. You can check this with this minimal example:daniel_shub commented on 2024-07-16 00:29 (UTC)
It still does not build in a clean chroot for me. It is missing a package function and 'cd dukpy-${pkgver}' is definitely wrong and likely should be 'cd "${srcdir}/dukpy-${pkgver}"'
Have you seen https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
micwoj92 commented on 2024-07-14 19:21 (UTC)
Fixed. I don't understand what you mean by "line 23 at a minimum needs to be referenced to ${pkgdir}".
daniel_shub commented on 2024-07-14 19:14 (UTC)
This does not build in a clean chroot for me. I am pretty sure that the pkgname variable needs to be set (probably just uncomment line 4) and line 23 at a minimum needs to be referenced to ${pkgdir}
micwoj92 commented on 2024-07-08 23:53 (UTC)
This is not proper way to do this. pip is definitely not needed to build, this issue was due to missing python-mutf8 checkdependency. Now that you have deleted check, this issue is no longer present.
micwoj92 commented on 2024-07-08 21:07 (UTC)
Check fails: