mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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.7
|
|
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 5a6eb4c29da81b98a63e9000c42aca3ebd2e87f8 \
|
|
sha256 03d11db2fbb86eb40bdc12a3c4e7cac1dbb16e1207893511d7df0d91ae000899 \
|
|
size 284009
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|
|
|
|
# first commit after the release of 1.7 is to drop support for PY39 and then the
|
|
# py-stdlib_list is no longer needed. Apply that commit here so we don't need to add
|
|
# that dependency.
|
|
patchfiles-append patch-remove-stdlib_list-dependency.diff
|