Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.10_2 22 May 2016 10:52:45 |
matthew |
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above ) |
0.7.10_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.7.10_2 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
0.7.10_2 04 Aug 2015 18:45:21 |
antoine |
Fix stage support
Submitted by: Daniel Nebdal |
0.7.10_2 26 May 2015 16:47:03 |
antoine |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
0.7.10_2 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.7.10_2 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
0.7.10_2 07 Sep 2014 07:00:41 |
antoine |
Remove optional dependency on BROKEN and unstaged databases/kinterbasdb |
0.7.10_2 19 Jun 2014 19:39:29 |
mva |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
0.7.10_1 19 Feb 2014 09:35:54 |
miwi |
- Stage support |
0.7.10_1 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
0.7.10_1 28 Nov 2013 23:27:04 |
nivit |
- Remove PKGNAMESUFFIX, because there is no conflict
with databases/py-sqlalchemy-devel [1]
- Bump PORTREVISION to fix PKGNAME as dependency for other ports
Suggested by: koobs [1] |
0.7.10 23 Nov 2013 15:18:03 |
nivit |
- Fix package name collision |
0.7.10 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.7.10 19 Jul 2013 14:03:53 |
rm |
Cleanup empty files and directories. |
0.7.10 15 Jul 2013 16:31:20 |
nivit |
- Remove leading indefinite article from COMMENT
- Run 2to3 command on lib, doc and examples dirs,
when Python ver. >= 3.0
- Switch off MYSQL and PGSQL options (suggested by
koobs@, via private email)
- Remove patch/patch-setup.py (pass --always-unzip
to PYDISTUTILS_INSTALLARGS instead)
- Add a post-patch target to fix tests (see http://goo.gl/iu8IB )
Build log: http://goo.gl/JkFG2 |
0.7.10 14 Jul 2013 23:15:34 |
nivit |
- Fix path to py3k-fix-pkg-plist.inc |
0.7.10 06 Mar 2013 20:20:35 |
nivit |
- Update to 0.7.10
- Include fix of pkg-plist when Python version >= 3.2 |
0.7.9_3 05 Mar 2013 20:42:44 |
lippe |
- Fix RUN_DEPENDS entry to sqlite3. |
0.7.9_2 05 Mar 2013 20:04:27 |
lippe |
- *Really* fix sqlite3.so location.
Reported by: rm@
Pointyhat: lippe |
0.7.9_1 05 Mar 2013 19:30:29 |
lippe |
- Fix sqlite3.so location on RUN_DEPENDS.
Reported by: culot@ |
0.7.9 04 Mar 2013 18:17:29 |
lippe |
- Update to 0.7.9
PR: ports/172898
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by: maintainer timeout (4+ months) |
0.7.8 04 Mar 2013 10:55:24 |
lwhsu |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation |
0.7.8 03 Jul 2012 20:29:19 |
nivit |
- Update to 0.7.8
- Add LICENSE (MIT)
- Convert to the new options framework |
0.7.7 07 May 2012 15:59:38 |
nivit |
- Update to 0.7.7 |
0.7.6 01 May 2012 13:28:10 |
nivit |
- 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> |
0.7.3 28 Apr 2012 08:31:30 |
nivit |
- Replace POSTGRE with the standard PGSQL option listed in ports/KNOB
PR: ports/166512
Submitted by: olgeni |
0.7.3 23 Apr 2012 22:35:12 |
nivit |
- Add databases/pyMySQLdb to RUN_DEPENDS only when
Python version < 3.0, because such port does not
build with Py3k [1]
- Add code to fix TMPPLIST when Python version >= 3.2,
so that the byte-code filenames conform to PEP 3147
(see http://www.python.org/dev/peps/pep-3147/ ).
PR: ports/163884
Submitted by: wen [1] |
0.7.3 22 Oct 2011 17:38:20 |
nivit |
- Update to 0.7.3 |
0.7.2 10 Aug 2011 15:55:20 |
nivit |
- Update to 0.7.2
- Empty PYEASYINSTALL_OSARCH variable and the easyinstall-setopt target
when PYTHON_REL >= 300, because C extensions are not supported with
these Python versions |
0.7.1 25 Jun 2011 21:21:51 |
nivit |
- Update to 0.7.1
PR: ports/158249
Submitted by: Jin-Sih Lin <linpct at gmail.com> |
0.7.0 23 Jun 2011 14:16:24 |
nivit |
- Update to 0.7.0
PR: ports/157254
Submitted by: lwhsu |
0.6.7 14 Apr 2011 13:05:04 |
nivit |
- Update to 0.6.7
PR: ports/156387
Submitted by: lwhsu |
0.6.6 19 Mar 2011 13:39:57 |
nivit |
- Add option WITH_NOSE (default off) for unit tests
- Fix a typo
PR: ports/154891
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> |
0.6.6 25 Feb 2011 10:59:10 |
miwi |
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+ |
0.6.6 12 Feb 2011 17:13:57 |
lwhsu |
- Update 0.6.6
PR: ports/153807
Submitted by: lwhsu
Approved by: maintainer timeout |
0.6.5 14 Nov 2010 09:12:46 |
nivit |
- Update to 0.6.5
- Add Sybase support
- Use databases/py-sqlite3 for Python version 2.5 and above
PR: ports/151701
Submitted by: lwhsu |
0.6.4 12 Oct 2010 06:09:48 |
pgollucci |
- Update to 0.6.4
PR: ports/150845
Submitted by: lwhsu
Approved by: maintainer timeout (nivit ; 20 days) |
0.6.3 09 Sep 2010 01:41:56 |
pgollucci |
- Update to 0.63
PR: ports/146225, ports/149103, ports/148486
Submitted by: ghostonthewire <ghostonthewire@gmail.com>
Approved by: maintainer timeout (nivit ; 130 days, 59 days, 41 days) |
0.5.7 02 Jan 2010 14:39:35 |
nivit |
- Update to 0.5.7 |
0.5.5 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.5.5 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.5.5 29 Jul 2009 12:42:39 |
nivit |
- Update to 0.5.5 |
0.5.4.p2 28 May 2009 08:42:49 |
nivit |
- Update to 0.5.4.p2 |
0.5.2 26 Jan 2009 09:43:43 |
nivit |
- Update to 0.5.2 |
0.5.1 18 Jan 2009 10:29:16 |
nivit |
- Update to 0.5.1
- Prefix DOCSDIR and EXAMPLESDIR with ${PYTHON_PKGNAMEPREFIX} |
0.5.0 13 Jan 2009 14:48:36 |
nivit |
- Update to 0.5.0
- New MASTER_SITES
- Set USE_PYDISTUTILS to easy_install
- Use ${COPYTREE_SHARE} to install examples
PR: ports/130250
Submitted by: Wen Heping <wenheping at gmail.com> |
0.4.8 21 Dec 2008 21:57:28 |
nivit |
- Set MAINTAINER to nivit@ |
0.4.8 18 Dec 2008 02:24:04 |
linimon |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
0.4.8 19 Nov 2008 15:17:21 |
wxs |
- Update to 0.4.8
- Respect NOPORTEXAMPLES
PR: ports/128056
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout |
0.4.4_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.4.4 17 Mar 2008 13:30:11 |
dryice |
update to 0.4.4 |
0.4.3 27 Feb 2008 03:37:50 |
dryice |
update to 0.4.3 |
0.4.2p3 14 Jan 2008 02:13:14 |
dryice |
update to 0.4.2p3 |
0.4.2b 08 Jan 2008 07:39:26 |
dryice |
update to 0.4.2b |
0.4.2a 07 Jan 2008 11:46:11 |
dryice |
- update to 0.4.2a |
0.3.10 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.3.10 21 Jul 2007 04:45:40 |
dryice |
update to 0.3.10 |
0.3.8 16 Jun 2007 08:58:03 |
dryice |
- update to 0.3.8
- catch up the EXAMPLEDIR change |
0.3.7 30 Apr 2007 12:43:20 |
dryice |
update to 0.3.7 |
0.3.6 24 Mar 2007 14:15:52 |
dryice |
update to 0.3.6
Approved by: itetcu (mentor, implicit) |
0.3.5 24 Feb 2007 08:57:06 |
dryice |
update to 0.3.5
Approved by: itetcu (mentor, implicit) |
0.3.4 11 Feb 2007 09:49:25 |
dryice |
Fix plist for pkg_add. Thanks nivit for pointing this out
Approved by: itetcu (mentor, implicit) |
0.3.4 30 Jan 2007 10:27:11 |
dryice |
- update to 0.3.4
- update my mail address
- add PYALCHEMY_EGG for future TurboGears update
- modify plist file to remove the egg entry when deinstall
Approved by: itetcu (mentor) |
0.3.3 27 Jan 2007 23:44:00 |
miwi |
- Fix Options bug
PR: 108332
Submitted by: miwi
Approved by: maintainer |
0.3.3 17 Dec 2006 09:49:46 |
alexbl |
- Update to 0.3.3
PR: 106778
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
0.3.1 25 Nov 2006 09:24:00 |
alexbl |
- update to 0.3.1
PR: 105504
Submitted by: Dryice Liu <dryice@dryice.name> |
0.3.0 08 Nov 2006 04:54:00 |
alexbl |
- update to 0.3.0
PR: 105127
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
0.2.8 09 Sep 2006 10:37:39 |
itetcu |
Force commit to note that the update was done based on:
PR: ports/103057
Submitted by: Dryice Liu (maintainer) |
0.2.8 09 Sep 2006 10:35:35 |
itetcu |
- update to 0.2.8
- remove strange binary file believed to be owned by miwi
PR: update to 0.2.8
Submitted by: Dryice Liu (maintainer) |
0.2.7 23 Aug 2006 13:47:02 |
miwi |
The Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.
It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.
WWW: http://www.sqlalchemy.org/
PR: ports/101920
Submitted by: Dryice Liu <dryice@dryice.name>
Approved by: krion (mentor) |