- Status Requires testing
- Percent Complete
- Task Type Update
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version NuTyX 10.4
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#41 - New package: python-packaging
The recipe for python-packaging, necessary to build zathura:
# Depends on: python description="Core utilities for Python packages" packager="Rocket" url="https://github.com/pypa/packaging" name=python-packaging version=18.0 release=1 source=("https://pypi.io/packages/source/p/packaging/packaging-${version}.tar.gz") build() { cd packaging-${version} python3 setup.py build python3 setup.py install --root="$PKG" }
both python and python2 modules in same package python-packaging