Coder Social home page Coder Social logo

alexxnica / libdnf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rpm-software-management/libdnf

0.0 0.0 0.0 5.03 MB

Simple package manager built on top of hawkey and librepo

License: GNU Lesser General Public License v2.1

CMake 2.24% Shell 0.04% C++ 50.30% C 42.40% Python 5.01%

libdnf's Introduction

libdnf

This library provides a high level package-manager. It's core library of dnf, PackageKit and rpm-ostree. It's replacement for deprecated hawkey library which it contains inside and uses librepo under the hood.

⚠️ ⚠️ ⚠️ Note that libdnf is currently being reworked and is considered unstable. Once major users like PackageKit and DNF are fully ported, a new stable release will be considered. ⚠️ ⚠️ ⚠️

License

LGPLv2+

Building for Fedora

Packages needed for the build, or the build requires:

  • make
  • check-devel
  • cmake
  • gcc
  • libsolv-devel
  • libsolv-tools
  • librepo-devel
  • python-devel (or python3-devel for Python 3 build)
  • python-nose (or python3-nose for Python 3 build)
  • rpm-devel
  • glib2-devel
  • gtk-doc
  • gobject-introspection-devel
  • python-sphinx

From the checkout dir::

mkdir build
cd build/
cmake .. # add '-DPYTHON_DESIRED="3"' option for Python 3 build
make

Building the documentation, from the build/ directory::

make doc

Building RPMs:

tito build --rpm --test

Tests

All unit tests should pass after the build finishes:

cd build/tests
make tests

There are two parts of unit tests: unit tests in C and unit tests in Python. To run the C part of the tests manually, from hawkey checkout::

build/tests/test_main tests/repos/

Manually executing the Python tests::

PYTHONPATH=`readlink -f ./build/src/python/` nosetests -s tests/python/tests/

The PYTHONPATH is unfortunately needed as the Python test suite needs to know where to import the built hawkey modules.

Documentation

See the hawkey documentation page.

Information internal to the hawkey development is maintained on a github wiki.

libdnf's People

Contributors

akozumpl avatar cgwalters avatar chbmuc avatar conan-kudo avatar danc86 avatar edcuba avatar giuseppe avatar glensc avatar hughsie avatar ignatenkobrain avatar j-mracek avatar jlebon avatar jrohel avatar jsilhan avatar juhp avatar kalev avatar kkofler avatar m-blaha avatar megaumi avatar michaelmraka avatar mlschroe avatar peterbaouoft avatar pmatilai avatar radekholy24 avatar scottt avatar sharkcz avatar tintou avatar tojaj avatar xake avatar zhangxianwei8 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.