Пакет perl-Inline-Python: Информация

    Исходный пакет: perl-Inline-Python
    Версия: 0.57-alt1
    Собран:  30 ноября 2023 г. 18:54
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/Inline-Python

    Лицензия: GPLv2+ or Artistic-2.0
    О пакете: Write Perl subs and classes in Python
    Описание: 
    The Inline::Python module allows you to put Python source code directly
    "inline" in a Perl script or module. It sets up an in-process Python
    interpreter, runs your code, and then examines Python's symbol table for
    things to bind to Perl. The process of interrogating the Python interpreter
    for global variables only occurs the first time you run your Python code. The
    name-space is cached, and subsequent calls use the cached version.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Inline-Python (mipsel)
    perl-Inline-Python-debuginfo (mipsel)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Alexandr Antonov

      1. python3-devel
      2. perl(ExtUtils/MakeMaker.pm)
      3. perl(Inline.pm)
      4. perl(Test/Deep.pm)
      5. perl(Test/More.pm)
      6. perl(Test/Number/Delta.pm)
      7. chrpath

    Последнее изменение


    30 сентября 2022 г. Igor Vlasenko 0.57-alt1
    - new version
    29 сентября 2022 г. Igor Vlasenko 0.56-alt3
    - added VCS: tag
    19 декабря 2021 г. Igor Vlasenko 0.56-alt2
    - fixed build