Current problem reports assigned to freebsd-python@FreeBSD.org

2013-10-14 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/182952 python [PATCH] lang/python wrong cflags in python-config on s
o ports/182951 python databases/py-sqlite3: compilation error with Clang
o ports/182933 python [maintainer-update] devel/py-jmespath - update to 0.0.
o ports/182500 python New Port: sysutils/py-halite (WebUI for sysutils/py-sa
o ports/182496 python maintainer update: sysutils/py-salt
o ports/182433 python [games/py-fife] try fix in 10-CURRENT
o ports/182392 python make math/py-graphtool (does not build)
o ports/182332 python python packages install packed eggs which makes them u
o ports/182327 python multimedia/py-kaa-base: fix build problem
o ports/182313 python [new port] finance/py-stripe: Python bindings for the 
f ports/182200 python mail/pyzor: missing dependency databases/py-gdbm
o ports/181992 python New port: textproc/py-pdfminer PDF parser and analyzer
o ports/181991 python (new port) databases/py-Pyrseas: tool for database sch
o ports/181981 python databases/py-mysql2pgsql: fix building, add missed dep
o ports/181612 python [New Port] devel/py-glob2
f ports/181593 python math/py-numpy maintainer gone
o ports/180464 python [patch] Update astro/py-pyfits to 3.1.2
o ports/180165 python [PATCH] devel/py27-distribute: Fix install and deinsta
o ports/179558 python Using portupgrade to (forcefully) upgrade devel/py-dis
o ports/178748 python [patch] lang/python27: dbm module fails to build
o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent
o ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST
f ports/178094 python math/py-numpy dependency on atlas assumes existing ins
o ports/176714 python games/py-fife: fixed make package
o ports/171584 python lang/python32 built in a clean enviroment produces a p
o ports/171246 python [patch] lang/python27: make python curses module work 
o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor
o ports/170566 python update graphics/py-opengl depends on old version of gc
f ports/167530 python [patch] security/py-fail2ban will never ever start wit
o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre
f ports/165545 python [patch]: net-mgmt/collectd5 doesn't compile against la
o ports/163467 python lang/python27: Ports using python 2.7 and "waf" interm
o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX
f ports/154209 python [PATCH] lang/python: Install symlink for ptags
o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR
o ports/146823 python [patch] lang/python26: knob to build _ctypes module ag

36 problems total.

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/182496: maintainer update: sysutils/py-salt

2013-10-14 Thread Mike Carlson
The following reply was made to PR ports/182496; it has been noted by GNATS.

From: Mike Carlson 
To: bug-follo...@freebsd.org, christer.edwa...@gmail.com
Cc:  
Subject: Re: ports/182496: maintainer update: sysutils/py-salt
Date: Mon, 14 Oct 2013 10:43:03 -0700

 This is a cryptographically signed message in MIME format.
 
 --ms010600080706010708050202
 Content-Type: multipart/alternative;
  boundary="070203010902060603070003"
 
 This is a multi-part message in MIME format.
 --070203010902060603070003
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: quoted-printable
 
 The patch for setup.py fails (as of today), the first patch block:
 
 --- ./setup.py.orig2013-03-19 08:58:34.0 +0400
 +++ ./setup.py2013-03-20 20:15:36.0 +0400
 @@ -156,7 +156,7 @@
   if 'SYSCONFDIR' in os.environ:
   etc_path =3D os.environ['SYSCONFDIR']
   else:
 -etc_path =3D os.path.join(os.path.dirname(PREFIX), 'etc')
 +etc_path =3D os.path.join('%%PREFIX%%', 'etc')
 
   with open(salt_reqs) as f:
   lines =3D f.read().split('\n')
 
 Once removed, the port built file with this patch-setup.py:
 
 --- ./setup.py.orig2013-03-19 08:58:34.0 +0400
 +++ ./setup.py2013-03-20 20:15:36.0 +0400
 @@ -209,7 +209,7 @@
'salt.utils',
],
   'package_data': {'salt.modules': ['rh_ip/*.jinja']}=
 ,
 -'data_files': [('share/man/man1',
 +'data_files': [('man/man1',
 ['doc/man/salt-master.1',
'doc/man/salt-key.1',
'doc/man/salt.1',
 @@ -219,7 +219,7 @@
'doc/man/salt-run.1',
 'doc/man/salt-minion.1',
]),
 -   ('share/man/man7', ['doc/man/salt.7']=
 ),
 +   ('man/man7', ['doc/man/salt.7']),
  ],
   # Required for esky builds
   'install_requires': requirements,
 
 
 
 --070203010902060603070003
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 
   
 
   
   
 The patch for setup.py fails (as of today), the first patch block:
 
 
  --- ./setup.py.orig    2013-03-19
 08:58:34.0 +0400
   +++ ./setup.py    2013-03-20 20:15:36.0=
  +0400
   @@ -156,7 +156,7 @@
    if 'SYSCONFDIR' in os.environ:
    etc_path =3D os.environ['SYSCONFD=
 IR']
    else:
   -    etc_path =3D os.path.join(os.path.dirn=
 ame(PREFIX),
 'etc')
   +    etc_path =3D os.path.join('%%PREFIX%%'=
 , 'etc')
    
    with open(salt_reqs) as f:
    lines =3D f.read().split('\n')
 
 Once removed, the port built file with this patch-setup.py:
 
 --- ./setup.py.orig    2013-03-19 08:5=
 8:34.0
 +0400
   +++ ./setup.py    2013-03-20 20:15:36.0=
  +0400
   @@ -209,7 +209,7 @@
    &nbs=
 p;=
 ;    'salt.utils',
    &nbs=
 p;=
 ;    ],
    &nbs=
 p;   'package_data': {'salt.modules':
 ['rh_ip/*.jinja']},
   - &nb=
 sp;  'data_files': [('share/man/man1',<=
 tt>
   + &nb=
 sp;  'data_files': [('man/man1',
    &nbs=
 p;=
 ;  
 ['doc/man/salt-master.1',
    &nbs=
 p;=
 ;    'doc/=
 man/salt-key.1',
    &nbs=
 p;=
 ;    'doc/=
 man/salt.1',
   @@ -219,7 +219,7 @@
    &nbs=
 p;=
 ;    'doc/=
 man/salt-run.1',
    &nbs=
 p;=
 ;   
 'doc/man/salt-minion.1',
    &nbs=
 p;=
 ;    ]),
   - &nb=
 sp;   &nbs=
 p; ('share/man/man7',
 ['doc/man/salt.7']),
   + &nb=
 sp;   &nbs=
 p; ('man/man7',
 ['doc/man/salt.7']),
    &nbs=
 p;=
 ;  ],
    &nbs=
 p;   # Required for esky builds
    &nbs=
 p;   'install_requires': requirements,<=
 /tt>
   
 
   
 
 
 --070203010902060603070003--
 
 --ms010600080706010708050202
 Content-Type: application/pkcs7-signature; name="smime.p7s"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="smime.p7s"
 Content-Description: S/MIME Cryptographic Signature
 
 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIITIjCC
 BhwwggQEoAMCAQICCGWP9DPVdj3ZMA0GCSqGSIb3DQEBCwUAMEsxDzANBgNVBAMMBlJvb3RD
 QTEWMBQGA1UECgwNQmF5IFBob3RvIExhYjETMBEGA1UECAwKQ2FsaWZvcm5