1 { lib, buildPythonPackage, isPy3k, fetchurl, six, pycurl, cccolutils
4 buildPythonPackage rec {
11 url = "https://releases.pagure.org/rpkg/${pname}-${version}.tar.gz";
12 sha256 = "0j83bnm9snr3m1mabw2cvd2r7d6kcnkzyz7b9p65fhcc3c7s3rvv";
16 propagatedBuildInputs = [ pycurl koji cccolutils six rpmfluff ];
18 doCheck = false; # needs /var/lib/rpm database to run tests
21 description = "Python library for dealing with rpm packaging";
22 homepage = "https://pagure.io/fedpkg";
23 license = licenses.gpl2Plus;
24 maintainers = with maintainers; [ ];