diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2017-10-05 18:19:09 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2017-10-05 18:19:09 +0000 |
| commit | 2d19dba0d0bde2a1091266e48cd931b49227602a (patch) | |
| tree | b462a54419b7ff0921f79bef0bb87ff8e480357b /graphics/py3-cairo/files | |
| parent | www/trac-privatetickets: Update from 2.1.0 to 2.2.0 (diff) | |
Update cairo python bindings to 1.14.1.
* Update MASTER_SITE and WWW to point the new home
* Build from the same distfile
* Use python distutils to build the port instead of waf
* Drop stale MCom $Id
* Add license
Obtained from: gnome devel repo
Notes
Notes:
svn path=/head/; revision=451329
Diffstat (limited to 'graphics/py3-cairo/files')
| -rw-r--r-- | graphics/py3-cairo/files/patch-wscript | 11 | ||||
| -rw-r--r-- | graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_4.patch | 11 | ||||
| -rw-r--r-- | graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_5.patch | 10 |
3 files changed, 0 insertions, 32 deletions
diff --git a/graphics/py3-cairo/files/patch-wscript b/graphics/py3-cairo/files/patch-wscript deleted file mode 100644 index bda769817c34..000000000000 --- a/graphics/py3-cairo/files/patch-wscript +++ /dev/null @@ -1,11 +0,0 @@ ---- wscript.orig 2013-09-30 23:39:53.000000000 +0200 -+++ wscript 2013-09-30 23:40:40.000000000 +0200 -@@ -61,7 +61,7 @@ - 'prefix' : ctx.env['PREFIX'], - 'includedir': os.path.join(ctx.env['PREFIX'], 'include'), - }, -- install_path = os.path.join(ctx.env['LIBDIR'], 'pkgconfig'), -+ install_path = os.path.join(ctx.env['PREFIX'], 'libdata', 'pkgconfig'), - ) - - diff --git a/graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_4.patch b/graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_4.patch deleted file mode 100644 index 6e79db9ba272..000000000000 --- a/graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/waflib/Tools/python.py -+++ b/waflib/Tools/python.py -@@ -169,7 +169,7 @@ - conf.find_program('python-config-%s'%num,var='PYTHON_CONFIG',mandatory=False) - includes=[] - if conf.env.PYTHON_CONFIG: -- for incstr in conf.cmd_and_log(conf.env.PYTHON+[conf.env.PYTHON_CONFIG,'--includes']).strip().split(): -+ for incstr in conf.cmd_and_log([conf.env.PYTHON_CONFIG,'--includes']).strip().split(): - if(incstr.startswith('-I')or incstr.startswith('/I')): - incstr=incstr[2:] - if incstr not in includes: diff --git a/graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_5.patch b/graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_5.patch deleted file mode 100644 index dcfdbea2fbdc..000000000000 --- a/graphics/py3-cairo/files/pycairo-1.10.0-waf-py3_5.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/waflib/Build.py -+++ b/waflib/Build.py -@@ -151,6 +151,7 @@ class BuildContext(Context.Context): - f.close() - self.init_dirs() - def store(self): -+ return - data={} - for x in SAVED_ATTRS: - data[x]=getattr(self,x) |
