pythonPackages.umalqurra: init at 0.2

This package has no license specified, so I use public domain here.
This commit is contained in:
Frederik Rietdijk 2016-01-22 21:37:43 +01:00
parent a94703dbb2
commit ec5ca4c55d

View file

@ -20276,6 +20276,25 @@ in modules // {
};
};
umalqurra = buildPythonPackage rec {
name = "umalqurra-${version}";
version = "0.2";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/u/umalqurra/umalqurra-0.2.tar.gz";
sha256 = "719f6a36f908ada1c29dae0d934dd0f1e1f6e3305784edbec23ad719397de678";
};
# See for license
# https://github.com/tytkal/python-hijiri-ummalqura/issues/4
meta = {
description = "Date Api that support Hijri Umalqurra calendar";
homepage = https://github.com/tytkal/python-hijiri-ummalqura;
license = with licenses; [ publicDomain ];
};
};
umemcache = buildPythonPackage rec {
name = "umemcache-${version}";
version = "1.6.3";