blob: fddaea9c02468272bb2022e6b70aea8e053d7c1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Generated by devtools/yamaker from nixpkgs 22.11.
PY3_LIBRARY()
LICENSE(
Apache-2.0 AND
LicenseRef-scancode-unknown-license-reference
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(g:python-contrib)
VERSION(0.29.36)
ORIGINAL_SOURCE(mirror://pypi/C/Cython/Cython-0.29.36.tar.gz)
NO_LINT()
RESOURCE_FILES(
PREFIX contrib/tools/cython/
.dist-info/METADATA
.dist-info/entry_points.txt
.dist-info/top_level.txt
)
END()
|