Search Criteria
Package Details: python-fontpens 0.2.4-1
Git Clone URL: | https://aur.archlinux.org/python-fontpens.git (read-only, click to copy) |
---|---|
Package Base: | python-fontpens |
Description: | A collection of classes implementing the pen protocol for manipulating glyphs. |
Upstream URL: | https://pypi.org/project/fontPens/ |
Licenses: | |
Submitter: | thrasibule |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 2 |
Popularity: | 0.127982 |
First Submitted: | 2019-08-18 01:37 |
Last Updated: | 2019-12-17 01:55 |
Dependencies (7)
- python (python-dbg)
- python-fonttools (python-fonttools-git)
- python-fontmath (check)
- python-fontparts (check)
- python-pytest (check)
- python>=3.8 (python-dbg) (check)
- python-setuptools (make)
Required by (6)
- afdko
- afdko-git
- python-booleanoperations (check)
- python-defcon (optional)
- python-defcon-git (optional)
- python-fontparts (check)
Latest Comments
yochananmarqos commented on 2020-06-14 02:39
@djmattyg007: I was talking about disabling the check for
python-booleanoperations
, not this package. Also, I'm not a maintainer, I was referring to my personal PKGBUILDs.djmattyg007 commented on 2020-06-14 02:30
"I disabled the check() function for it for now"
As long as checkdepends is specified, AUR wrappers will still try to process these dependencies and run into issues with circular dependency trees. If you're going to comment out the check() function, it would be greatly appreciated if you could also comment out the checkdepends list.
yochananmarqos commented on 2019-12-17 01:16
Neither
python-fontparts
norpython-pytest
are required for the test. fontParts will be downloaded from PyPi during the test. However, it does requirepython-booleanoperations
, otherwise it fails. Problem is,python-booleanoperations
requirespython-fontpens
for the test, so I disabled thecheck()
function for it for now.This also does not require
python-unicodedata2
directly; instead it requirespython-defcon
which depends on it.thrasibule commented on 2019-08-23 14:09
@caleb, these are only checkdepends. You can disable the tests on one to install both. These dependencies are not bogus, you can't run the tests without them.
caleb commented on 2019-08-23 12:45
Something is wrong here, python-fontparts depends on python-fontpens but python-fontpens depends on python-fontparts. That's circular and we can't have it both ways. One of these packages needs to drop the bogus dependency.