Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.2_1 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.8.2_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.2_1 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.8.2_1 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.8.2_1 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
0.8.2_1 07 Sep 2014 07:00:41
  |
antoine  |
Remove optional dependency on BROKEN and unstaged databases/kinterbasdb |
0.8.2_1 10 Aug 2014 19:03:51
  |
antoine  |
Fix a stage violation |
0.8.2_1 03 Mar 2014 10:42:55
  |
rm  |
- modernize dependency on databases/py-sybase |
0.8.2_1 03 Mar 2014 10:39:38
  |
rm  |
databases/py-sqlalchemy-devel: support staging and do general clean-up
- do not use easy_install for installation and convert to auto-generated packing
list
- remove options descriptions, that already presented in bsd.options.desc.mk
- utilize options helpers
- install docs and examples into staging area uncoditionally
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's
implemented in bsd.python.mk
- bump PORTREVISION because of package change
Approved by: nivit (maintainer, explicitly for such changes in his ports) |
0.8.2 21 Jan 2014 23:18:05
  |
bapt  |
Fix properties on pkg-plist |
0.8.2 23 Nov 2013 15:18:03
  |
nivit  |
- Fix package name collision |
0.8.2 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.8.2 19 Jul 2013 14:13:12
  |
rm  |
Remove overlooked empty directory. |
0.8.2 14 Jul 2013 23:55:26
  |
nivit  |
- Update to 0.8.2
- Remove leading indefinite article from COMMENT
- Run 2to3 command on lib, doc and examples dirs,
when Python ver. >= 3.0
- Remove files/patch-setup.py (pass --always-unzip
to PYDISTUTILS_INSTALLARGS instead)
- Switch off MYSQL and PGSQL options (wanted by
koobs@, via private email)
- Add devel/py-mock to TEST_DEPENDS, when Python
ver. < 3.3
- Fix path to py3k-fix-pkg-plist.inc
Build log: http://goo.gl/kF8pT
Release notes: http://goo.gl/CKfHc |
0.8.1 23 May 2013 19:40:08
  |
nivit  |
- Repocopy databases/py-sqlalchemy to databases/py-sqlalchemy-devel
- Update the repocopied port to 0.8.1 [1]
- Re-order OPTIONS conditionals [1]
- Make BUILD_DEPENDS use TEST_DEPENDS when TESTS option is true [1]
PR: ports/178498 [1]
Submitted by: koobs |