No description
Find a file
Igor Gnatenko d4334a2ee7 macros: automatically strip dev-dependencies
All background written in upstream cargo GitHub issue[0].

In short, cargo build/install enforces us to have all dev-dependencies
even they are not used for building/installed.

[0] https://github.com/rust-lang/cargo/issues/3732

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-02-18 16:10:50 +01:00
data macros: automatically strip dev-dependencies 2017-02-18 16:10:50 +01:00
rust2rpm save to real files by default instead of stdout 2017-02-18 01:54:02 +01:00
.gitignore distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
LICENSE add MIT license text 2017-01-30 18:46:00 +01:00
MANIFEST.in distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
README.rst distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
requirements.txt add requirements.txt 2017-02-05 14:58:18 +01:00
setup.py distribute rust2rpm in PyPI via setuptools 2017-02-12 11:35:45 +01:00
test.py use python API for tests 2017-02-05 21:06:40 +01:00
tox.ini test on py33 and py34 as well 2017-02-05 21:08:10 +01:00

========
rust2rpm
========

Convert Rust crates to RPM.