Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/python-modules/constantly/default.nix

19 lines
424 B
Nix
Raw Normal View History

pythonPackages: remove `name` attribute` The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 15:27:58 +02:00
{ stdenv, buildPythonPackage, fetchPypi
pythonPackages.constantly: init at 15.1.0
2017-04-26 14:26:34 +02:00
}:
buildPythonPackage rec {
Python: add pname attributes to libraries so that we can use the update script.
2017-05-27 11:25:35 +02:00
pname = "constantly";
pythonPackages.constantly: init at 15.1.0
2017-04-26 14:26:34 +02:00
version = "15.1.0";
pythonPackages: remove `name` attribute` The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 15:27:58 +02:00
src = fetchPypi {
inherit pname version;
pythonPackages.constantly: init at 15.1.0
2017-04-26 14:26:34 +02:00
sha256 = "0dgwdla5kfpqz83hfril716inm41hgn9skxskvi77605jbmp4qsq";
};
meta = with stdenv.lib; {
homepage = https://github.com/twisted/constantly;
description = "symbolic constant support";
license = licenses.mit;
maintainers = [ ];
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 993ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API