pythonPackages.twitter-common-*: add meta
I'd like to share the common meta fields across all of them but it didn't seem worth it.
This commit is contained in:
parent
4494b18fe4
commit
3e7dffd2b3
@ -26063,6 +26063,13 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ twitter-common-lang ];
|
propagatedBuildInputs = with self; [ twitter-common-lang ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Twitter's common collections";
|
||||||
|
homepage = "https://twitter.github.io/commons/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
twitter-common-confluence = buildPythonPackage rec {
|
twitter-common-confluence = buildPythonPackage rec {
|
||||||
@ -26076,6 +26083,13 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ twitter-common-log ];
|
propagatedBuildInputs = with self; [ twitter-common-log ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Twitter's API to the confluence wiki";
|
||||||
|
homepage = "https://twitter.github.io/commons/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
twitter-common-dirutil = buildPythonPackage rec {
|
twitter-common-dirutil = buildPythonPackage rec {
|
||||||
@ -26089,6 +26103,13 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ twitter-common-lang ];
|
propagatedBuildInputs = with self; [ twitter-common-lang ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Utilities for manipulating and finding files and directories";
|
||||||
|
homepage = "https://twitter.github.io/commons/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
twitter-common-lang = buildPythonPackage rec {
|
twitter-common-lang = buildPythonPackage rec {
|
||||||
@ -26100,6 +26121,13 @@ in {
|
|||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1l8fmnsrx7hgg3ivslg588rnl9n1gfjn2w6224fr8rs7zmkd5lan";
|
sha256 = "1l8fmnsrx7hgg3ivslg588rnl9n1gfjn2w6224fr8rs7zmkd5lan";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Twitter's 2.x / 3.x compatibility swiss-army knife";
|
||||||
|
homepage = "https://twitter.github.io/commons/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
twitter-common-log = buildPythonPackage rec {
|
twitter-common-log = buildPythonPackage rec {
|
||||||
@ -26113,6 +26141,13 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ twitter-common-options twitter-common-dirutil ];
|
propagatedBuildInputs = with self; [ twitter-common-options twitter-common-dirutil ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Twitter's common logging library";
|
||||||
|
homepage = "https://twitter.github.io/commons/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
twitter-common-options = buildPythonPackage rec {
|
twitter-common-options = buildPythonPackage rec {
|
||||||
@ -26124,6 +26159,13 @@ in {
|
|||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0d1czag5mcxg0vcnlklspl2dvdab9kmznsycj04d3vggi158ljrd";
|
sha256 = "0d1czag5mcxg0vcnlklspl2dvdab9kmznsycj04d3vggi158ljrd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Twitter's optparse wrapper";
|
||||||
|
homepage = "https://twitter.github.io/commons/";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
twine = buildPythonPackage rec {
|
twine = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user