8 buildPythonPackage rec {
11 format = "setuptools";
14 url = "https://releases.pagure.org/${pname}/${pname}-${version}.tar.xz";
15 sha256 = "19vnlzma8b0aghdiixk0q3wc10y6306hsnic0qvswaaiki94fss1";
18 LC_ALL = "en_US.utf-8";
19 buildInputs = [ glibcLocales ];
22 description = "lightweight way of building RPMs, and sabotaging them";
23 homepage = "https://pagure.io/rpmfluff";
24 license = licenses.gpl2;
25 maintainers = with maintainers; [ disassembler ];