Implementation within rpm is now minimal, whereas support for interpreters is 
to be implemented in external modules using the new rpminterp interface.

A proof of concept for it's usefulness is included in the form of a build time 
spec generator.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/190

-- Commit Summary --

  * implement a generic plugin type interface for embedded interpreters
  * implement support for rpminterp in python bindings
  * adapt lua to use rpminterp for macro expansion
  * add runtime python spec generator

-- File Changes --

    M Makefile.am (1)
    M macros.in (10)
    M preinstall.am (4)
    M python/Makefile.am (7)
    A python/rpm/generate.py (386)
    A python/rpmpython.c (169)
    M python/setup.py.in (1)
    M rpmio/Makefile.am (2)
    M rpmio/macro.c (79)
    A rpmio/rpminterp.c (87)
    A rpmio/rpminterp.h (38)
    M rpmio/rpmlua.c (16)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/190.patch
https://github.com/rpm-software-management/rpm/pull/190.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/190
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to