Re: ports/166142: [PATCH] www/py-requests: update to 0.10.8
Synopsis: [PATCH] www/py-requests: update to 0.10.8 State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Fri Mar 30 20:19:56 UTC 2012 State-Changed-Why: Superseded by ports/166252. http://www.freebsd.org/cgi/query-pr.cgi?pr=166142 ___ 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"
[PATCH] devel/py27-freebsd: extend python compatibility to 2.7
>Submitter-Id: current-users >Originator:Jimmy Olgeni >Organization: >Confidential: no >Synopsis: [PATCH] devel/py27-freebsd: extend python compatibility to 2.7 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.2-STABLE amd64 >Environment: System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Oct 12 21:16:42 CEST 2011 >Description: Currently py-freebsd brings in python26 as a dependency, but it seems to work fine with python27 too. Port maintainer (pyt...@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-freebsd-0.9.3_6.patch begins here --- Index: Makefile === RCS file: /home/pcvs/ports/devel/py-freebsd/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile7 Nov 2011 04:24:52 - 1.23 +++ Makefile9 Nov 2011 23:12:07 - @@ -7,7 +7,7 @@ PORTNAME= freebsd PORTVERSION= 0.9.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES=devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ @@ -18,7 +18,7 @@ MAINTAINER=pyt...@freebsd.org COMMENT= Python interface to FreeBSD-specific system libraries -USE_PYTHON=2.5-2.6 +USE_PYTHON=2.5-2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-freebsd --- py27-freebsd-0.9.3_6.patch ends here --- ___ 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: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4]
Hello Irjohn, On Sun, 18 May 2014, Irjohn Junus wrote: John, Thank you for looking at this. Apologies for my late reply it's been crazy busy at work lately. Unrelated, but in the end I had to fix ipython by setting LD_LIBRARY_PATH in the startup scripts (using _GCC_RUNTIME, which is available if you USE_GCC). It's a bit of a hack, but at least the ipython issue should be resolved. -- jimmy ___ 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"