Search Criteria
Package Details: python-pyminifier 2.1-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pyminifier.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pyminifier |
| Description: | Pyminifier is a Python code minifier, obfuscator, and compressor. |
| Upstream URL: | https://github.com/liftoff/pyminifier |
| Licenses: | MIT |
| Submitter: | moetayuko |
| Maintainer: | None |
| Last Packager: | moetayuko |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-04-20 08:57 (UTC) |
| Last Updated: | 2020-12-03 11:31 (UTC) |
Latest Comments
Lehmaning commented on 2023-01-29 09:41 (UTC)
Is there any makedepend missing? Got this message during build():
SpotlightKid commented on 2020-05-10 20:09 (UTC)
Also, the description and URL of this package are clearly wrong (copy-and-paste error?).
SpotlightKid commented on 2020-05-10 20:08 (UTC)
Every Python package, which installs scripts via setuptools entry points - as this package does too - needs
python-setuptoolsas a run-time dependency, i.e. independs, not only at build time (i.e.makedepends), because each entry point command line script importspkg_resourcesat run-time, which is part ofpython-setuptools.