Merge remote-tracking branch 'upstream/python-unstable' into HEAD
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ stdenv, pkgs, buildPythonPackage, fetchurl, isPy26, argparse, py, selenium }:
|
||||
buildPythonPackage rec {
|
||||
name = "pytest-2.7.3";
|
||||
pname = "pytest";
|
||||
version = "2.7.3";
|
||||
name = pname + "-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{ stdenv, pkgs, buildPythonPackage, fetchurl, isPy26, argparse, py, selenium }:
|
||||
buildPythonPackage rec {
|
||||
name = "pytest-2.8.7";
|
||||
pname = "pytest";
|
||||
version = "2.8.7";
|
||||
name = pname + "-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{ stdenv, pkgs, buildPythonPackage, fetchurl, isPy26, argparse, py, selenium }:
|
||||
buildPythonPackage rec {
|
||||
name = "pytest-2.9.2";
|
||||
pname = "pytest";
|
||||
version = "2.9.2";
|
||||
name = pname + "-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user