aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy06
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2016-12-084-216/+0
| | | | | | | | | | | 2016-08-20 databases/py-sqlalchemy06: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10 2016-05-02 print/py-reportlab2: no longer supported - use reportlab 3.x (py-reportlab) instead 2016-12-08 devel/py-itools: Depends on broken and expired py-reportlab2 2016-12-08 graphics/py-aafigure: Depends on broken and expired py-reportlab2 2016-12-08 converters/py-pisa: Deprecated upstream, depends on broken and expired py-reportlab2 Notes: svn path=/head/; revision=428155
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Notes: svn path=/head/; revision=415627
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-3/+0
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=394508
* Switch PYTHON_REL from a 3 digits number to a 4 digits number to handleAntoine Brodin2015-05-261-3/+3
| | | | | | | | | | python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva Notes: svn path=/head/; revision=387491
* Cleanup plistBaptiste Daroussin2014-10-201-22/+0
| | | | Notes: svn path=/head/; revision=371255
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Remove optional dependency on BROKEN and unstaged databases/kinterbasdbAntoine Brodin2014-09-071-6/+1
| | | | Notes: svn path=/head/; revision=367489
* - Fix RUN_DEPENDS for devel/py-noseMarcus von Appen2014-06-222-425/+11
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=358768
* - StageVanilla I. Shu2014-05-091-8/+7
| | | | | | | | | | | - Pet portlint PR: ports/188625 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Notes: svn path=/head/; revision=353384
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-6/+2
| | | | Notes: svn path=/head/; revision=313402
* - Update to 0.6.9Nicola Vitale2012-07-033-46/+95
| | | | | | | | | | | | | | - Add add-plist-post target to fix pkg-plist when Python version is >= 3.2 - Add LICENSE (MIT) - Add the option CEXTENSIONS (default on), which enables/disables the C extension to speed up the SQL layer - Convert to the new options framework - Remove PYDISTUTILS_PKGVERSION Notes: svn path=/head/; revision=300453
* - Add databases/py-MySQLdb to RUN_DEPENDS only whenNicola Vitale2012-04-282-3/+5
| | | | | | | | | | | | | Python version < 3.0, because such port does not build with Py3k - Replace POSTGRE with the standard PGSQL option listed in ports/KNOB [1] PR: ports/166513 Submitted by: olgeni [1] Notes: svn path=/head/; revision=295646
* - Update to 0.6.8Nicola Vitale2011-06-233-6/+7
| | | | | | | | PR: ports/157681 Submitted by: lwhsu Notes: svn path=/head/; revision=276136
* - Update to 0.6.7Nicola Vitale2011-04-142-3/+3
| | | | | | | | PR: ports/156387 Submitted by: lwhsu Notes: svn path=/head/; revision=272721
* - Add option WITH_NOSE (default off) for unit testsNicola Vitale2011-03-191-1/+6
| | | | | | | | | | - Fix a typo PR: ports/154891 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> Notes: svn path=/head/; revision=271310
* - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+Martin Wilke2011-02-251-4/+0
| | | | Notes: svn path=/head/; revision=269677
* - Update 0.6.6Li-Wen Hsu2011-02-122-4/+3
| | | | | | | | | PR: ports/153807 Submitted by: lwhsu Approved by: maintainer timeout Notes: svn path=/head/; revision=268998
* - Update to 0.6.5Nicola Vitale2010-11-143-12/+26
| | | | | | | | | | | - Add Sybase support - Use databases/py-sqlite3 for Python version 2.5 and above PR: ports/151701 Submitted by: lwhsu Notes: svn path=/head/; revision=264508
* - Update to 0.6.4Philip M. Gollucci2010-10-123-77/+76
| | | | | | | | | PR: ports/150845 Submitted by: lwhsu Approved by: maintainer timeout (nivit ; 20 days) Notes: svn path=/head/; revision=262868
* - Update to 0.63Philip M. Gollucci2010-09-093-71/+215
| | | | | | | | | PR: ports/146225, ports/149103, ports/148486 Submitted by: ghostonthewire <ghostonthewire@gmail.com> Approved by: maintainer timeout (nivit ; 130 days, 59 days, 41 days) Notes: svn path=/head/; revision=260798
* - Update to 0.5.7Nicola Vitale2010-01-023-4/+24
| | | | Notes: svn path=/head/; revision=246995
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=245717
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Update to 0.5.5Nicola Vitale2009-07-293-4/+39
| | | | Notes: svn path=/head/; revision=238613
* - Update to 0.5.4.p2Nicola Vitale2009-05-283-5/+14
| | | | Notes: svn path=/head/; revision=234696
* - Update to 0.5.2Nicola Vitale2009-01-262-4/+4
| | | | Notes: svn path=/head/; revision=226880
* - Update to 0.5.1Nicola Vitale2009-01-183-64/+67
| | | | | | | - Prefix DOCSDIR and EXAMPLESDIR with ${PYTHON_PKGNAMEPREFIX} Notes: svn path=/head/; revision=226363
* - Update to 0.5.0Nicola Vitale2009-01-133-236/+311
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=225969
* - Set MAINTAINER to nivit@Nicola Vitale2008-12-211-1/+1
| | | | Notes: svn path=/head/; revision=224543
* Reassign ports maintained by dryice@ for now due to other commitments.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224353
* - Update to 0.4.8Wesley Shields2008-11-192-7/+7
| | | | | | | | | | | - Respect NOPORTEXAMPLES PR: ports/128056 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=223041
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* update to 0.4.4Dryice Dong Liu2008-03-173-4/+7
| | | | Notes: svn path=/head/; revision=209201
* update to 0.4.3Dryice Dong Liu2008-02-272-5/+5
| | | | Notes: svn path=/head/; revision=207976
* update to 0.4.2p3Dryice Dong Liu2008-01-142-4/+4
| | | | Notes: svn path=/head/; revision=205610
* update to 0.4.2bDryice Dong Liu2008-01-082-4/+4
| | | | Notes: svn path=/head/; revision=205249
* - update to 0.4.2aDryice Dong Liu2008-01-073-31/+57
| | | | Notes: svn path=/head/; revision=205164
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* update to 0.3.10Dryice Dong Liu2007-07-213-5/+177
| | | | Notes: svn path=/head/; revision=195974
* - update to 0.3.8Dryice Dong Liu2007-06-163-26/+5
| | | | | | | - catch up the EXAMPLEDIR change Notes: svn path=/head/; revision=193640
* update to 0.3.7Dryice Dong Liu2007-04-302-4/+4
| | | | Notes: svn path=/head/; revision=191197
* update to 0.3.6Dryice Dong Liu2007-03-242-4/+4
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=188177
* update to 0.3.5Dryice Dong Liu2007-02-242-4/+4
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=185786
* Fix plist for pkg_add. Thanks nivit for pointing this outDryice Dong Liu2007-02-111-0/+1
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=184855
* - update to 0.3.4Dryice Dong Liu2007-01-303-5/+11
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=183699
* - Fix Options bugMartin Wilke2007-01-271-2/+5
| | | | | | | | | PR: 108332 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=183448
* - Update to 0.3.3Alexander Botero-Lowry2006-12-173-6/+19
| | | | | | | | PR: 106778 Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) Notes: svn path=/head/; revision=180003