drop acme_0_1: simp_le now supports current acme 0.5

This commit is contained in:
Alexander Ried 2016-05-09 17:29:37 +02:00
parent 8335c68543
commit 4989a3bedf

View File

@ -271,29 +271,6 @@ in modules // {
sourceRoot = "letsencrypt-v${version}-src/acme"; sourceRoot = "letsencrypt-v${version}-src/acme";
}; };
# Maintained for simp_le compatibility
acme_0_1 = buildPythonPackage rec {
version = "0.1.0";
name = "acme-${version}";
src = pkgs.fetchFromGitHub {
owner = "letsencrypt";
repo = "letsencrypt";
rev = "v${version}";
sha256 = "1f7406nnybsdbwxf7r9qjf6hzkfd7cg6qp8l9l7hrzwscsq5hicj";
};
propagatedBuildInputs = with self; [
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests2 six werkzeug mock
ndg-httpsclient
];
buildInputs = with self; [ nose ];
sourceRoot = "letsencrypt-v${version}-src/acme";
};
acme-tiny = buildPythonPackage rec { acme-tiny = buildPythonPackage rec {
name = "acme-tiny-${version}"; name = "acme-tiny-${version}";
version = "20151229"; version = "20151229";