GithubHelp home page GithubHelp logo

pombredanne / libcomps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rpm-software-management/libcomps

0.0 1.0 0.0 2.92 MB

Libcomps is alternative for yum.comps library. It's written in pure C as library and there's bindings for python2 and python3.

License: GNU General Public License v2.0

CMake 2.76% Python 8.39% C 86.98% C++ 1.85% Shell 0.02%

libcomps's Introduction

libcomps

Libcomps is alternative for yum.comps library. It's written in pure C as library and there's bindings for python2 and python3.

Building

Requirements

for automatic build system:

for libcomps library:

for python bindings:

for C library tests:

for documentation build:

Building

  1. clone this repository git clone https://github.com/midnightercz/libcomps.git

  2. run cmake

    • for python2 bindings run cmake build system with no params: cd <PATH_TO_DIR_WHERE_YOU_WANT_TO_BUILD_IN> cmake <PATH_WHERE_YOU_CLONED_REPO>
    • for python3 bindings run cmake build system with PYTHON_DESIRED param: cd <PATH_TO_DIR_WHERE_YOU_WANT_TO_BUILD_IN> cmake -DPYTHON_DESIRED:str=3 <PATH_WHERE_YOU_CLONED_REPO>
  3. run make make

Building rpm package

  1. run build_prep.py for .spec file substitution and tarball creation: python build_prep.py or run the following code in Python: import build_prep build_prep.prepare()
  2. copy libcomps.spec and libcomps-(git_commit_rev).tar.xz to SPECS and SOURCES dirs cp libcomps-*.tar.xz <PATH_TO_YOUR_RPMBUILD_SOURCES_DIR>/ cp libcomps.spec <PATH_TO_YOUR_RPMBUILD_SPECS_DIR>/
  3. run rpmbuild. If you want build bindings only for specified verion of python edit top of libcomps.spec file: %global with_python 1 %global with_python3 1

Installing

  • After successful build run: make install
  • Or install rpm package

Testing

After build, you can find test for C library in tests directory, starting with test_ prefix. Binding tests are at (for now) same directory as python binding library. You can run python __test.py or python3 __test.py (even without installing library) for tests bindings. Also this unittest serves as python bindings documentation (for now).

Documentation

After build, documentation is in docs directory. Documentation is built in html xml and latex format. Only uncomplete documentation for C library is available at the moment. Look at bindings unittest __test.py__ for python bindings usage.

libcomps's People

Contributors

dridi avatar glensc avatar midnightercz avatar radekholy24 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.