summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/tinycss
AgeCommit message (Collapse)Author
2023-04-23python310Packages.tinycss: add pythonImportsCheckFabian Affolter
- switch to pytestCheckHook - don't get coverage - never run speedup tests
2023-04-23python310Packages.tinycss: disable on unsupported Python releasesFabian Affolter
- add format - use hash - replace pkgs with lib
2023-04-23python310Packages.tinycss: update metaFabian Affolter
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-01-12python3.pkgs.tinycss: fix build (#53831)Timo Kaufmann
The build was broken by the python 3.7 switch, which caused an incompatible change in the way cython generates files: https://github.com/Kozea/tinycss/issues/17 This is solved by removing the pre-generated file and re-generating it at build time.
2018-10-13pythonPackages.tinycss: 0.3 -> 0.4 refactor move to python-modules (#48163)Christopher Ostrouchov