mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
pythonPackages.mysql_connector_repackaged: uninit
Package has last been updated in 2012. There is now also pythonPackages.mysql-connector.
This commit is contained in:
parent
9b37f0a06d
commit
198bdf39b6
@ -10814,24 +10814,6 @@ in {
|
||||
|
||||
mysql-connector = callPackage ../development/python-modules/mysql-connector { };
|
||||
|
||||
mysql_connector_repackaged = buildPythonPackage rec {
|
||||
name = "mysql-connector-repackaged-0.3.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/m/mysql-connector-repackaged/${name}.tar.gz";
|
||||
sha256 = "170fbf11c54def1b5fcc919be0a890b760bb2eca81f56123a5dda0c69b5b099e";
|
||||
};
|
||||
|
||||
# Judging from SyntaxError
|
||||
disabled = isPy3k;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
namebench = buildPythonPackage (rec {
|
||||
name = "namebench-1.3.1";
|
||||
disabled = isPy3k || isPyPy;
|
||||
|
Loading…
Reference in New Issue
Block a user