Add JayDeBeApi and JPype1 python packages

This commit is contained in:
Shea Levy 2018-02-15 12:15:42 -05:00
parent e26a2290ea
commit 77c4e4696d
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -5286,10 +5286,37 @@ in {
};
};
JayDeBeApi = buildPythonPackage {
name = "JayDeBeApi-1.1.1";
src = pkgs.fetchurl {
url = "mirror://pypi/J/JayDeBeApi/JayDeBeApi-1.1.1.tar.gz";
sha256 = "0a189xs9zw81jvwwglvf2qyqnk6ra0biljssx9n4ffayqn9glbds";
};
propagatedBuildInputs = [ self.JPype1 ];
meta = with pkgs.stdenv.lib; {
homepage = "https://github.com/baztian/jaydebeapi";
license = licenses.lgpl2;
description = "Use JDBC database drivers from Python 2/3 or Jython with a DB-API.";
};
};
jdcal = callPackage ../development/python-modules/jdcal { };
internetarchive = callPackage ../development/python-modules/internetarchive {};
JPype1 = buildPythonPackage {
name = "JPype1-0.6.2";
src = pkgs.fetchurl {
url = "mirror://pypi/J/JPype1/JPype1-0.6.2.tar.gz";
sha256 = "09bzmnzkjbrf60h39wapxc1l8mb3r9km486cly0mm78bv096884r";
};
meta = with pkgs.stdenv.lib; {
homepage = "https://github.com/originell/jpype/";
license = "License :: OSI Approved :: Apache Software License";
description = "A Python to Java bridge.";
};
};
jsbeautifier = callPackage ../development/python-modules/jsbeautifier {};
jug = callPackage ../development/python-modules/jug {};