diff options
author | darcy <darcy> | 2016-01-07 15:14:26 +0000 |
---|---|---|
committer | darcy <darcy> | 2016-01-07 15:14:26 +0000 |
commit | 7b6dbc9265ee06c02ccf11c1f5dd34e38d7dcfe3 (patch) | |
tree | e7c92a7bfbe49401910ecdecaa7a19a6db962e48 | |
parent | 1df09891e4aa0c274b5525aff1369c3ab1de8d6e (diff) | |
download | pkgsrc-7b6dbc9265ee06c02ccf11c1f5dd34e38d7dcfe3.tar.gz |
Update to version 1.7.1.
Patch no longer needed for Python 3.x.
-rw-r--r-- | textproc/py-sphinx-theme-cloud/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinx-theme-cloud/distinfo | 11 | ||||
-rw-r--r-- | textproc/py-sphinx-theme-cloud/patches/patch-cloud_sptheme.make_helper.py | 74 |
3 files changed, 7 insertions, 82 deletions
diff --git a/textproc/py-sphinx-theme-cloud/Makefile b/textproc/py-sphinx-theme-cloud/Makefile index 1a86e8d8277..6f24d358735 100644 --- a/textproc/py-sphinx-theme-cloud/Makefile +++ b/textproc/py-sphinx-theme-cloud/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/01/07 15:14:26 darcy Exp $ DISTNAME= cloud_sptheme-${VERSION} PKGNAME= ${PYPKGPREFIX}sphinx-theme-cloud-${VERSION} -VERSION= 1.5 +VERSION= 1.7.1 CATEGORIES= textproc python MASTER_SITES= http://pypi.python.org/packages/source/c/cloud_sptheme/ diff --git a/textproc/py-sphinx-theme-cloud/distinfo b/textproc/py-sphinx-theme-cloud/distinfo index 2b91e85c5ce..1c0b8f0d72b 100644 --- a/textproc/py-sphinx-theme-cloud/distinfo +++ b/textproc/py-sphinx-theme-cloud/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 02:00:04 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/01/07 15:14:26 darcy Exp $ -SHA1 (cloud_sptheme-1.5.tar.gz) = c0b76e26296ba6897ed4ba262a7aabc879b29e8e -RMD160 (cloud_sptheme-1.5.tar.gz) = 7f7e49aca840eb7623d6511a86e47a2730f323a3 -SHA512 (cloud_sptheme-1.5.tar.gz) = 8c28c86f659447447eed64a90b872c04f94f1efcd6615f15ef8836c39674233fce34df8fe226f49f2142ce43c0a3daca2c1666c860e98ce5d66ac269c398d2c2 -Size (cloud_sptheme-1.5.tar.gz) = 391221 bytes -SHA1 (patch-cloud_sptheme.make_helper.py) = 49bbea0ab44ab53757a89fb23b877bcf54a9a848 +SHA1 (cloud_sptheme-1.7.1.tar.gz) = c958224970376e43a2fbb7cecc63fe9df8753eff +RMD160 (cloud_sptheme-1.7.1.tar.gz) = eed8bcb53e0cd6bb7ce9bc0e385165c63a061a19 +SHA512 (cloud_sptheme-1.7.1.tar.gz) = 364e32d5b43ce673b2269a3bb84ea1e8560a9811d08a4857222f2b2fea3f7fd988daa729c09529f0c0b3fc66e15a845fad74c0b3fe1a629785dd1d56b4dfebd5 +Size (cloud_sptheme-1.7.1.tar.gz) = 103871 bytes diff --git a/textproc/py-sphinx-theme-cloud/patches/patch-cloud_sptheme.make_helper.py b/textproc/py-sphinx-theme-cloud/patches/patch-cloud_sptheme.make_helper.py deleted file mode 100644 index a5c28f925a6..00000000000 --- a/textproc/py-sphinx-theme-cloud/patches/patch-cloud_sptheme.make_helper.py +++ /dev/null @@ -1,74 +0,0 @@ -$NetBSD: patch-cloud_sptheme.make_helper.py,v 1.1 2012/12/20 13:32:34 darcy Exp $ - -- Wrap print string in parens to allow compiling by Python 3.x - ---- cloud_sptheme/make_helper.py.orig 2012-07-31 18:11:55.000000000 +0000 -+++ cloud_sptheme/make_helper.py -@@ -150,16 +150,16 @@ class SphinxMaker(object): - #targets - #=============================================================== - def target_help(self): -- print "Please use \`make <target>' where <target> is one of" -- print " clean remove all compiled files" -- print " html to make standalone HTML files" -- print " servehtml to serve standalone HTML files on port 8000" --# print " pickle to make pickle files" --# print " json to make JSON files" -- print " htmlhelp to make HTML files and a HTML help project" --# print " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" --# print " changes to make an overview over all changed/added/deprecated items" --# print " linkcheck to check all external links for integrity" -+ print ("Please use \`make <target>' where <target> is one of") -+ print (" clean remove all compiled files") -+ print (" html to make standalone HTML files") -+ print (" servehtml to serve standalone HTML files on port 8000") -+# print (" pickle to make pickle files") -+# print (" json to make JSON files") -+ print (" htmlhelp to make HTML files and a HTML help project") -+# print (" latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter") -+# print (" changes to make an overview over all changed/added/deprecated items") -+# print (" linkcheck to check all external links for integrity") - - def target_clean(self): - rmpath(self.BUILD) -@@ -182,7 +182,7 @@ class SphinxMaker(object): - # fall back to stdlib server - import SimpleHTTPServer as s - os.chdir(path) -- print "Serving files from %r on port %r" % (path, port) -+ print ("Serving files from %r on port %r" % (path, port)) - s.BaseHTTPServer.HTTPServer(('',port), s.SimpleHTTPRequestHandler).serve_forever() - else: - serve(StaticURLParser(path), host="0.0.0.0", port=port) -@@ -191,8 +191,8 @@ class SphinxMaker(object): - - ##def target_latex(self): - ## build("latex") -- ## print "Run \`make all-pdf' or \`make all-ps' in that directory to" \ -- ## "run these through (pdf)latex." -+ ## print ("Run \`make all-pdf' or \`make all-ps' in that directory to" -+ ## "run these through (pdf)latex.") - ## - ##def target_pdf(): - ## assert os.name == "posix", "pdf build support not automated for your os" -@@ -200,7 +200,7 @@ class SphinxMaker(object): - ## target = BUILD / "latex" - ## target.chdir() - ## subprocess.call(['make', 'all-pdf']) -- ## print "pdf built" -+ ## print ("pdf built") - - #=============================================================== - #helpers -@@ -217,9 +217,9 @@ class SphinxMaker(object): - - rc = subprocess.call([self.SPHINXBUILD, "-b", name] + ALLSPHINXOPTS + [ target ]) - if rc: -- print "Sphinx-Build returned error, exiting." -+ print ("Sphinx-Build returned error, exiting.") - sys.exit(rc) -- print "Build finished. The %s pages are in %r." % (name, target,) -+ print ("Build finished. The %s pages are in %r." % (name, target,)) - return target - - def get_paper_opts(self): |