Re: ports/183855: Update port: www/py-selenium Upgrade to 2.37.2

2013-11-11 Thread wg
Synopsis: Update port: www/py-selenium Upgrade to 2.37.2

Responsible-Changed-From-To: freebsd-python->wg
Responsible-Changed-By: wg
Responsible-Changed-When: Mon Nov 11 10:47:47 UTC 2013
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=183855
___
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"


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

2013-11-11 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/183597 python [patch] lang/python27 (and others): fix plist on 11.0-
f ports/183477 python [patch] databases/py-mysql2pgsql dependency fix
a ports/182951 python databases/py-sqlite3: compilation error with Clang
o ports/182433 python [games/py-fife] try fix in 10-CURRENT
o ports/181992 python New port: textproc/py-pdfminer PDF parser and analyzer
f ports/181593 python math/py-numpy maintainer gone
o ports/179558 python Using portupgrade to (forcefully) upgrade devel/py-dis
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
o ports/178094 python math/py-numpy dependency on atlas assumes existing ins
o ports/176714 python games/py-fife: fixed make package
o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor
f ports/170566 python update graphics/py-opengl depends on old version of gc
o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth
o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre
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
f ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR

18 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/183597: [patch] lang/python27 (and others): fix plist on 11.0-CURRENT

2013-11-11 Thread wg
Synopsis: [patch] lang/python27 (and others): fix plist on 11.0-CURRENT

Responsible-Changed-From-To: freebsd-python->wg
Responsible-Changed-By: wg
Responsible-Changed-When: Mon Nov 11 11:55:03 UTC 2013
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=183597
___
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/183862: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile

2013-11-11 Thread edwin
Synopsis: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Nov 11 15:10:10 UTC 2013
Responsible-Changed-Why: 
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=183862
___
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"


systematic issue with PYDISTUTILS_AUTOPLIST

2013-11-11 Thread John Marino
I have discovered at least 3 python ports that use
PYDISTUTILS_AUTOPLIST, and fail to package due to faulty generated plists.

The ports are:
  www/py-flexget
  devel/py-robotframework-ride
  science/py-pydap/

errors seen during repo creation:
> pkg-static: /packages/All/py27-robotframework-ride-1.2.2.txz is not a valid 
> package: no manifest found
> pkg-static: /packages/All/py27-flexget-1.1.148,1.txz is not a valid package: 
> no manifest found
> pkg-static: /packages/All/py27-pydap-3.1.txz is not a valid package: no 
> manifest found

example of errors seen in the log itself:
> ===>  Building package for py27-flexget-1.1.148,1
> pkg-static: fread(): Invalid argument
> pkg-static: fread(): Invalid argument
> [1/1] Deleting py27-flexget-1.1.148,1...pkg-static: 
> unlink(/usr/local/lib/python2.7/site-packages/FlexGet-1.1-py2.7.egg-info): Is 
> a directory

cause:
These are well-known symptoms of having a directory listed in the
pkg-plist as a file.

I checked .PLIST.flattened and .PLIST.pymodtmp after the build:
flexget: /usr/local/lib/python2.7/site-packages/FlexGet-1.1-py2.7.egg-info
pydap:  /usr/local/lib/python2.7/site-packages/Pydap-3.1-py2.7.egg-info
*-ride:
/usr/local/lib/python2.7/site-packages/robotframework_ride-1.2.2-py2.7.egg-info

All three ports had plist listing to an *.egg-info directory.
Whatever is generating that (presumably PYDISTUTILS_AUTOPLIST) is making
an error that renders the binary packages created by pkgng invalid.

I don't think the ports themselves are faulty though.

John
___
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: systematic issue with PYDISTUTILS_AUTOPLIST

2013-11-11 Thread William Grzybowski
We are aware of the issue.

--record option from setup.py is registering a directory whereas it
should not. It is believed the update from distribute to setuptools
will fix this issue, but it is pending an exp-run ports/183726.

On Mon, Nov 11, 2013 at 1:07 PM, John Marino  wrote:
> I have discovered at least 3 python ports that use
> PYDISTUTILS_AUTOPLIST, and fail to package due to faulty generated plists.
>
> The ports are:
>   www/py-flexget
>   devel/py-robotframework-ride
>   science/py-pydap/
>
> errors seen during repo creation:
>> pkg-static: /packages/All/py27-robotframework-ride-1.2.2.txz is not a valid 
>> package: no manifest found
>> pkg-static: /packages/All/py27-flexget-1.1.148,1.txz is not a valid package: 
>> no manifest found
>> pkg-static: /packages/All/py27-pydap-3.1.txz is not a valid package: no 
>> manifest found
>
> example of errors seen in the log itself:
>> ===>  Building package for py27-flexget-1.1.148,1
>> pkg-static: fread(): Invalid argument
>> pkg-static: fread(): Invalid argument
>> [1/1] Deleting py27-flexget-1.1.148,1...pkg-static: 
>> unlink(/usr/local/lib/python2.7/site-packages/FlexGet-1.1-py2.7.egg-info): 
>> Is a directory
>
> cause:
> These are well-known symptoms of having a directory listed in the
> pkg-plist as a file.
>
> I checked .PLIST.flattened and .PLIST.pymodtmp after the build:
> flexget: /usr/local/lib/python2.7/site-packages/FlexGet-1.1-py2.7.egg-info
> pydap:  /usr/local/lib/python2.7/site-packages/Pydap-3.1-py2.7.egg-info
> *-ride:
> /usr/local/lib/python2.7/site-packages/robotframework_ride-1.2.2-py2.7.egg-info
>
> All three ports had plist listing to an *.egg-info directory.
> Whatever is generating that (presumably PYDISTUTILS_AUTOPLIST) is making
> an error that renders the binary packages created by pkgng invalid.
>
> I don't think the ports themselves are faulty though.
>
> John



-- 
William Grzybowski
--
Curitiba/PR - Brasil
___
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/183862: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile

2013-11-11 Thread wg
Synopsis: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile

State-Changed-From-To: open->closed
State-Changed-By: wg
State-Changed-When: Mon Nov 11 16:16:09 UTC 2013
State-Changed-Why: 
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=183862
___
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/183862: commit references a PR

2013-11-11 Thread dfilter service
The following reply was made to PR ports/183862; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/183862: commit references a PR
Date: Mon, 11 Nov 2013 16:16:10 + (UTC)

 Author: wg
 Date: Mon Nov 11 16:16:03 2013
 New Revision: 333518
 URL: http://svnweb.freebsd.org/changeset/ports/333518
 
 Log:
   net/py-gspreadsheet: use easy_install, removing patch
   
   - easy_install now supports staging
   
   PR:  ports/183862
   Submitted by:maintainer
 
 Deleted:
   head/net/py-gspreadsheet/files/
 Modified:
   head/net/py-gspreadsheet/Makefile
 
 Modified: head/net/py-gspreadsheet/Makefile
 ==
 --- head/net/py-gspreadsheet/Makefile  Mon Nov 11 16:04:54 2013
(r333517)
 +++ head/net/py-gspreadsheet/Makefile  Mon Nov 11 16:16:03 2013
(r333518)
 @@ -13,8 +13,9 @@ COMMENT= Wrapper around Google Spreadshe
  LICENSE=  AL2
  
  RUN_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
 +
  USE_PYTHON=   2.7
 -USE_PYDISTUTILS=  yes
 +USE_PYDISTUTILS=  easy_install
  PYDISTUTILS_AUTOPLIST=yes
  
  PORTDOCS= README.rst
 ___
 svn-ports-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org"
 
___
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/183870: [NEW PORT] math/py-patsy: Python package for statistical models and design matrices

2013-11-11 Thread edwin
Synopsis: [NEW PORT] math/py-patsy: Python package for statistical models and 
design matrices

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon Nov 11 19:40:08 UTC 2013
Responsible-Changed-Why: 
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=183870
___
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/183870: [NEW PORT] math/py-patsy: Python package for statistical models and design matrices

2013-11-11 Thread wg
Synopsis: [NEW PORT] math/py-patsy: Python package for statistical models and 
design matrices

Responsible-Changed-From-To: freebsd-python->wg
Responsible-Changed-By: wg
Responsible-Changed-When: Mon Nov 11 20:32:02 UTC 2013
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=183870
___
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"