Summary: | [PATCH] database/py-postgresql: new port version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | William Grzybowski <william88> | ||||||
Component: | Individual Port(s) | Assignee: | Nicola Vitale <nivit> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
William Grzybowski
2012-05-04 02:40:07 UTC
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) Hi, Did you test it with python-3.2.3 in portstree ? wen On Thu, May 3, 2012 at 11:08 PM, wen heping <wenheping@gmail.com> wrote: > Hi, > > =A0 =A0Did you test it with python-3.2.3 in portstree ? No, not really. I'll do later today and I'll get back to you. Thanks --=20 William Grzybowski Hi all. Sorry about not updating port, not using it anymore... I've compiled updated patch, the one that removes everything upon deinstallation. Side notes: don't move away PYDISTUTILS_EGGINFO, it sits there for one purpose - generating correct PLIST line for .egg-info file. I've tested that on my machine: FreeBSD green.tandem.local 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri May 4 11:55:53 EEST 2012 arcade@green.tandem.local:/usr/obj/usr/src/sys/MINIMAL amd64 with python: > python3.2 Python 3.2.3 (default, Apr 12 2012, 09:45:20) [GCC 4.2.1 Compatible FreeBSD Clang 3.0 (tags/RELEASE_30/final 145349)] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. -- Sphinx of black quartz judge my vow. On Fri, May 4, 2012 at 9:03 AM, Volodymyr Kostyrko <c.kworr@gmail.com> wrot= e: > Hi all. > > Sorry about not updating port, not using it anymore... > > I've compiled updated patch, the one that removes everything upon > deinstallation. Won't that break for python 3.1? Or we just care for python 3.2? Just wondering, I'm new on this... --=20 William Grzybowski ------------------------------------------ Ag=EAncia Livre - www.agencialivre.com.br Curitiba/PR - Brasil William Grzybowski wrote: > On Fri, May 4, 2012 at 9:03 AM, Volodymyr Kostyrko<c.kworr@gmail.com> wrote: >> Hi all. >> >> Sorry about not updating port, not using it anymore... >> >> I've compiled updated patch, the one that removes everything upon >> deinstallation. > > Won't that break for python 3.1? Everything I have changed is about removing compiled files upon deinstallation. It should build for 3.1 as well but deinstallation wouldn't be pretty... I'll retest with 3.1. > Or we just care for python 3.2? Dunno, I'm just tracking it as it is labelled "stable". There's no huge changes from 3.1 though. > Just wondering, I'm new on this... As I am. :) -- Sphinx of black quartz judge my vow. William Grzybowski wrote: > On Fri, May 4, 2012 at 9:03 AM, Volodymyr Kostyrko<c.kworr@gmail.com> wrote: >> Hi all. >> >> Sorry about not updating port, not using it anymore... >> >> I've compiled updated patch, the one that removes everything upon >> deinstallation. > > Won't that break for python 3.1? Ok, here you go. This patch should work for both python32 and python31. Tested on: > python3.1 Python 3.1.5 (default, May 4 2012, 15:52:36) [GCC 4.2.1 Compatible FreeBSD Clang 3.0 (tags/RELEASE_30/final 145349)] on freebsd9 Build on redports pending: https://redports.org/buildarchive/20120504132315-13845/ -- Sphinx of black quartz judge my vow. Responsible Changed From-To: freebsd-python->nivit I will take it. nivit 2012-07-09 20:13:29 UTC FreeBSD ports repository Modified files: databases/py-postgresql Makefile distinfo pkg-plist Log: - Update to 1.0.4 [1] - Fix pkg-plist when Python version >= 3.2 (solution approved by maintainer via private email) PR: ports/167569 Submitted by: William Grzybowski <william88 at gmail.com> Approved by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer) Revision Changes Path 1.5 +22 -3 ports/databases/py-postgresql/Makefile 1.6 +2 -2 ports/databases/py-postgresql/distinfo 1.4 +3 -7 ports/databases/py-postgresql/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed (with some changes approved by maintainer via private email). Thanks! |