ukpostcodeparser: init at 1.1.0

This commit is contained in:
Langston Barrett 2017-07-03 23:31:49 +00:00 committed by Frederik Rietdijk
parent d2c0a46797
commit 822b09a514
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{ stdenv, lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "UkPostcodeParser";
version = "1.1.0";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "1v8k91xhg5fr6sk91am93abjarw950ray7b9q3w5j25agjsxgcsf";
};
doCheck = false;
meta = with lib; {
description = "UK Postcode parser";
homepage = https://github.com/hamstah/ukpostcodeparser;
license = licenses.publicDomain;
maintainers = with maintainers; [ siddharthist ];
platforms = platforms.unix;
};
}

View file

@ -24018,6 +24018,8 @@ in {
u-msgpack-python = callPackage ../development/python-modules/u-msgpack-python { };
ukpostcodeparser = callPackage ../development/python-modules/ukpostcodeparser { };
umalqurra = buildPythonPackage rec {
name = "umalqurra-${version}";
version = "0.2";