Bug 166827 - [UPDATE] databases/py-sqlalchemy to 0.7.6
Summary: [UPDATE] databases/py-sqlalchemy to 0.7.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 20:40 UTC by Olivier Duchateau
Modified: 2012-05-01 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.31 KB, patch)
2012-04-10 20:40 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2012-04-10 20:40:01 UTC
- Update to 0.7.6
- Add PR163884, http://www.FreeBSD.org/cgi/query-pr.cgi?pr=163884 and enhance support of MySQL with Python3
- Add PR166512, http://www.FreeBSD.org/cgi/query-pr.cgi?pr=166512

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-10 20:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-01 14:28:19 UTC
nivit       2012-05-01 13:28:10 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-sqlalchemy Makefile distinfo pkg-plist 
  Added files:
    databases/py-sqlalchemy/files patch-setup.py 
  Log:
  - Update to 0.7.6
  - Add databases/py-pymysql to RUN_DEPENDS when the Python
    version is >= 3.0. I have temporarily commented that code,
    because PyMySQL requires a 2to3 step to build with Python3
  - Add files/patch-setup.py
  - Fix a typo in MYSQL option
  
  PR:             ports/166827
  Submitted by:   Olivier Duchateau <duchateau.olivier at gmail.com>
  
  Revision  Changes    Path
  1.45      +13 -6     ports/databases/py-sqlalchemy/Makefile
  1.34      +2 -2      ports/databases/py-sqlalchemy/distinfo
  1.1       +12 -0     ports/databases/py-sqlalchemy/files/patch-setup.py (new)
  1.20      +7 -1      ports/databases/py-sqlalchemy/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"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2012-05-01 14:28:43 UTC
State Changed
From-To: open->closed

Committed, thanks!