···11-{ stdenv, lib, isPy3k, buildPythonPackage, fetchFromGitHub, fetchpatch, zope_interface, twisted }:
11+{ stdenv, lib, isPy3k, buildPythonPackage, fetchFromGitHub, zope_interface, twisted }:
2233buildPythonPackage rec {
44 pname = "python3-application";
55- version = "3.0.3";
55+ version = "3.0.4";
6677 disabled = !isPy3k;
8899 src = fetchFromGitHub {
1010 owner = "AGProjects";
1111 repo = pname;
1212- rev = version;
1313- sha256 = "sha256-oscUI/Ag/UXmAi/LN1pPTdyqQe9aAfeQzhKFxaTmW3A=";
1212+ rev = "release-${version}";
1313+ sha256 = "sha256-XXAKp/RlBVs3KmcnuiexdYfxf0zt2A/DrsJzdC9I4vA=";
1414 };
15151616- patches = [
1717- # Apply bugfix commit that is not yet part of a release
1818- (fetchpatch {
1919- name = "fix-time-import.patch";
2020- url = "https://github.com/AGProjects/python3-application/commit/695f7d769e69c84e065872ffb403157d0af282fd.patch";
2121- sha256 = "sha256-MGs8uUIFXkPXStOn5oCNNEMVmcKrq8YPl8Xvl3OTOUM=";
2222- })
2323- ];
2424-2516 propagatedBuildInputs = [ zope_interface twisted ];
26172718 pythonImportsCheck = [ "application" ];
···3122 description = "A collection of modules that are useful when building python applications";
3223 homepage = "https://github.com/AGProjects/python3-application";
3324 license = licenses.lgpl21Plus;
3434- maintainers = with maintainers; [ chanley ];
2525+ maintainers = with maintainers; [ chanley yureien ];
3526 longDescription = ''
3627 This package is a collection of modules that are useful when building python applications. Their purpose is to eliminate the need to divert resources into implementing the small tasks that every application needs to do in order to run successfully and focus instead on the application logic itself.
3728 The modules that the application package provides are: