From df2db950fe806ae953b69f29df62c31e604efd88 Mon Sep 17 00:00:00 2001 From: achesak Date: Tue, 12 Aug 2014 20:38:55 -0500 Subject: [PATCH 1/3] Added pythonfile and colorsys. --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 80784ff..08ab507 100644 --- a/packages.json +++ b/packages.json @@ -885,5 +885,23 @@ "description": "eaiser use of OpenGL and GLSL shaders", "license": "MIT", "web": "https://github.com/barcharcraz/Phosphor" + }, + { + "name": "colorsys", + "url": "git://github.com/achesak/nimrod-colorsys", + "method": "git", + "tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"], + "description": "Convert between RGB, YIQ, HLS, and HSV color systems.", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-colorsys" + }, + { + "name": "pythonfile", + "url: "git//github.com/achesak/nimrod-pythonfile", + "method": "git", + "tags": ["library", "python", "files", "file"], + "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-pythonfile" } ] From bac77d5ab9a67f7eca3f7f8bbe13e439fe7aa87f Mon Sep 17 00:00:00 2001 From: achesak Date: Tue, 12 Aug 2014 20:40:30 -0500 Subject: [PATCH 2/3] Fixed URL. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 08ab507..27e05b1 100644 --- a/packages.json +++ b/packages.json @@ -897,7 +897,7 @@ }, { "name": "pythonfile", - "url: "git//github.com/achesak/nimrod-pythonfile", + "url: "git://github.com/achesak/nimrod-pythonfile", "method": "git", "tags": ["library", "python", "files", "file"], "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python", From 6ad8d369de217eaa93bcb9fcf6d04c47615c2c11 Mon Sep 17 00:00:00 2001 From: achesak Date: Tue, 12 Aug 2014 20:41:11 -0500 Subject: [PATCH 3/3] Oops. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 27e05b1..778b71a 100644 --- a/packages.json +++ b/packages.json @@ -897,7 +897,7 @@ }, { "name": "pythonfile", - "url: "git://github.com/achesak/nimrod-pythonfile", + "url": "git://github.com/achesak/nimrod-pythonfile", "method": "git", "tags": ["library", "python", "files", "file"], "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python",