No description
Find a file
Zbigniew Jędrzejewski-Szmek 3637450520 Do not clobber real files when creating a patch
When a file unpacked from a crate is edited, it is OK to edit it
directly. But when editing something that was already there, we should
make a temporary copy. Let's do this copy next to the file being
edited, so it's easy for the user to open related files.
2018-08-13 20:42:37 +02:00
data macros: remove support for target-dir 2018-06-22 21:53:09 +02:00
rust2rpm Do not clobber real files when creating a patch 2018-08-13 20:42:37 +02:00
.gitignore gitignore: add /build/ 2018-01-08 20:08:43 +01:00
LICENSE
MANIFEST.in add support for Mageia and (open)SUSE 2018-01-08 20:08:04 +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++ 2018-01-08 20:15:07 +01:00
test.py optional dependencies are also features 2018-01-08 14:37:29 +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.