···
homepage = http://pythonhosted.org/blinker/;
description = "Fast, simple object-to-object and broadcast signaling";
1308
+
maintainers = with maintainers; [ garbas ];
···
4908
+
description = "An open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX";
homepage = http://docutils.sourceforge.net/;
4908
-
description = "An open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX";
4910
+
maintainers = with maintainers; [ garbas ];
···
propagatedBuildInputs = with self; [ six pytz ];
5094
+
description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
homepage = https://github.com/dmdm/feedgenerator-py3k.git;
5093
-
description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
5096
+
maintainers = with maintainers; [ garbas ];
···
sha256 = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb";
6433
-
propagatedBuildInputs = with self; [ self.markupsafe ];
6436
+
propagatedBuildInputs = with self; [ markupsafe ];
homepage = http://jinja.pocoo.org/;
···
an optional sandboxed environment.
platforms = platforms.all;
6445
-
maintainers = with maintainers; [ pierron ];
6448
+
maintainers = with maintainers; [ pierron garbas ];
···
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = http://dev.pocoo.org;
6860
-
maintainers = with maintainers; [ iElectric ];
6862
+
license = licenses.bsd3;
6863
+
maintainers = with maintainers; [ iElectric garbas ];
···
pelican = buildPythonPackage rec {
name = "pelican-${version}";
8437
-
version = "3.5.0";
8440
+
version = "3.6.0";
8441
+
disabled = isPy26;
8439
-
src = pkgs.fetchurl {
8440
-
url = "https://pypi.python.org/packages/source/p/pelican/${name}.tar.gz";
8441
-
sha256 = "0dl8i26sa20iijlg3z9gxn3p6f1d9v44b9742929xfaqwj4amvdp";
8443
+
src = pkgs.fetchFromGitHub {
8444
+
owner = "getpelican";
8447
+
sha256 = "0a9r90d85rn2cvl6yyk6q5i5kwz9igfj8fdwi37zsx4ijhmn2b5j";
8445
-
export LC_ALL="en_US.UTF-8"
8448
-
# Test data not provided
8449
-
#buildInputs = [nose mock];
8452
-
buildInputs = [ pkgs.glibcLocales ];
8450
+
buildInputs = with self; [
propagatedBuildInputs = with self; [
jinja2 pygments docutils pytz unidecode six dateutil feedgenerator
blinker pillow beautifulsoup4 markupsafe
8468
+
sed -i -e "s|'git'|'${pkgs.git}/bin/git'|" pelican/tests/test_pelican.py
8472
+
export LC_ALL="en_US.UTF-8"
8460
-
homepage = http://getpelican.com/;
description = "A tool to generate a static blog from reStructuredText or Markdown input files";
8477
+
homepage = "http://getpelican.com/";
license = licenses.agpl3;
8463
-
maintainers = with maintainers; [ offline prikhi ];
8479
+
maintainers = with maintainers; [ offline prikhi garbas ];
···
homepage = http://pygments.org/;
description = "A generic syntax highlighter";
9638
-
maintainers = with maintainers; [ nckx ];
9654
+
maintainers = with maintainers; [ nckx garbas ];
···
md5 = "6c73c5b668a67fdc116a25b884058ed9";
14194
-
doCheck = !(python.isPypy or false);
14210
+
doCheck = !isPyPy;
propagatedBuildInputs = with self; [ zope_interface zope_exceptions zope_location ];
···
maintainers = with maintainers; [ garbas ];
15908
+
ghp-import = buildPythonPackage rec {
15909
+
version = "0.4.1";
15910
+
name = "ghp-import-${version}";
15911
+
src = pkgs.fetchurl {
15912
+
url = "https://pypi.python.org/packages/source/g/ghp-import/${name}.tar.gz";
15913
+
md5 = "99e018372990c03ab355aa62c34965c5";
15915
+
disabled = isPyPy;
15916
+
buildInputs = [ pkgs.glibcLocales ];
15917
+
preConfigure = ''
15918
+
export LC_ALL="en_US.UTF-8"
15921
+
description = "Copy your docs directly to the gh-pages branch.";
15922
+
homepage = "http://github.com/davisp/ghp-import";
15923
+
license = "Tumbolia Public License";
15924
+
maintainers = with maintainers; [ garbas ];
15928
+
typogrify = buildPythonPackage rec {
15929
+
name = "typogrify-2.0.7";
15930
+
src = pkgs.fetchurl {
15931
+
url = "https://pypi.python.org/packages/source/t/typogrify/${name}.tar.gz";
15932
+
md5 = "63f38f80531996f187d2894cc497ba08";
15934
+
disabled = isPyPy;
15935
+
propagatedBuildInputs = with self; [ smartypants ];
15937
+
description = "Filters to enhance web typography, including support for Django & Jinja templates";
15938
+
homepage = "https://github.com/mintchaos/typogrify";
15939
+
license = licenses.bsd3;
15940
+
maintainers = with maintainers; [ garbas ];
15944
+
smartypants = buildPythonPackage rec {
15945
+
version = "1.8.6";
15946
+
name = "smartypants-${version}";
15947
+
src = pkgs.fetchhg {
15948
+
url = "https://bitbucket.org/livibetter/smartypants.py";
15949
+
rev = "v${version}";
15950
+
sha256 = "1cmzz44d2hm6y8jj2xcq1wfr26760gi7iq92ha8xbhb1axzd7nq6";
15952
+
disabled = isPyPy;
15953
+
buildInputs = with self; [ ]; #docutils pygments ];
15955
+
description = "Python with the SmartyPants";
15956
+
homepage = "https://bitbucket.org/livibetter/smartypants.py";
15957
+
license = licenses.bsd3;
15958
+
maintainers = with maintainers; [ garbas ];