pythonPackages.devpi-common: fix meta evaluation
The tarball job now seems OK again :-)
This commit is contained in:
parent
583b8c15a3
commit
623df97af5
@ -1,4 +1,4 @@
|
|||||||
{ pythonPackages }:
|
{ stdenv, pythonPackages }:
|
||||||
|
|
||||||
with pythonPackages;buildPythonPackage rec {
|
with pythonPackages;buildPythonPackage rec {
|
||||||
pname = "devpi-common";
|
pname = "devpi-common";
|
||||||
@ -17,7 +17,7 @@ with pythonPackages;buildPythonPackage rec {
|
|||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/devpi/devpi;
|
homepage = https://github.com/devpi/devpi;
|
||||||
description = "Utilities jointly used by devpi-server and devpi-client";
|
description = "Utilities jointly used by devpi-server and devpi-client";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user