Search Criteria
Package Details: python-unicodeit 0.7.5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-unicodeit.git (read-only, click to copy) |
---|---|
Package Base: | python-unicodeit |
Description: | Converts LaTeX tags to unicode |
Upstream URL: | https://github.com/svenkreiss/unicodeit |
Licenses: | MIT |
Submitter: | ianis |
Maintainer: | ianis |
Last Packager: | ianis |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-06 10:23 (UTC) |
Last Updated: | 2024-11-27 11:04 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (2)
- bobcat-git (optional)
- unicodeit-gtk
Latest Comments
0WN3D commented on 2024-11-27 14:58 (UTC)
Nope, there's no need.
I just wanted to fix this package cause my own package depends on it optionally. https://aur.archlinux.org/packages/bobcat-git
Cheers!
ianis commented on 2024-11-27 11:06 (UTC)
@0WN3D I've updated the PKGBUILD.
Please let me know if you would like to be added as a co-maintainer.
0WN3D commented on 2024-11-27 00:37 (UTC) (edited on 2024-11-27 00:38 (UTC) by 0WN3D)
Hey, the PKGBUILD is missing the
makedepends
ofpython-setuptools
.Without it, the package won't build.
Also:
the
url
should be pointing to the origin Github instead of your fork since the release is being pulled from therethe
source
should usefiles.pythonhosted.org
instead ofpypi.org
, as recommended here https://wiki.archlinux.org/title/Python_package_guidelines#SourceThis is my proposed PKGBUILD
https://pastebin.com/WeJxkY2L