aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/asn1crypto/py3/ya.make
blob: ef1a15a2d822b6b9bb328af59245ec8574874e11 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(1.5.1)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    asn1crypto/__init__.py
    asn1crypto/_errors.py
    asn1crypto/_inet.py
    asn1crypto/_int.py
    asn1crypto/_iri.py
    asn1crypto/_ordereddict.py
    asn1crypto/_teletex_codec.py
    asn1crypto/_types.py
    asn1crypto/algos.py
    asn1crypto/cms.py
    asn1crypto/core.py
    asn1crypto/crl.py
    asn1crypto/csr.py
    asn1crypto/keys.py
    asn1crypto/ocsp.py
    asn1crypto/parser.py
    asn1crypto/pdf.py
    asn1crypto/pem.py
    asn1crypto/pkcs12.py
    asn1crypto/tsp.py
    asn1crypto/util.py
    asn1crypto/version.py
    asn1crypto/x509.py
)

RESOURCE_FILES(
    PREFIX contrib/python/asn1crypto/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()