No description
Find a file
Martin Sehnoutka 2c556e1473 macros: explicitly set rustdoc
On systems where rustup is used, simple rpmbuild will use rustc from system,
but rustdoc will be taken from PATH which might be different from system.
Given this, doc-tests or anything related to rustdoc will fail with mis-mathching
rustc version.

Merges: https://pagure.io/fedora-rust/rust2rpm/pull-request/38
2017-06-23 13:41:42 +02:00
data macros: explicitly set rustdoc 2017-06-23 13:41:42 +02:00
rust2rpm Use cargo read-manifest instead of metadata 2017-05-17 15:19:52 -07: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 buildsys: release++ 2017-05-18 00:31:21 +02:00
test.py metadata: add support for wildcards in version 2017-02-26 17:06:24 +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.