Bug 168555 - [patch] games/py-anki: switch to sqlalchemy 0.7
Summary: [patch] games/py-anki: switch to sqlalchemy 0.7
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 11:00 UTC by Jan Beich
Modified: 2012-06-10 08:32 UTC (History)
0 users

See Also:


Attachments
sqlalchemy.diff (753 bytes, patch)
2012-06-02 11:00 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-06-02 11:00:28 UTC
SQLAlchemy 0.7 is supported since Anki 1.2.9
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-04 13:43:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-06 19:56:01 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-06 20:02:50 UTC
State Changed
From-To: open->feedback

While I'm on this, Jan do want to take maintainership of anki and 
py-anki ports?
Comment 4 Jan Beich freebsd_committer freebsd_triage 2012-06-06 20:33:19 UTC
rm@FreeBSD.org writes:

> Synopsis: [patch] games/py-anki: switch to sqlalchemy 0.7
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rm
> State-Changed-When: Wed Jun 6 19:02:50 UTC 2012
> State-Changed-Why: 
> While I'm on this, Jan do want to take maintainership of anki and
> py-anki ports?

No, I prefer/use org-drill over Anki, the latter is too heavyweight.

>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=168555
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-06 20:38:29 UTC
State Changed
From-To: feedback->open

Ok, understood. Thanks.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-06-10 08:27:57 UTC
rm          2012-06-10 07:27:48 UTC

  FreeBSD ports repository

  Modified files:
    games/anki           Makefile Makefile.inc pkg-descr 
    games/py-anki        Makefile 
  Log:
  - according to [1] py-anki had switched to SQLAlchemy 0.7
    since version 1.2.9, so change the dependency
  
  While I'm here:
  - strict python version to 2.x only
  - eliminate unused dependencies
  - use PYTHON_PKGNAMEPREFIX in _DEPENDS
  - add missing tabs
  - bump PORTREVISION because of dependencies change
  
  [1] http://ankisrs.net/changes.html
  
  PR:             168555
  Submitted by:   Jan Beich <jbeich at tormail dot org>
  
  Revision  Changes    Path
  1.10      +2 -2      ports/games/anki/Makefile
  1.16      +15 -19    ports/games/anki/Makefile.inc
  1.4       +1 -1      ports/games/anki/pkg-descr
  1.13      +2 -2      ports/games/py-anki/Makefile
_______________________________________________
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 7 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-10 08:32:36 UTC
State Changed
From-To: open->closed

Committed, thank you!