Revert "entrypoints example"
This reverts commit d228d528707d87e52e803b212dd595619a863aa8. THe example was not supposed to go in.
This commit is contained in:
parent
94f92dfb56
commit
74d0f57269
@ -6564,21 +6564,6 @@ in {
|
|||||||
propagatedBuildInputs = with self; [ configparser ];
|
propagatedBuildInputs = with self; [ configparser ];
|
||||||
};
|
};
|
||||||
|
|
||||||
entrypoints_flit = buildPythonPackage rec {
|
|
||||||
pname = "entrypoints";
|
|
||||||
version = "0.2.2";
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
format = "flit";
|
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "takluyver";
|
|
||||||
repo = pname;
|
|
||||||
rev = version;
|
|
||||||
sha256 = "1asi3xfym1g9z24p9ivzyp4smnl600w8hghlv5dziabj6csj8s1h";
|
|
||||||
};
|
|
||||||
propagatedBuildInputs = with self; [ configparser ];
|
|
||||||
};
|
|
||||||
|
|
||||||
etcd = buildPythonPackage rec {
|
etcd = buildPythonPackage rec {
|
||||||
name = "etcd-${version}";
|
name = "etcd-${version}";
|
||||||
version = "2.0.8";
|
version = "2.0.8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user