2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2023 Marcel Telka
18 # The sdist for this project is missing tests so we need to use github tarball.
20 # This was not reported as issue upstream because reporting bugs related to
21 # tests in sdist or tests in general to projects maintained by asotile is
22 # dangerous since he could simply block you when you try to report such bugs.
24 # As of 2024-08-08 I cannot report any issue for this project because I'm still
25 # blocked by asotile after I reported this:
27 # https://github.com/pre-commit/pre-commit/issues/2872
29 DOWNLOAD_URL='https://github.com/asottile/tokenize-rt/archive/refs/tags/v$(HUMAN_VERSION).tar.gz'
32 # Github tarball use different source directory than sdist
33 COMPONENT_SRC=tokenize-rt-$(HUMAN_VERSION)
35 # Random directory name
36 COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"