pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx Note py-jinja dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bf52b1b37dc
branches:  trunk
changeset: 553876:2bf52b1b37dc
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Feb 02 09:44:44 2009 +0000

description:
Note py-jinja dependency.
pkgsrc's docutils doesn't install an egg-info so dont note the requirement
in this egg-info as it wont be detected.
Bump PKGREVISION.

diffstat:

 textproc/py-sphinx/Makefile         |   4 +++-
 textproc/py-sphinx/distinfo         |   3 ++-
 textproc/py-sphinx/patches/patch-aa |  15 +++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diffs (51 lines):

diff -r 88d725433766 -r 2bf52b1b37dc textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Mon Feb 02 09:37:21 2009 +0000
+++ b/textproc/py-sphinx/Makefile       Mon Feb 02 09:44:44 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/31 05:31:13 markd Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/02 09:44:44 markd Exp $
 #
 
 DISTNAME=      Sphinx-0.5.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  http://pypi.python.org/packages/source/S/Sphinx/
@@ -13,6 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.4:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-jinja>=1.1:../../textproc/py-jinja
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments
 
 .include "../../lang/python/egg.mk"
diff -r 88d725433766 -r 2bf52b1b37dc textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Mon Feb 02 09:37:21 2009 +0000
+++ b/textproc/py-sphinx/distinfo       Mon Feb 02 09:44:44 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/31 05:31:13 markd Exp $
+$NetBSD: distinfo,v 1.2 2009/02/02 09:44:44 markd Exp $
 
 SHA1 (Sphinx-0.5.1.tar.gz) = 77d53689391d8e8086f373ce4bbb8828a6ca2d7f
 RMD160 (Sphinx-0.5.1.tar.gz) = 53cc1dcb57c36ba5fcfb1c0c76ded95c419c4058
 Size (Sphinx-0.5.1.tar.gz) = 722568 bytes
+SHA1 (patch-aa) = 206b12e22310fb1172363afe91182851efe89eb3
diff -r 88d725433766 -r 2bf52b1b37dc textproc/py-sphinx/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx/patches/patch-aa       Mon Feb 02 09:44:44 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2009/02/02 09:44:44 markd Exp $
+
+pkgsrc's docutils doesn't install an egg-info
+
+--- setup.py.orig      2008-11-24 07:12:48.000000000 +1300
++++ setup.py
+@@ -42,7 +42,7 @@ if sys.version_info < (2, 4):
+     print 'ERROR: Sphinx requires at least Python 2.4 to run.'
+     sys.exit(1)
+ 
+-if sys.version_info < (2, 5):
++if sys.version_info < (2, 6):
+     # Python 2.4's distutils doesn't automatically install an egg-info,
+     # so an existing docutils install won't be detected -- in that case,
+     # remove the dependency from setup.py



Home | Main Index | Thread Index | Old Index