# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-fickling
version             0.1.3
revision            0

license             LGPL-3
maintainers         nomaintainer
platforms           {darwin any}
supported_archs     noarch

homepage            https://pypi.org/project/fickling/

description         \
    Fickling is a decompiler, static analyzer, and bytecode rewriter for \
    Python pickle object serializations.

long_description    \
    {*}${description}. You can use fickling to detect, analyze, reverse \
    engineer, or even create malicious pickle or pickle-based files, \
    including PyTorch files.

checksums           rmd160  c33677d0503f7380398d48da823e2cf08edf0078 \
                    sha256  606b3153ad4b2c0338930d08a739f7f10a560f996e0bd3a4b46544417254b0d0 \
                    size    32792

python.versions     39 310 311 312
python.pep517_backend flit
