@Kamack38 Just build python-fontpens
first with --nocheck
and then future builds should have no issues.
Search Criteria
Package Details: python-fontparts 0.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-fontparts.git (read-only, click to copy) |
---|---|
Package Base: | python-fontparts |
Description: | The replacement for RoboFab |
Upstream URL: | https://github.com/robotools/fontParts |
Licenses: | MIT |
Submitter: | thrasibule |
Maintainer: | alerque (thrasibule) |
Last Packager: | alerque |
Votes: | 6 |
Popularity: | 0.165089 |
First Submitted: | 2019-08-18 01:35 (UTC) |
Last Updated: | 2022-12-09 18:18 (UTC) |
Dependencies (13)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312)
- python-booleanoperations (python-booleanoperations-git)
- python-defcon (python-defcon-git)
- python-fontmath (python-fontmath-git)
- python-fontpens (python-fontpens-git)
- python-fonttools (python-fonttools-git)
- python-fs
- python-lxml
- python-unicodedata2
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (10)
Sources (1)
eclairevoyant commented on 2023-01-15 22:49 (UTC)
Kamack38 commented on 2022-11-08 16:51 (UTC)
Why this package has a cycle dependency (python-fontpens
)?
alerque commented on 2021-08-20 13:29 (UTC)
@Haagentis Can you be more specific with what problem you are having? I just confirmed that this package builds cleanly in a chroot using just the dependencies shown. I suspect you probably have an old version of one of the dependencies, but I can't really tell without knowing how you are trying to build the package and what error you're getting.
Haagentis commented on 2021-08-20 11:51 (UTC)
Can't update it, the package is broken or something. It's been more than a week now.
alerque commented on 2021-08-03 15:17 (UTC)
PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using pacman
without messing around with building from the AUR. Issues or contributions are welcome either in comments below or via this GitHub repository.
alerque commented on 2021-07-19 22:12 (UTC)
This requires python-setuptools-scm
to build cleanly.
The circular dependency issue is also still not resolved.
alerque commented on 2021-06-02 16:37 (UTC)
@randomguy343 You can build by using --nocheck
somewhere in the dependency loop to get one package started.
@thrasibule This is an ongoing problem for people trying to break into the loop. I realize this is bad dev practice in the upstream projects that depends on consumer libraries for testing, but that's what we have to work with. Disabling the check()
functions by default using options=(!check)
would be appropriate. The testing isn't really even testing that the package works right, only that the upstream regression suite passes in the build environment.
commented on 2021-06-02 09:42 (UTC)
The packages python-fontpens
, python-booleanoperations
and python-fontparts
create circular dependencies and can therefore neither be installed individually, nor together for me.
thrasibule commented on 2021-03-09 14:26 (UTC)
@Alkaris that's different. 0.9.9 has the fix. If you read the error message you can see you're missing python-booleanoperations. Just install that and you should be good. It's a dependency of the package, so it should have picked it up.
Pinned Comments
alerque commented on 2021-08-03 15:17 (UTC)
PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using
pacman
without messing around with building from the AUR. Issues or contributions are welcome either in comments below or via this GitHub repository.