summaryrefslogtreecommitdiff
path: root/pcr/python-pelican/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-15 12:52:42 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-15 12:52:42 -0300
commit2f98bf7ce1267a44721d2557f3312657c7e79cd1 (patch)
tree4a5a167d87e4c12691b5282234a3f6930c6f6a64 /pcr/python-pelican/PKGBUILD
parentd6451859a3097970736574146474a3c605175b31 (diff)
parent4ff90790fef897eef804cb8c48684d7ea1aed79b (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/python-pelican/PKGBUILD')
-rw-r--r--pcr/python-pelican/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/python-pelican/PKGBUILD b/pcr/python-pelican/PKGBUILD
new file mode 100644
index 000000000..6d250a014
--- /dev/null
+++ b/pcr/python-pelican/PKGBUILD
@@ -0,0 +1,20 @@
+pkgname=python-pelican
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Static blog generator"
+arch=("any")
+url="http://getpelican.com/"
+license=('AGPL3')
+depends=('python' 'python-feedgenerator' 'python-jinja' 'python-pygments'
+ 'python-docutils' 'python-pytz' 'python-blinker' 'python-unidecode'
+ 'python-six' 'python-distribute')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/p/pelican/pelican-$pkgver.tar.gz")
+md5sums=('cf9af2669dbd84c3e83b546b70b1a78c')
+
+package() {
+ cd "$srcdir/pelican-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: