···
homepage = http://pythonhosted.org/blinker/;
description = "Fast, simple object-to-object and broadcast signaling";
+
maintainers = with maintainers; [ garbas ];
···
+
description = "An open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX";
homepage = http://docutils.sourceforge.net/;
+
maintainers = with maintainers; [ garbas ];
···
propagatedBuildInputs = with self; [ six pytz ];
+
description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
homepage = https://github.com/dmdm/feedgenerator-py3k.git;
+
maintainers = with maintainers; [ garbas ];
···
sha256 = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb";
+
propagatedBuildInputs = with self; [ markupsafe ];
homepage = http://jinja.pocoo.org/;
···
an optional sandboxed environment.
platforms = platforms.all;
+
maintainers = with maintainers; [ pierron garbas ];
···
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = http://dev.pocoo.org;
+
license = licenses.bsd3;
+
maintainers = with maintainers; [ iElectric garbas ];
···
pelican = buildPythonPackage rec {
name = "pelican-${version}";
+
src = pkgs.fetchFromGitHub {
+
sha256 = "0a9r90d85rn2cvl6yyk6q5i5kwz9igfj8fdwi37zsx4ijhmn2b5j";
+
buildInputs = with self; [
propagatedBuildInputs = with self; [
jinja2 pygments docutils pytz unidecode six dateutil feedgenerator
blinker pillow beautifulsoup4 markupsafe
+
sed -i -e "s|'git'|'${pkgs.git}/bin/git'|" pelican/tests/test_pelican.py
+
export LC_ALL="en_US.UTF-8"
description = "A tool to generate a static blog from reStructuredText or Markdown input files";
+
homepage = "http://getpelican.com/";
license = licenses.agpl3;
+
maintainers = with maintainers; [ offline prikhi garbas ];
···
homepage = http://pygments.org/;
description = "A generic syntax highlighter";
+
maintainers = with maintainers; [ nckx garbas ];
···
md5 = "6c73c5b668a67fdc116a25b884058ed9";
propagatedBuildInputs = with self; [ zope_interface zope_exceptions zope_location ];
···
maintainers = with maintainers; [ garbas ];
+
ghp-import = buildPythonPackage rec {
+
name = "ghp-import-${version}";
+
url = "https://pypi.python.org/packages/source/g/ghp-import/${name}.tar.gz";
+
md5 = "99e018372990c03ab355aa62c34965c5";
+
buildInputs = [ pkgs.glibcLocales ];
+
export LC_ALL="en_US.UTF-8"
+
description = "Copy your docs directly to the gh-pages branch.";
+
homepage = "http://github.com/davisp/ghp-import";
+
license = "Tumbolia Public License";
+
maintainers = with maintainers; [ garbas ];
+
typogrify = buildPythonPackage rec {
+
name = "typogrify-2.0.7";
+
url = "https://pypi.python.org/packages/source/t/typogrify/${name}.tar.gz";
+
md5 = "63f38f80531996f187d2894cc497ba08";
+
propagatedBuildInputs = with self; [ smartypants ];
+
description = "Filters to enhance web typography, including support for Django & Jinja templates";
+
homepage = "https://github.com/mintchaos/typogrify";
+
license = licenses.bsd3;
+
maintainers = with maintainers; [ garbas ];
+
smartypants = buildPythonPackage rec {
+
name = "smartypants-${version}";
+
url = "https://bitbucket.org/livibetter/smartypants.py";
+
sha256 = "1cmzz44d2hm6y8jj2xcq1wfr26760gi7iq92ha8xbhb1axzd7nq6";
+
buildInputs = with self; [ ]; #docutils pygments ];
+
description = "Python with the SmartyPants";
+
homepage = "https://bitbucket.org/livibetter/smartypants.py";
+
license = licenses.bsd3;
+
maintainers = with maintainers; [ garbas ];