summaryrefslogtreecommitdiff
path: root/textproc/py-alabaster/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-17 13:38:25 +0000
committerwiz <wiz>2016-01-17 13:38:25 +0000
commit92f2966479c84ca59fe0e597b22013b2b1e74102 (patch)
tree96009c433c5a36d79b1ac73700e71f7a6b13e02e /textproc/py-alabaster/Makefile
parent94254153687c8e4cb666d5b9d7f1d4ef7d74635f (diff)
downloadpkgsrc-92f2966479c84ca59fe0e597b22013b2b1e74102.tar.gz
Import py-alabaster-0.7.7 as textproc/py-alabaster.
A configurable sidebar-enabled Sphinx theme Packaged for wip by kamelderouiche.
Diffstat (limited to 'textproc/py-alabaster/Makefile')
-rw-r--r--textproc/py-alabaster/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/py-alabaster/Makefile b/textproc/py-alabaster/Makefile
new file mode 100644
index 00000000000..e4474dc4025
--- /dev/null
+++ b/textproc/py-alabaster/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/01/17 13:38:25 wiz Exp $
+
+DISTNAME= alabaster-0.7.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/alabaster/}
+
+MAINTAINER= kamelderouiche@yahoo.com
+HOMEPAGE= https://github.com/bitprophet/alabaster
+COMMENT= Configurable sidebar-enabled Sphinx theme
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"